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