markus / FinalService / KCOM_FinalService / IFinalPDF / IFinalPDF.csproj @ 9f55b953
이력 | 보기 | 이력해설 | 다운로드 (3.77 KB)
1 |
<?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>{784438BE-2074-41AE-A692-24E1A4A67FE3}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>IFinalPDF</RootNamespace> |
11 |
<AssemblyName>IFinalPDF</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
</PropertyGroup> |
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
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 |
<DebugType>pdbonly</DebugType> |
26 |
<Optimize>true</Optimize> |
27 |
<OutputPath>bin\Release\</OutputPath> |
28 |
<DefineConstants>TRACE</DefineConstants> |
29 |
<ErrorReport>prompt</ErrorReport> |
30 |
<WarningLevel>4</WarningLevel> |
31 |
</PropertyGroup> |
32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
33 |
<DebugSymbols>true</DebugSymbols> |
34 |
<OutputPath>bin\x86\Debug\</OutputPath> |
35 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
36 |
<DebugType>full</DebugType> |
37 |
<PlatformTarget>x86</PlatformTarget> |
38 |
<ErrorReport>prompt</ErrorReport> |
39 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
40 |
</PropertyGroup> |
41 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
42 |
<OutputPath>bin\x86\Release\</OutputPath> |
43 |
<DefineConstants>TRACE</DefineConstants> |
44 |
<Optimize>true</Optimize> |
45 |
<DebugType>pdbonly</DebugType> |
46 |
<PlatformTarget>x86</PlatformTarget> |
47 |
<ErrorReport>prompt</ErrorReport> |
48 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 |
</PropertyGroup> |
50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
51 |
<DebugSymbols>true</DebugSymbols> |
52 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
53 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
54 |
<DebugType>full</DebugType> |
55 |
<PlatformTarget>AnyCPU</PlatformTarget> |
56 |
<ErrorReport>prompt</ErrorReport> |
57 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
58 |
</PropertyGroup> |
59 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
60 |
<DebugSymbols>true</DebugSymbols> |
61 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
62 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
63 |
<DebugType>full</DebugType> |
64 |
<PlatformTarget>x86</PlatformTarget> |
65 |
<ErrorReport>prompt</ErrorReport> |
66 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
67 |
</PropertyGroup> |
68 |
<ItemGroup> |
69 |
<Reference Include="System" /> |
70 |
<Reference Include="System.Core" /> |
71 |
<Reference Include="System.Xml.Linq" /> |
72 |
<Reference Include="System.Data.DataSetExtensions" /> |
73 |
<Reference Include="Microsoft.CSharp" /> |
74 |
<Reference Include="System.Data" /> |
75 |
<Reference Include="System.Xml" /> |
76 |
</ItemGroup> |
77 |
<ItemGroup> |
78 |
<Compile Include="Cache.cs" /> |
79 |
<Compile Include="InterfaceFinalPDF.cs" /> |
80 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
81 |
<Compile Include="RemFinalPDFObject.cs" /> |
82 |
</ItemGroup> |
83 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
84 |
</Project> |