프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / FinalService / KCOM_FinalService / IFinalPDF / IFinalPDF.csproj @ 1e9c1261

이력 | 보기 | 이력해설 | 다운로드 (8.62 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>{784438BE-2074-41AE-A692-24E1A4A67FE3}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>IFinalPDF</RootNamespace>
11
    <AssemblyName>IFinalPDF</AssemblyName>
12 1e9c1261 taeseongkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13 7ca218b3 KangIngu
    <FileAlignment>512</FileAlignment>
14 1e9c1261 taeseongkim
    <TargetFrameworkProfile />
15 7ca218b3 KangIngu
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20
    <OutputPath>bin\Debug\</OutputPath>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
25 7ca218b3 KangIngu
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
34 7ca218b3 KangIngu
  </PropertyGroup>
35 3c71b3a5 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
36
    <DebugSymbols>true</DebugSymbols>
37
    <OutputPath>bin\x86\Debug\</OutputPath>
38
    <DefineConstants>DEBUG;TRACE</DefineConstants>
39
    <DebugType>full</DebugType>
40
    <PlatformTarget>x86</PlatformTarget>
41
    <ErrorReport>prompt</ErrorReport>
42
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
44 3c71b3a5 taeseongkim
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
46
    <OutputPath>bin\x86\Release\</OutputPath>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <Optimize>true</Optimize>
49
    <DebugType>pdbonly</DebugType>
50
    <PlatformTarget>x86</PlatformTarget>
51
    <ErrorReport>prompt</ErrorReport>
52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
54 3c71b3a5 taeseongkim
  </PropertyGroup>
55 9f55b953 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
56
    <DebugSymbols>true</DebugSymbols>
57
    <OutputPath>bin\Debug_HyoSung\</OutputPath>
58
    <DefineConstants>DEBUG;TRACE</DefineConstants>
59
    <DebugType>full</DebugType>
60
    <PlatformTarget>AnyCPU</PlatformTarget>
61
    <ErrorReport>prompt</ErrorReport>
62
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
64 9f55b953 taeseongkim
  </PropertyGroup>
65
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
66
    <DebugSymbols>true</DebugSymbols>
67
    <OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
68
    <DefineConstants>DEBUG;TRACE</DefineConstants>
69
    <DebugType>full</DebugType>
70
    <PlatformTarget>x86</PlatformTarget>
71
    <ErrorReport>prompt</ErrorReport>
72
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
74 9f55b953 taeseongkim
  </PropertyGroup>
75 f65e6c02 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
76
    <DebugSymbols>true</DebugSymbols>
77
    <OutputPath>bin\Debug_CadExport\</OutputPath>
78
    <DefineConstants>DEBUG;TRACE</DefineConstants>
79
    <DebugType>full</DebugType>
80
    <PlatformTarget>AnyCPU</PlatformTarget>
81
    <ErrorReport>prompt</ErrorReport>
82
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
83 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
84 f65e6c02 taeseongkim
  </PropertyGroup>
85
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
86
    <DebugSymbols>true</DebugSymbols>
87
    <OutputPath>bin\x86\Debug_CadExport\</OutputPath>
88
    <DefineConstants>DEBUG;TRACE</DefineConstants>
89
    <DebugType>full</DebugType>
90
    <PlatformTarget>x86</PlatformTarget>
91
    <ErrorReport>prompt</ErrorReport>
92
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
93 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
94 f65e6c02 taeseongkim
  </PropertyGroup>
95
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
96
    <DebugSymbols>true</DebugSymbols>
97
    <OutputPath>bin\Debug_SNI\</OutputPath>
98
    <DefineConstants>DEBUG;TRACE</DefineConstants>
99
    <DebugType>full</DebugType>
100
    <PlatformTarget>AnyCPU</PlatformTarget>
101
    <ErrorReport>prompt</ErrorReport>
102
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
104 f65e6c02 taeseongkim
  </PropertyGroup>
105
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
106
    <DebugSymbols>true</DebugSymbols>
107
    <OutputPath>bin\x86\Debug_SNI\</OutputPath>
108
    <DefineConstants>DEBUG;TRACE</DefineConstants>
109
    <DebugType>full</DebugType>
110
    <PlatformTarget>x86</PlatformTarget>
111
    <ErrorReport>prompt</ErrorReport>
112
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
113 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
114 f65e6c02 taeseongkim
  </PropertyGroup>
115 80856edb taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
116
    <DebugSymbols>true</DebugSymbols>
117
    <OutputPath>bin\Release_Hyosung\</OutputPath>
118
    <DefineConstants>DEBUG;TRACE</DefineConstants>
119
    <DebugType>full</DebugType>
120
    <PlatformTarget>AnyCPU</PlatformTarget>
121
    <ErrorReport>prompt</ErrorReport>
122
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
123 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
124 80856edb taeseongkim
  </PropertyGroup>
125
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
126
    <DebugSymbols>true</DebugSymbols>
127
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
128
    <DefineConstants>DEBUG;TRACE</DefineConstants>
129
    <DebugType>full</DebugType>
130
    <PlatformTarget>x86</PlatformTarget>
131
    <ErrorReport>prompt</ErrorReport>
132
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
133 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
134 80856edb taeseongkim
  </PropertyGroup>
135 07b7bd24 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
136
    <DebugSymbols>true</DebugSymbols>
137
    <OutputPath>bin\Release_PEMSS\</OutputPath>
138
    <DefineConstants>DEBUG;TRACE</DefineConstants>
139
    <DebugType>full</DebugType>
140
    <PlatformTarget>AnyCPU</PlatformTarget>
141
    <ErrorReport>prompt</ErrorReport>
142
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
143 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
144 07b7bd24 taeseongkim
  </PropertyGroup>
145
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
146
    <DebugSymbols>true</DebugSymbols>
147
    <OutputPath>bin\x86\Release_PEMSS\</OutputPath>
148
    <DefineConstants>DEBUG;TRACE</DefineConstants>
149
    <DebugType>full</DebugType>
150
    <PlatformTarget>x86</PlatformTarget>
151
    <ErrorReport>prompt</ErrorReport>
152
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
153 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
154 07b7bd24 taeseongkim
  </PropertyGroup>
155 eaafc1eb taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
156
    <DebugSymbols>true</DebugSymbols>
157
    <OutputPath>bin\Debug_Daelim\</OutputPath>
158
    <DefineConstants>DEBUG;TRACE</DefineConstants>
159
    <DebugType>full</DebugType>
160
    <PlatformTarget>AnyCPU</PlatformTarget>
161
    <ErrorReport>prompt</ErrorReport>
162
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
163 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
164 eaafc1eb taeseongkim
  </PropertyGroup>
165
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
166
    <DebugSymbols>true</DebugSymbols>
167
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
168
    <DefineConstants>DEBUG;TRACE</DefineConstants>
169
    <DebugType>full</DebugType>
170
    <PlatformTarget>x86</PlatformTarget>
171
    <ErrorReport>prompt</ErrorReport>
172
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
173 1e9c1261 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
174 eaafc1eb taeseongkim
  </PropertyGroup>
175 7ca218b3 KangIngu
  <ItemGroup>
176
    <Reference Include="System" />
177
    <Reference Include="System.Core" />
178
    <Reference Include="System.Xml.Linq" />
179
    <Reference Include="System.Data.DataSetExtensions" />
180
    <Reference Include="Microsoft.CSharp" />
181
    <Reference Include="System.Data" />
182
    <Reference Include="System.Xml" />
183
  </ItemGroup>
184
  <ItemGroup>
185
    <Compile Include="Cache.cs" />
186
    <Compile Include="InterfaceFinalPDF.cs" />
187
    <Compile Include="Properties\AssemblyInfo.cs" />
188
    <Compile Include="RemFinalPDFObject.cs" />
189
  </ItemGroup>
190
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
191
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)