 57aedd13d4
			
		
	
	57aedd13d4
	
	
	
		
			
			a. 팩스전송 완료. b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업중 2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료) 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김. 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 진행해야함. 2-3. 현재 TODO : 저장기능 * ISBN 체크 프로그램 - ★작업완료★ a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것. TODOLIST 1. 팩스로 전송될 엑셀파일 밑작업마무리 (입력될 파라미터만 적용하면 실사용가능)
		
			
				
	
	
		
			164 lines
		
	
	
		
			6.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			164 lines
		
	
	
		
			6.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProjectGuid>{A19E0C06-EA15-4E30-AE42-4DC0CC4C88DE}</ProjectGuid>
 | |
|     <OutputType>WinExe</OutputType>
 | |
|     <RootNamespace>ISBN_Check_test</RootNamespace>
 | |
|     <AssemblyName>ISBN_Check_test</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
 | |
|     <Deterministic>false</Deterministic>
 | |
|     <IsWebBootstrapper>false</IsWebBootstrapper>
 | |
|     <PublishUrl>\\MSDN-SPECIAL\project_share\</PublishUrl>
 | |
|     <Install>true</Install>
 | |
|     <InstallFrom>Unc</InstallFrom>
 | |
|     <UpdateEnabled>true</UpdateEnabled>
 | |
|     <UpdateMode>Foreground</UpdateMode>
 | |
|     <UpdateInterval>7</UpdateInterval>
 | |
|     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 | |
|     <UpdatePeriodically>false</UpdatePeriodically>
 | |
|     <UpdateRequired>false</UpdateRequired>
 | |
|     <MapFileExtensions>true</MapFileExtensions>
 | |
|     <MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
 | |
|     <ApplicationRevision>2</ApplicationRevision>
 | |
|     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 | |
|     <UseApplicationTrust>false</UseApplicationTrust>
 | |
|     <CreateDesktopShortcut>true</CreateDesktopShortcut>
 | |
|     <PublishWizardCompleted>true</PublishWizardCompleted>
 | |
|     <BootstrapperEnabled>true</BootstrapperEnabled>
 | |
|     <BootstrapperComponentsLocation>Relative</BootstrapperComponentsLocation>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <ManifestCertificateThumbprint>AC3A3614CD78D358BE0B97C917CD5A11F807CD10</ManifestCertificateThumbprint>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <ManifestKeyFile>ISBN_Check_test_1_TemporaryKey.pfx</ManifestKeyFile>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <GenerateManifests>true</GenerateManifests>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <SignManifests>true</SignManifests>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
 | |
|       <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.Web.Extensions" />
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Deployment" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Net.Http" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="Form2.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Form2.Designer.cs">
 | |
|       <DependentUpon>Form2.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Form1_Sub.cs" />
 | |
|     <Compile Include="Form1.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Form1.Designer.cs">
 | |
|       <DependentUpon>Form1.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Form3.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Form3.Designer.cs">
 | |
|       <DependentUpon>Form3.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <EmbeddedResource Include="Form1.resx">
 | |
|       <DependentUpon>Form1.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Form2.resx">
 | |
|       <DependentUpon>Form2.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Form3.resx">
 | |
|       <DependentUpon>Form3.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Properties\Resources.resx">
 | |
|       <Generator>ResXFileCodeGenerator</Generator>
 | |
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <Compile Include="Properties\Resources.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DependentUpon>Resources.resx</DependentUpon>
 | |
|     </Compile>
 | |
|     <None Include="ISBN_Check_test_1_TemporaryKey.pfx" />
 | |
|     <None Include="ISBN_Check_test_TemporaryKey.pfx" />
 | |
|     <None Include="packages.config" />
 | |
|     <None Include="Properties\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <Compile Include="Properties\Settings.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="App.config" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>Microsoft .NET Framework 4.7.2%28x86 및 x64%29</ProductName>
 | |
|       <Install>true</Install>
 | |
|     </BootstrapperPackage>
 | |
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>.NET Framework 3.5 SP1</ProductName>
 | |
|       <Install>false</Install>
 | |
|     </BootstrapperPackage>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <PublishFile Include="ISBN_Check_test.pdb">
 | |
|       <Visible>False</Visible>
 | |
|       <Group>
 | |
|       </Group>
 | |
|       <TargetPath>
 | |
|       </TargetPath>
 | |
|       <PublishState>Include</PublishState>
 | |
|       <IncludeHash>True</IncludeHash>
 | |
|       <FileType>File</FileType>
 | |
|     </PublishFile>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | |
| </Project> |