markus / FinalService / KCOM_FinalService / ConsoleApp1 / ConsoleApp1.csproj @ f7a2b3e1
이력 | 보기 | 이력해설 | 다운로드 (2.85 KB)
1 | 7ca218b3 | KangIngu | <?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>{2068A2DC-AEAD-4473-8C97-CA7370A12E64}</ProjectGuid> |
||
8 | <OutputType>Exe</OutputType> |
||
9 | <RootNamespace>ConsoleApp1</RootNamespace> |
||
10 | <AssemblyName>ConsoleApp1</AssemblyName> |
||
11 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | </PropertyGroup> |
||
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
15 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
16 | <DebugSymbols>true</DebugSymbols> |
||
17 | <DebugType>full</DebugType> |
||
18 | <Optimize>false</Optimize> |
||
19 | <OutputPath>bin\Debug\</OutputPath> |
||
20 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
21 | <ErrorReport>prompt</ErrorReport> |
||
22 | <WarningLevel>4</WarningLevel> |
||
23 | </PropertyGroup> |
||
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
25 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
26 | <DebugType>pdbonly</DebugType> |
||
27 | <Optimize>true</Optimize> |
||
28 | <OutputPath>bin\Release\</OutputPath> |
||
29 | <DefineConstants>TRACE</DefineConstants> |
||
30 | <ErrorReport>prompt</ErrorReport> |
||
31 | <WarningLevel>4</WarningLevel> |
||
32 | </PropertyGroup> |
||
33 | <ItemGroup> |
||
34 | <Reference Include="System" /> |
||
35 | <Reference Include="System.Core" /> |
||
36 | <Reference Include="System.Data.Entity" /> |
||
37 | <Reference Include="System.Xml.Linq" /> |
||
38 | <Reference Include="System.Data.DataSetExtensions" /> |
||
39 | <Reference Include="Microsoft.CSharp" /> |
||
40 | <Reference Include="System.Data" /> |
||
41 | <Reference Include="System.Xml" /> |
||
42 | </ItemGroup> |
||
43 | <ItemGroup> |
||
44 | <Compile Include="Program.cs" /> |
||
45 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
46 | </ItemGroup> |
||
47 | <ItemGroup> |
||
48 | e05bed4e | djkim | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
49 | <Project>{6bbe14d5-c998-47c8-bf75-c9647edad561}</Project> |
||
50 | <Name>CommonLib</Name> |
||
51 | </ProjectReference> |
||
52 | <ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj"> |
||
53 | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
||
54 | <Name>IFinalPDF</Name> |
||
55 | </ProjectReference> |
||
56 | 7ca218b3 | KangIngu | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
57 | <Project>{629DC8CD-D458-47EF-8F02-CD12C7001C3E}</Project> |
||
58 | <Name>KCOMDataModel</Name> |
||
59 | </ProjectReference> |
||
60 | <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj"> |
||
61 | <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project> |
||
62 | <Name>MarkupToPDF</Name> |
||
63 | </ProjectReference> |
||
64 | </ItemGroup> |
||
65 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
66 | </Project> |