markus / FinalService / KCOM_FinalService / FinalProcess / FinalProcess.csproj @ a197bf6f
이력 | 보기 | 이력해설 | 다운로드 (3.58 KB)
1 | 1305c420 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{6CD6E8FE-A661-4B9E-AE63-B7826921EE9B}</ProjectGuid> |
||
8 | <OutputType>Exe</OutputType> |
||
9 | <RootNamespace>FinalProcess</RootNamespace> |
||
10 | <AssemblyName>FinalProcess</AssemblyName> |
||
11 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <Deterministic>true</Deterministic> |
||
14 | <TargetFrameworkProfile /> |
||
15 | </PropertyGroup> |
||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <PlatformTarget>x64</PlatformTarget> |
||
18 | <DebugSymbols>true</DebugSymbols> |
||
19 | <DebugType>full</DebugType> |
||
20 | <Optimize>false</Optimize> |
||
21 | <OutputPath>..\ProcessPublish\</OutputPath> |
||
22 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
23 | <ErrorReport>prompt</ErrorReport> |
||
24 | <WarningLevel>4</WarningLevel> |
||
25 | </PropertyGroup> |
||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <PlatformTarget>x64</PlatformTarget> |
||
28 | <DebugType>pdbonly</DebugType> |
||
29 | <Optimize>false</Optimize> |
||
30 | <OutputPath>..\..\ProcessPublish\</OutputPath> |
||
31 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
32 | <ErrorReport>prompt</ErrorReport> |
||
33 | <WarningLevel>4</WarningLevel> |
||
34 | </PropertyGroup> |
||
35 | <ItemGroup> |
||
36 | <Reference Include="System" /> |
||
37 | <Reference Include="System.Core" /> |
||
38 | <Reference Include="System.Data.Entity" /> |
||
39 | <Reference Include="System.Windows.Forms" /> |
||
40 | <Reference Include="System.Xml.Linq" /> |
||
41 | <Reference Include="System.Data.DataSetExtensions" /> |
||
42 | <Reference Include="Microsoft.CSharp" /> |
||
43 | <Reference Include="System.Data" /> |
||
44 | <Reference Include="System.Net.Http" /> |
||
45 | <Reference Include="System.Xml" /> |
||
46 | </ItemGroup> |
||
47 | <ItemGroup> |
||
48 | <Compile Include="Program.cs" /> |
||
49 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
50 | </ItemGroup> |
||
51 | <ItemGroup> |
||
52 | <None Include="App.config" /> |
||
53 | cf1cc862 | taeseongkim | <None Include="FinalService.ini"> |
54 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
55 | </None> |
||
56 | 1305c420 | taeseongkim | <None Include="Log.config"> |
57 | <SubType>Designer</SubType> |
||
58 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
59 | </None> |
||
60 | </ItemGroup> |
||
61 | <ItemGroup> |
||
62 | <PackageReference Include="EntityFramework"> |
||
63 | <Version>5.0.0</Version> |
||
64 | </PackageReference> |
||
65 | <PackageReference Include="EntityFramework.ko"> |
||
66 | <Version>5.0.0</Version> |
||
67 | </PackageReference> |
||
68 | <PackageReference Include="iTextSharp"> |
||
69 | <Version>5.5.13.2</Version> |
||
70 | </PackageReference> |
||
71 | <PackageReference Include="log4net"> |
||
72 | <Version>2.0.12</Version> |
||
73 | </PackageReference> |
||
74 | </ItemGroup> |
||
75 | <ItemGroup> |
||
76 | <ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj"> |
||
77 | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
||
78 | <Name>IFinalPDF</Name> |
||
79 | </ProjectReference> |
||
80 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
81 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
82 | <Name>KCOMDataModel</Name> |
||
83 | </ProjectReference> |
||
84 | a197bf6f | taeseongkim | <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj"> |
85 | <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project> |
||
86 | <Name>MarkupToPDF</Name> |
||
87 | </ProjectReference> |
||
88 | 1305c420 | taeseongkim | </ItemGroup> |
89 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
90 | </Project> |