markus / KCOM_API / KCOM_API.csproj @ 5639752b
이력 | 보기 | 이력해설 | 다운로드 (31.9 KB)
1 | 9f55b953 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | 38d69491 | taeseongkim | <Import Project="..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props')" /> |
4 | 9f56088c | taeseongkim | <Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" /> |
5 | 787a4489 | KangIngu | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
6 | <PropertyGroup> |
||
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
9 | <ProductVersion> |
||
10 | </ProductVersion> |
||
11 | <SchemaVersion>2.0</SchemaVersion> |
||
12 | <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid> |
||
13 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
14 | <OutputType>Library</OutputType> |
||
15 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
16 | <RootNamespace>KCOM_API</RootNamespace> |
||
17 | <AssemblyName>KCOM_API</AssemblyName> |
||
18 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
19 | 787a4489 | KangIngu | <UseIISExpress>true</UseIISExpress> |
20 | 6a19b48d | taeseongkim | <Use64BitIISExpress>true</Use64BitIISExpress> |
21 | 5639752b | taeseongkim | <IISExpressSSLPort> |
22 | </IISExpressSSLPort> |
||
23 | c8dd192f | taeseongkim | <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication> |
24 | <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication> |
||
25 | <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode> |
||
26 | 787a4489 | KangIngu | <UseGlobalApplicationHostFile /> |
27 | <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
||
28 | <TargetFrameworkProfile /> |
||
29 | 6b6e937c | taeseongkim | <NuGetPackageImportStamp> |
30 | </NuGetPackageImportStamp> |
||
31 | 787a4489 | KangIngu | </PropertyGroup> |
32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
33 | <DebugSymbols>true</DebugSymbols> |
||
34 | <DebugType>full</DebugType> |
||
35 | <Optimize>false</Optimize> |
||
36 | <OutputPath>bin\</OutputPath> |
||
37 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
38 | <ErrorReport>prompt</ErrorReport> |
||
39 | <WarningLevel>4</WarningLevel> |
||
40 | <Prefer32Bit>false</Prefer32Bit> |
||
41 | d60f94ee | taeseongkim | <PlatformTarget>AnyCPU</PlatformTarget> |
42 | 63946dd5 | taeseongkim | <PublishDatabases>false</PublishDatabases> |
43 | <IncludeIisSettings>false</IncludeIisSettings> |
||
44 | <ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol> |
||
45 | 1d79913e | taeseongkim | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
46 | 787a4489 | KangIngu | </PropertyGroup> |
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
48 | <DebugType>pdbonly</DebugType> |
||
49 | <Optimize>true</Optimize> |
||
50 | <OutputPath>bin\</OutputPath> |
||
51 | <DefineConstants>TRACE</DefineConstants> |
||
52 | <ErrorReport>prompt</ErrorReport> |
||
53 | <WarningLevel>4</WarningLevel> |
||
54 | <Prefer32Bit>false</Prefer32Bit> |
||
55 | ff01c725 | humkyung | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
56 | <PlatformTarget>x64</PlatformTarget> |
||
57 | 787a4489 | KangIngu | </PropertyGroup> |
58 | <ItemGroup> |
||
59 | 3b938959 | taeseongkim | <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
60 | <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
||
61 | </Reference> |
||
62 | 38d69491 | taeseongkim | <Reference Include="Markus.ImageCompare, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL"> |
63 | <HintPath>..\packages\Markus.Image.ImageCompare.1.8.1\lib\net461\Markus.ImageCompare.dll</HintPath> |
||
64 | 6b6e937c | taeseongkim | </Reference> |
65 | 5b5d9b1f | taeseongkim | <Reference Include="Microsoft.CSharp" /> |
66 | 6a19b48d | taeseongkim | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
67 | <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
68 | </Reference> |
||
69 | 5b5d9b1f | taeseongkim | <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
70 | 38d69491 | taeseongkim | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.dll</HintPath> |
71 | 6b6e937c | taeseongkim | </Reference> |
72 | 5b5d9b1f | taeseongkim | <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
73 | 38d69491 | taeseongkim | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.Blob.dll</HintPath> |
74 | 5b5d9b1f | taeseongkim | </Reference> |
75 | <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
76 | 38d69491 | taeseongkim | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200701\lib\net461\OpenCvSharp.Extensions.dll</HintPath> |
77 | 6b6e937c | taeseongkim | </Reference> |
78 | 787a4489 | KangIngu | <Reference Include="System.Data.DataSetExtensions" /> |
79 | <Reference Include="System.Data.Entity" /> |
||
80 | 5b5d9b1f | taeseongkim | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
81 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
||
82 | </Reference> |
||
83 | 787a4489 | KangIngu | <Reference Include="System.Runtime.Remoting" /> |
84 | <Reference Include="System.Runtime.Serialization" /> |
||
85 | <Reference Include="System.ServiceModel" /> |
||
86 | c517099d | taeseongkim | <Reference Include="System.ServiceModel.Web" /> |
87 | 787a4489 | KangIngu | <Reference Include="System.Web.DynamicData" /> |
88 | <Reference Include="System.Web.Entity" /> |
||
89 | <Reference Include="System.Web.ApplicationServices" /> |
||
90 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
91 | <Reference Include="System" /> |
||
92 | <Reference Include="System.Data" /> |
||
93 | <Reference Include="System.Drawing" /> |
||
94 | <Reference Include="System.Web" /> |
||
95 | <Reference Include="System.Web.Extensions" /> |
||
96 | <Reference Include="System.Xml" /> |
||
97 | <Reference Include="System.Configuration" /> |
||
98 | <Reference Include="System.Web.Services" /> |
||
99 | <Reference Include="System.EnterpriseServices" /> |
||
100 | <Reference Include="System.Xml.Linq" /> |
||
101 | 6a19b48d | taeseongkim | <Reference Include="WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
102 | <HintPath>..\packages\WCFExtensions.1.0.0\lib\WcfExtensions.ServiceModel.dll</HintPath> |
||
103 | </Reference> |
||
104 | 787a4489 | KangIngu | <Reference Include="WindowsBase" /> |
105 | </ItemGroup> |
||
106 | <ItemGroup> |
||
107 | b42dd24d | taeseongkim | <Content Include="ActiveService.svc" /> |
108 | a1142a6b | taeseongkim | <Content Include="Default.aspx" /> |
109 | f06cce07 | taeseongkim | <Content Include="HtmlPage1.html" /> |
110 | c517099d | taeseongkim | <Content Include="MarkusService.svc" /> |
111 | 3b938959 | taeseongkim | <Content Include="UserData\000000\doftech\3122B88A43BE674C62BA1A24474BC777.svg" /> |
112 | <Content Include="UserData\000000\doftech\59796CB155465B1BEDC4B526C98F86BF.svg" /> |
||
113 | 684ef11c | ljiyeon | <Content Include="Web.config"> |
114 | <SubType>Designer</SubType> |
||
115 | </Content> |
||
116 | 38d69491 | taeseongkim | <None Include="obfuscar.xml" /> |
117 | <Content Include="ServiceDeepView.svc" /> |
||
118 | <None Include="Web.Debug.config"> |
||
119 | <DependentUpon>Web.config</DependentUpon> |
||
120 | </None> |
||
121 | <None Include="Web.Debug_CadExport.config"> |
||
122 | <DependentUpon>Web.config</DependentUpon> |
||
123 | </None> |
||
124 | <None Include="Web.Debug_Daelim.config"> |
||
125 | <DependentUpon>Web.config</DependentUpon> |
||
126 | </None> |
||
127 | <None Include="Web.Debug_DevDoftech.config"> |
||
128 | <DependentUpon>Web.config</DependentUpon> |
||
129 | </None> |
||
130 | <None Include="Web.Debug_DIG.config"> |
||
131 | <DependentUpon>Web.config</DependentUpon> |
||
132 | </None> |
||
133 | <None Include="Web.Debug_HyoSung.config"> |
||
134 | <DependentUpon>Web.config</DependentUpon> |
||
135 | <SubType>Designer</SubType> |
||
136 | </None> |
||
137 | <None Include="Web.Debug_SNI.config"> |
||
138 | <DependentUpon>Web.config</DependentUpon> |
||
139 | </None> |
||
140 | <None Include="Web.Deploy_Daelim.config"> |
||
141 | <DependentUpon>Web.config</DependentUpon> |
||
142 | </None> |
||
143 | <None Include="Web.Deploy_Hyosung.config"> |
||
144 | <DependentUpon>Web.config</DependentUpon> |
||
145 | </None> |
||
146 | <None Include="Web.Deploy_SNI.config"> |
||
147 | <DependentUpon>Web.config</DependentUpon> |
||
148 | </None> |
||
149 | <None Include="Web.Release.config"> |
||
150 | <DependentUpon>Web.config</DependentUpon> |
||
151 | </None> |
||
152 | <None Include="Web.Release_BSENG.config"> |
||
153 | <DependentUpon>Web.config</DependentUpon> |
||
154 | </None> |
||
155 | <None Include="Web.Release_Default.config"> |
||
156 | <DependentUpon>Web.config</DependentUpon> |
||
157 | </None> |
||
158 | <None Include="Web.Release_Hyosung.config"> |
||
159 | <DependentUpon>Web.config</DependentUpon> |
||
160 | </None> |
||
161 | <None Include="Web.Release_PEMSS.config"> |
||
162 | <DependentUpon>Web.config</DependentUpon> |
||
163 | </None> |
||
164 | 787a4489 | KangIngu | </ItemGroup> |
165 | <ItemGroup> |
||
166 | b42dd24d | taeseongkim | <Compile Include="ActiveService.svc.cs"> |
167 | <DependentUpon>ActiveService.svc</DependentUpon> |
||
168 | </Compile> |
||
169 | cf1cc862 | taeseongkim | <Compile Include="DataModel\AddMemberResults.cs" /> |
170 | c517099d | taeseongkim | <Compile Include="DataModel\Commant.cs" /> |
171 | cf1cc862 | taeseongkim | <Compile Include="DataModel\GetMembersResults.cs" /> |
172 | a1142a6b | taeseongkim | <Compile Include="Default.aspx.cs"> |
173 | <DependentUpon>Default.aspx</DependentUpon> |
||
174 | <SubType>ASPXCodeBehind</SubType> |
||
175 | </Compile> |
||
176 | <Compile Include="Default.aspx.designer.cs"> |
||
177 | <DependentUpon>Default.aspx</DependentUpon> |
||
178 | </Compile> |
||
179 | b42dd24d | taeseongkim | <Compile Include="IActiveService.cs" /> |
180 | c517099d | taeseongkim | <Compile Include="MarkusService.svc.cs"> |
181 | <DependentUpon>MarkusService.svc</DependentUpon> |
||
182 | <SubType>Component</SubType> |
||
183 | </Compile> |
||
184 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
185 | a874198d | humkyung | <Compile Include="Properties\Settings.Designer.cs"> |
186 | <AutoGen>True</AutoGen> |
||
187 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
188 | <DependentUpon>Settings.settings</DependentUpon> |
||
189 | </Compile> |
||
190 | 787a4489 | KangIngu | <Compile Include="ServiceDeepView.svc.cs"> |
191 | <DependentUpon>ServiceDeepView.svc</DependentUpon> |
||
192 | <SubType>Component</SubType> |
||
193 | </Compile> |
||
194 | cf1cc862 | taeseongkim | <Compile Include="ServiceRedirector.cs" /> |
195 | 315ae55e | taeseongkim | <Compile Include="UniqueColorGenerator.cs" /> |
196 | 787a4489 | KangIngu | </ItemGroup> |
197 | <ItemGroup> |
||
198 | 6b6e937c | taeseongkim | <None Include="packages.config" /> |
199 | 787a4489 | KangIngu | <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
200 | 63946dd5 | taeseongkim | <None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" /> |
201 | 7185ff47 | taeseongkim | <None Include="Properties\PublishProfiles\Publish_Hyosung.pubxml" /> |
202 | 63946dd5 | taeseongkim | <None Include="Properties\PublishProfiles\Publish_SNI.pubxml" /> |
203 | a874198d | humkyung | <None Include="Properties\Settings.settings"> |
204 | <Generator>SettingsSingleFileGenerator</Generator> |
||
205 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
206 | </None> |
||
207 | 787a4489 | KangIngu | </ItemGroup> |
208 | <ItemGroup> |
||
209 | 66bd3240 | taeseongkim | <ProjectReference Include="..\AddressModule\AddressModule.csproj"> |
210 | <Project>{99f05f7f-ae88-4507-8f65-d401b1d7356f}</Project> |
||
211 | <Name>AddressModule</Name> |
||
212 | </ProjectReference> |
||
213 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
214 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
215 | <Name>IFinalPDF</Name> |
||
216 | </ProjectReference> |
||
217 | 787a4489 | KangIngu | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
218 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
219 | <Name>IKCOM</Name> |
||
220 | </ProjectReference> |
||
221 | 2b1f30fe | taeseongkim | <ProjectReference Include="..\ImageHandler\ImageHandler.csproj"> |
222 | <Project>{c4251f1b-b7d8-4f1f-94cc-b7eab696295d}</Project> |
||
223 | <Name>ImageHandler</Name> |
||
224 | </ProjectReference> |
||
225 | 787a4489 | KangIngu | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
226 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
227 | <Name>KCOMDataModel</Name> |
||
228 | </ProjectReference> |
||
229 | </ItemGroup> |
||
230 | 2b1f30fe | taeseongkim | <ItemGroup> |
231 | <Folder Include="TileSource\000000_Tile\40000\4000005\" /> |
||
232 | 3b938959 | taeseongkim | <Folder Include="UserData\000000\user1\" /> |
233 | 2b1f30fe | taeseongkim | </ItemGroup> |
234 | 787a4489 | KangIngu | <PropertyGroup> |
235 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
236 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
237 | </PropertyGroup> |
||
238 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
239 | <DebugSymbols>true</DebugSymbols> |
||
240 | <OutputPath>bin\</OutputPath> |
||
241 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
242 | <DebugType>full</DebugType> |
||
243 | <PlatformTarget>x86</PlatformTarget> |
||
244 | <ErrorReport>prompt</ErrorReport> |
||
245 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
246 | </PropertyGroup> |
||
247 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
248 | <OutputPath>bin\</OutputPath> |
||
249 | <DefineConstants>TRACE</DefineConstants> |
||
250 | <Optimize>true</Optimize> |
||
251 | <DebugType>pdbonly</DebugType> |
||
252 | ff01c725 | humkyung | <PlatformTarget>x64</PlatformTarget> |
253 | <ErrorReport>prompt</ErrorReport> |
||
254 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
255 | </PropertyGroup> |
||
256 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
257 | <DebugSymbols>true</DebugSymbols> |
||
258 | <OutputPath>bin\</OutputPath> |
||
259 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
260 | <DebugType>full</DebugType> |
||
261 | <PlatformTarget>x64</PlatformTarget> |
||
262 | <ErrorReport>prompt</ErrorReport> |
||
263 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
264 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
265 | <Optimize>false</Optimize> |
||
266 | ff01c725 | humkyung | </PropertyGroup> |
267 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
268 | <OutputPath>bin\</OutputPath> |
||
269 | <DefineConstants>TRACE</DefineConstants> |
||
270 | 68e3cd94 | taeseongkim | <Optimize>false</Optimize> |
271 | ff01c725 | humkyung | <DebugType>pdbonly</DebugType> |
272 | <PlatformTarget>x64</PlatformTarget> |
||
273 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
274 | f19ebe30 | djkim | <ErrorReport>prompt</ErrorReport> |
275 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
276 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
277 | f19ebe30 | djkim | </PropertyGroup> |
278 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
279 | <DebugSymbols>true</DebugSymbols> |
||
280 | <OutputPath>bin\</OutputPath> |
||
281 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
282 | <DebugType>full</DebugType> |
||
283 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
284 | <ErrorReport>prompt</ErrorReport> |
||
285 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
286 | </PropertyGroup> |
||
287 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
288 | <DebugSymbols>true</DebugSymbols> |
||
289 | <OutputPath>bin\</OutputPath> |
||
290 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
291 | <DebugType>full</DebugType> |
||
292 | <PlatformTarget>x86</PlatformTarget> |
||
293 | <ErrorReport>prompt</ErrorReport> |
||
294 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
295 | </PropertyGroup> |
||
296 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
||
297 | <DebugSymbols>true</DebugSymbols> |
||
298 | <OutputPath>bin\</OutputPath> |
||
299 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
300 | <DebugType>full</DebugType> |
||
301 | <PlatformTarget>x64</PlatformTarget> |
||
302 | <ErrorReport>prompt</ErrorReport> |
||
303 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
304 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
305 | <Optimize>false</Optimize> |
||
306 | 9f55b953 | taeseongkim | </PropertyGroup> |
307 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
||
308 | <DebugSymbols>true</DebugSymbols> |
||
309 | <OutputPath>bin\</OutputPath> |
||
310 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
311 | <DebugType>full</DebugType> |
||
312 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
313 | <ErrorReport>prompt</ErrorReport> |
||
314 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
315 | </PropertyGroup> |
||
316 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
||
317 | <DebugSymbols>true</DebugSymbols> |
||
318 | <OutputPath>bin\</OutputPath> |
||
319 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
320 | <DebugType>full</DebugType> |
||
321 | <PlatformTarget>x86</PlatformTarget> |
||
322 | <ErrorReport>prompt</ErrorReport> |
||
323 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
324 | </PropertyGroup> |
||
325 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
||
326 | <DebugSymbols>true</DebugSymbols> |
||
327 | <OutputPath>bin\</OutputPath> |
||
328 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
329 | <DebugType>full</DebugType> |
||
330 | <PlatformTarget>x64</PlatformTarget> |
||
331 | <ErrorReport>prompt</ErrorReport> |
||
332 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
333 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
334 | <Optimize>false</Optimize> |
||
335 | 9f55b953 | taeseongkim | </PropertyGroup> |
336 | f65e6c02 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
337 | <DebugSymbols>true</DebugSymbols> |
||
338 | <OutputPath>bin\</OutputPath> |
||
339 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
340 | <DebugType>full</DebugType> |
||
341 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
342 | <ErrorReport>prompt</ErrorReport> |
||
343 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
344 | </PropertyGroup> |
||
345 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
||
346 | <DebugSymbols>true</DebugSymbols> |
||
347 | <OutputPath>bin\</OutputPath> |
||
348 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
349 | <DebugType>full</DebugType> |
||
350 | <PlatformTarget>x86</PlatformTarget> |
||
351 | <ErrorReport>prompt</ErrorReport> |
||
352 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
353 | </PropertyGroup> |
||
354 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
||
355 | <DebugSymbols>true</DebugSymbols> |
||
356 | <OutputPath>bin\</OutputPath> |
||
357 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
358 | <DebugType>full</DebugType> |
||
359 | <PlatformTarget>x64</PlatformTarget> |
||
360 | <ErrorReport>prompt</ErrorReport> |
||
361 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
362 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
363 | <Optimize>false</Optimize> |
||
364 | f65e6c02 | taeseongkim | </PropertyGroup> |
365 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
||
366 | <DebugSymbols>true</DebugSymbols> |
||
367 | <OutputPath>bin\</OutputPath> |
||
368 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
369 | <DebugType>full</DebugType> |
||
370 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
371 | <ErrorReport>prompt</ErrorReport> |
||
372 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
373 | </PropertyGroup> |
||
374 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
||
375 | <DebugSymbols>true</DebugSymbols> |
||
376 | <OutputPath>bin\</OutputPath> |
||
377 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
378 | <DebugType>full</DebugType> |
||
379 | <PlatformTarget>x86</PlatformTarget> |
||
380 | <ErrorReport>prompt</ErrorReport> |
||
381 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
382 | </PropertyGroup> |
||
383 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
||
384 | <DebugSymbols>true</DebugSymbols> |
||
385 | <OutputPath>bin\</OutputPath> |
||
386 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
387 | <DebugType>full</DebugType> |
||
388 | <PlatformTarget>x64</PlatformTarget> |
||
389 | <ErrorReport>prompt</ErrorReport> |
||
390 | 80856edb | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
391 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
392 | <Optimize>false</Optimize> |
||
393 | 80856edb | taeseongkim | </PropertyGroup> |
394 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|AnyCPU' "> |
395 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
396 | <OutputPath>bin\</OutputPath> |
||
397 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
398 | <DebugType>full</DebugType> |
||
399 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
400 | <ErrorReport>prompt</ErrorReport> |
||
401 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
402 | </PropertyGroup> |
||
403 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x86' "> |
404 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
405 | <OutputPath>bin\</OutputPath> |
||
406 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
407 | <DebugType>full</DebugType> |
||
408 | <PlatformTarget>x86</PlatformTarget> |
||
409 | <ErrorReport>prompt</ErrorReport> |
||
410 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
411 | </PropertyGroup> |
||
412 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x64' "> |
413 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
414 | <OutputPath>bin\</OutputPath> |
||
415 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
416 | <DebugType>full</DebugType> |
||
417 | <PlatformTarget>x64</PlatformTarget> |
||
418 | <ErrorReport>prompt</ErrorReport> |
||
419 | 07b7bd24 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
420 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
421 | <Optimize>false</Optimize> |
||
422 | 07b7bd24 | taeseongkim | </PropertyGroup> |
423 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
||
424 | <DebugSymbols>true</DebugSymbols> |
||
425 | <OutputPath>bin\</OutputPath> |
||
426 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
427 | <DebugType>full</DebugType> |
||
428 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
429 | <ErrorReport>prompt</ErrorReport> |
||
430 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
431 | </PropertyGroup> |
||
432 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
||
433 | <DebugSymbols>true</DebugSymbols> |
||
434 | <OutputPath>bin\</OutputPath> |
||
435 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
436 | <DebugType>full</DebugType> |
||
437 | <PlatformTarget>x86</PlatformTarget> |
||
438 | <ErrorReport>prompt</ErrorReport> |
||
439 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
440 | </PropertyGroup> |
||
441 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
||
442 | <DebugSymbols>true</DebugSymbols> |
||
443 | <OutputPath>bin\</OutputPath> |
||
444 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
445 | <DebugType>full</DebugType> |
||
446 | eaafc1eb | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
447 | <ErrorReport>prompt</ErrorReport> |
||
448 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
449 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
450 | <Optimize>false</Optimize> |
||
451 | eaafc1eb | taeseongkim | </PropertyGroup> |
452 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
||
453 | <DebugSymbols>true</DebugSymbols> |
||
454 | <OutputPath>bin\</OutputPath> |
||
455 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
456 | <DebugType>full</DebugType> |
||
457 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
458 | <ErrorReport>prompt</ErrorReport> |
||
459 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
460 | </PropertyGroup> |
||
461 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
462 | <DebugSymbols>true</DebugSymbols> |
||
463 | <OutputPath>bin\</OutputPath> |
||
464 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
465 | <DebugType>full</DebugType> |
||
466 | <PlatformTarget>x86</PlatformTarget> |
||
467 | <ErrorReport>prompt</ErrorReport> |
||
468 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
469 | </PropertyGroup> |
||
470 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
||
471 | <DebugSymbols>true</DebugSymbols> |
||
472 | <OutputPath>bin\</OutputPath> |
||
473 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
474 | <DebugType>full</DebugType> |
||
475 | 9d5b4bc2 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
476 | <ErrorReport>prompt</ErrorReport> |
||
477 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
478 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
479 | <Optimize>false</Optimize> |
||
480 | 9d5b4bc2 | taeseongkim | </PropertyGroup> |
481 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
||
482 | <DebugSymbols>true</DebugSymbols> |
||
483 | <OutputPath>bin\</OutputPath> |
||
484 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
485 | <DebugType>full</DebugType> |
||
486 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
487 | <ErrorReport>prompt</ErrorReport> |
||
488 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
489 | </PropertyGroup> |
||
490 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
||
491 | <DebugSymbols>true</DebugSymbols> |
||
492 | <OutputPath>bin\</OutputPath> |
||
493 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
494 | <DebugType>full</DebugType> |
||
495 | <PlatformTarget>x86</PlatformTarget> |
||
496 | <ErrorReport>prompt</ErrorReport> |
||
497 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
498 | </PropertyGroup> |
||
499 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
||
500 | <DebugSymbols>true</DebugSymbols> |
||
501 | <OutputPath>bin\</OutputPath> |
||
502 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
503 | <DebugType>full</DebugType> |
||
504 | 63946dd5 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
505 | <ErrorReport>prompt</ErrorReport> |
||
506 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
507 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
508 | <Optimize>false</Optimize> |
||
509 | 63946dd5 | taeseongkim | </PropertyGroup> |
510 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'"> |
||
511 | <DebugSymbols>true</DebugSymbols> |
||
512 | <OutputPath>bin\</OutputPath> |
||
513 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
514 | <DebugType>full</DebugType> |
||
515 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
516 | <ErrorReport>prompt</ErrorReport> |
||
517 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
518 | </PropertyGroup> |
||
519 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'"> |
||
520 | <DebugSymbols>true</DebugSymbols> |
||
521 | <OutputPath>bin\</OutputPath> |
||
522 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
523 | <DebugType>full</DebugType> |
||
524 | <PlatformTarget>x86</PlatformTarget> |
||
525 | <ErrorReport>prompt</ErrorReport> |
||
526 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
527 | </PropertyGroup> |
||
528 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'"> |
||
529 | <DebugSymbols>true</DebugSymbols> |
||
530 | <OutputPath>bin\</OutputPath> |
||
531 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
532 | <DebugType>full</DebugType> |
||
533 | <PlatformTarget>x64</PlatformTarget> |
||
534 | <ErrorReport>prompt</ErrorReport> |
||
535 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
536 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
537 | <Optimize>false</Optimize> |
||
538 | 63946dd5 | taeseongkim | </PropertyGroup> |
539 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'"> |
||
540 | <DebugSymbols>true</DebugSymbols> |
||
541 | <OutputPath>bin\Daelim\</OutputPath> |
||
542 | <DefineConstants> |
||
543 | </DefineConstants> |
||
544 | <DebugType>full</DebugType> |
||
545 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
546 | <ErrorReport>prompt</ErrorReport> |
||
547 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
548 | </PropertyGroup> |
||
549 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'"> |
||
550 | <DebugSymbols>true</DebugSymbols> |
||
551 | <OutputPath>bin\</OutputPath> |
||
552 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
553 | <DebugType>full</DebugType> |
||
554 | <PlatformTarget>x86</PlatformTarget> |
||
555 | <ErrorReport>prompt</ErrorReport> |
||
556 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
557 | </PropertyGroup> |
||
558 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'"> |
||
559 | <DebugSymbols>true</DebugSymbols> |
||
560 | <OutputPath>bin\</OutputPath> |
||
561 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
562 | <DebugType>full</DebugType> |
||
563 | 07b7bd24 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
564 | <ErrorReport>prompt</ErrorReport> |
||
565 | f65e6c02 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
566 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
567 | <Optimize>false</Optimize> |
||
568 | f65e6c02 | taeseongkim | </PropertyGroup> |
569 | 77cdac33 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'"> |
570 | <DebugSymbols>true</DebugSymbols> |
||
571 | <OutputPath>bin\</OutputPath> |
||
572 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
573 | <DebugType>full</DebugType> |
||
574 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
575 | <ErrorReport>prompt</ErrorReport> |
||
576 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
577 | </PropertyGroup> |
||
578 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'"> |
||
579 | <DebugSymbols>true</DebugSymbols> |
||
580 | <OutputPath>bin\</OutputPath> |
||
581 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
582 | <DebugType>full</DebugType> |
||
583 | <PlatformTarget>x86</PlatformTarget> |
||
584 | <ErrorReport>prompt</ErrorReport> |
||
585 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
586 | </PropertyGroup> |
||
587 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'"> |
||
588 | <DebugSymbols>true</DebugSymbols> |
||
589 | <OutputPath>bin\</OutputPath> |
||
590 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
591 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||
592 | <DebugType>full</DebugType> |
||
593 | <PlatformTarget>x64</PlatformTarget> |
||
594 | <ErrorReport>prompt</ErrorReport> |
||
595 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
596 | </PropertyGroup> |
||
597 | 38d69491 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|AnyCPU'"> |
598 | <DebugSymbols>true</DebugSymbols> |
||
599 | <OutputPath>bin\</OutputPath> |
||
600 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
601 | <DebugType>full</DebugType> |
||
602 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
603 | <LangVersion>7.3</LangVersion> |
||
604 | <ErrorReport>prompt</ErrorReport> |
||
605 | </PropertyGroup> |
||
606 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x86'"> |
||
607 | <DebugSymbols>true</DebugSymbols> |
||
608 | <OutputPath>bin\</OutputPath> |
||
609 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
610 | <DebugType>full</DebugType> |
||
611 | <PlatformTarget>x86</PlatformTarget> |
||
612 | <LangVersion>7.3</LangVersion> |
||
613 | <ErrorReport>prompt</ErrorReport> |
||
614 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
615 | </PropertyGroup> |
||
616 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DIG|x64'"> |
||
617 | <DebugSymbols>true</DebugSymbols> |
||
618 | <OutputPath>bin\</OutputPath> |
||
619 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
620 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||
621 | <DebugType>full</DebugType> |
||
622 | <PlatformTarget>x64</PlatformTarget> |
||
623 | <LangVersion>7.3</LangVersion> |
||
624 | <ErrorReport>prompt</ErrorReport> |
||
625 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
626 | </PropertyGroup> |
||
627 | 787a4489 | KangIngu | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
628 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
629 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
630 | <ProjectExtensions> |
||
631 | <VisualStudio> |
||
632 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
633 | <WebProjectProperties> |
||
634 | <UseIIS>True</UseIIS> |
||
635 | <AutoAssignPort>True</AutoAssignPort> |
||
636 | <DevelopmentServerPort>13009</DevelopmentServerPort> |
||
637 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
638 | 5639752b | taeseongkim | <IISUrl>http://localhost:44301/</IISUrl> |
639 | 787a4489 | KangIngu | <NTLMAuthentication>False</NTLMAuthentication> |
640 | <UseCustomServer>False</UseCustomServer> |
||
641 | <CustomServerUrl> |
||
642 | </CustomServerUrl> |
||
643 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
644 | </WebProjectProperties> |
||
645 | </FlavorProperties> |
||
646 | </VisualStudio> |
||
647 | </ProjectExtensions> |
||
648 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
649 | a1142a6b | taeseongkim | Other similar extension points exist, see Microsoft.Common.targets. --> |
650 | 787a4489 | KangIngu | <Target Name="BeforeBuild"> |
651 | a1142a6b | taeseongkim | <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
652 | 787a4489 | KangIngu | </Target> |
653 | <Target Name="AfterBuild"> |
||
654 | </Target> |
||
655 | 9f55b953 | taeseongkim | <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
656 | <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
||
657 | </Target> |
||
658 | a1142a6b | taeseongkim | <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')"> |
659 | <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" /> |
||
660 | </Target> |
||
661 | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
||
662 | 5b5d9b1f | taeseongkim | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
663 | <PropertyGroup> |
||
664 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
665 | </PropertyGroup> |
||
666 | 9f56088c | taeseongkim | <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" /> |
667 | 38d69491 | taeseongkim | <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200701\build\net\OpenCvSharp4.runtime.win.props'))" /> |
668 | 5b5d9b1f | taeseongkim | </Target> |
669 | 9f56088c | taeseongkim | <PropertyGroup> |
670 | ffa5dbc7 | taeseongkim | <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
671 | rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent> |
||
672 | 9f56088c | taeseongkim | </PropertyGroup> |
673 | 787a4489 | KangIngu | </Project> |