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