markus / KCOM_API / KCOM_API.csproj @ 63946dd5
이력 | 보기 | 이력해설 | 다운로드 (25.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 | 5b5d9b1f | taeseongkim | <Import Project="..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" /> |
4 | 787a4489 | KangIngu | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | <PropertyGroup> |
||
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
8 | <ProductVersion> |
||
9 | </ProductVersion> |
||
10 | <SchemaVersion>2.0</SchemaVersion> |
||
11 | <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid> |
||
12 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
13 | <OutputType>Library</OutputType> |
||
14 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
15 | <RootNamespace>KCOM_API</RootNamespace> |
||
16 | <AssemblyName>KCOM_API</AssemblyName> |
||
17 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
18 | 787a4489 | KangIngu | <UseIISExpress>true</UseIISExpress> |
19 | <Use64BitIISExpress /> |
||
20 | <IISExpressSSLPort /> |
||
21 | <IISExpressAnonymousAuthentication /> |
||
22 | <IISExpressWindowsAuthentication /> |
||
23 | <IISExpressUseClassicPipelineMode /> |
||
24 | <UseGlobalApplicationHostFile /> |
||
25 | <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
||
26 | <TargetFrameworkProfile /> |
||
27 | 6b6e937c | taeseongkim | <NuGetPackageImportStamp> |
28 | </NuGetPackageImportStamp> |
||
29 | 787a4489 | KangIngu | </PropertyGroup> |
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
31 | <DebugSymbols>true</DebugSymbols> |
||
32 | <DebugType>full</DebugType> |
||
33 | <Optimize>false</Optimize> |
||
34 | <OutputPath>bin\</OutputPath> |
||
35 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
36 | <ErrorReport>prompt</ErrorReport> |
||
37 | <WarningLevel>4</WarningLevel> |
||
38 | <Prefer32Bit>false</Prefer32Bit> |
||
39 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
40 | 63946dd5 | taeseongkim | <PublishDatabases>false</PublishDatabases> |
41 | <IncludeIisSettings>false</IncludeIisSettings> |
||
42 | <ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol> |
||
43 | 787a4489 | KangIngu | </PropertyGroup> |
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <Optimize>true</Optimize> |
||
47 | <OutputPath>bin\</OutputPath> |
||
48 | <DefineConstants>TRACE</DefineConstants> |
||
49 | <ErrorReport>prompt</ErrorReport> |
||
50 | <WarningLevel>4</WarningLevel> |
||
51 | <Prefer32Bit>false</Prefer32Bit> |
||
52 | ff01c725 | humkyung | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
53 | <PlatformTarget>x64</PlatformTarget> |
||
54 | 787a4489 | KangIngu | </PropertyGroup> |
55 | <ItemGroup> |
||
56 | 5b5d9b1f | taeseongkim | <Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
57 | <HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath> |
||
58 | 6b6e937c | taeseongkim | </Reference> |
59 | 5b5d9b1f | taeseongkim | <Reference Include="Microsoft.CSharp" /> |
60 | <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
61 | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath> |
||
62 | 6b6e937c | taeseongkim | </Reference> |
63 | 5b5d9b1f | taeseongkim | <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
64 | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath> |
||
65 | </Reference> |
||
66 | <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
67 | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath> |
||
68 | 6b6e937c | taeseongkim | </Reference> |
69 | 787a4489 | KangIngu | <Reference Include="System.Data.DataSetExtensions" /> |
70 | <Reference Include="System.Data.Entity" /> |
||
71 | 5b5d9b1f | taeseongkim | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
72 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
||
73 | </Reference> |
||
74 | 787a4489 | KangIngu | <Reference Include="System.Runtime.Remoting" /> |
75 | <Reference Include="System.Runtime.Serialization" /> |
||
76 | <Reference Include="System.ServiceModel" /> |
||
77 | c517099d | taeseongkim | <Reference Include="System.ServiceModel.Web" /> |
78 | 787a4489 | KangIngu | <Reference Include="System.Web.DynamicData" /> |
79 | <Reference Include="System.Web.Entity" /> |
||
80 | <Reference Include="System.Web.ApplicationServices" /> |
||
81 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
82 | <Reference Include="System" /> |
||
83 | <Reference Include="System.Data" /> |
||
84 | <Reference Include="System.Drawing" /> |
||
85 | <Reference Include="System.Web" /> |
||
86 | <Reference Include="System.Web.Extensions" /> |
||
87 | <Reference Include="System.Xml" /> |
||
88 | <Reference Include="System.Configuration" /> |
||
89 | <Reference Include="System.Web.Services" /> |
||
90 | <Reference Include="System.EnterpriseServices" /> |
||
91 | <Reference Include="System.Xml.Linq" /> |
||
92 | <Reference Include="WindowsBase" /> |
||
93 | </ItemGroup> |
||
94 | <ItemGroup> |
||
95 | a1142a6b | taeseongkim | <Content Include="Default.aspx" /> |
96 | f06cce07 | taeseongkim | <Content Include="HtmlPage1.html" /> |
97 | c517099d | taeseongkim | <Content Include="MarkusService.svc" /> |
98 | 787a4489 | KangIngu | <Content Include="ServiceDeepView.svc" /> |
99 | 684ef11c | ljiyeon | <Content Include="Web.config"> |
100 | <SubType>Designer</SubType> |
||
101 | </Content> |
||
102 | 787a4489 | KangIngu | </ItemGroup> |
103 | <ItemGroup> |
||
104 | c517099d | taeseongkim | <Compile Include="DataModel\AdjustResult.cs" /> |
105 | <Compile Include="DataModel\Commant.cs" /> |
||
106 | a1142a6b | taeseongkim | <Compile Include="Default.aspx.cs"> |
107 | <DependentUpon>Default.aspx</DependentUpon> |
||
108 | <SubType>ASPXCodeBehind</SubType> |
||
109 | </Compile> |
||
110 | <Compile Include="Default.aspx.designer.cs"> |
||
111 | <DependentUpon>Default.aspx</DependentUpon> |
||
112 | </Compile> |
||
113 | c517099d | taeseongkim | <Compile Include="MarkusService.svc.cs"> |
114 | <DependentUpon>MarkusService.svc</DependentUpon> |
||
115 | <SubType>Component</SubType> |
||
116 | </Compile> |
||
117 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
118 | a874198d | humkyung | <Compile Include="Properties\Settings.Designer.cs"> |
119 | <AutoGen>True</AutoGen> |
||
120 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
121 | <DependentUpon>Settings.settings</DependentUpon> |
||
122 | </Compile> |
||
123 | 787a4489 | KangIngu | <Compile Include="ServiceDeepView.svc.cs"> |
124 | <DependentUpon>ServiceDeepView.svc</DependentUpon> |
||
125 | <SubType>Component</SubType> |
||
126 | </Compile> |
||
127 | 315ae55e | taeseongkim | <Compile Include="UniqueColorGenerator.cs" /> |
128 | 787a4489 | KangIngu | </ItemGroup> |
129 | <ItemGroup> |
||
130 | 6b6e937c | taeseongkim | <None Include="packages.config" /> |
131 | 787a4489 | KangIngu | <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
132 | 63946dd5 | taeseongkim | <None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" /> |
133 | <None Include="Properties\PublishProfiles\Publish_HS.pubxml" /> |
||
134 | <None Include="Properties\PublishProfiles\Publish_SNI.pubxml" /> |
||
135 | a874198d | humkyung | <None Include="Properties\Settings.settings"> |
136 | <Generator>SettingsSingleFileGenerator</Generator> |
||
137 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
138 | </None> |
||
139 | 787a4489 | KangIngu | <None Include="Web.Debug.config"> |
140 | <DependentUpon>Web.config</DependentUpon> |
||
141 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
142 | 787a4489 | KangIngu | </None> |
143 | f65e6c02 | taeseongkim | <None Include="Web.Debug_CadExport.config"> |
144 | <DependentUpon>Web.config</DependentUpon> |
||
145 | </None> |
||
146 | ab590000 | taeseongkim | <None Include="Web.Debug_Daelim.config"> |
147 | <DependentUpon>Web.config</DependentUpon> |
||
148 | </None> |
||
149 | 9f55b953 | taeseongkim | <None Include="Web.Debug_DevDoftech.config"> |
150 | <DependentUpon>Web.config</DependentUpon> |
||
151 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
152 | 9f55b953 | taeseongkim | </None> |
153 | <None Include="Web.Debug_HyoSung.config"> |
||
154 | <DependentUpon>Web.config</DependentUpon> |
||
155 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
156 | d33ef543 | taeseongkim | <SubType>Designer</SubType> |
157 | ab5aa762 | taeseongkim | </None> |
158 | f65e6c02 | taeseongkim | <None Include="Web.Debug_SNI.config"> |
159 | <DependentUpon>Web.config</DependentUpon> |
||
160 | </None> |
||
161 | 63946dd5 | taeseongkim | <None Include="Web.Deploy_Daelim.config"> |
162 | <DependentUpon>Web.config</DependentUpon> |
||
163 | </None> |
||
164 | <None Include="Web.Deploy_Hyosung.config"> |
||
165 | <DependentUpon>Web.config</DependentUpon> |
||
166 | </None> |
||
167 | <None Include="Web.Deploy_SNI.config"> |
||
168 | <DependentUpon>Web.config</DependentUpon> |
||
169 | </None> |
||
170 | 787a4489 | KangIngu | <None Include="Web.Release.config"> |
171 | <DependentUpon>Web.config</DependentUpon> |
||
172 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
173 | 787a4489 | KangIngu | </None> |
174 | 9d5b4bc2 | taeseongkim | <None Include="Web.Release_Default.config"> |
175 | <DependentUpon>Web.config</DependentUpon> |
||
176 | </None> |
||
177 | d0286794 | taeseongkim | <None Include="Web.Release_Hyosung.config"> |
178 | <DependentUpon>Web.config</DependentUpon> |
||
179 | </None> |
||
180 | 07b7bd24 | taeseongkim | <None Include="Web.Release_PEMSS.config"> |
181 | <DependentUpon>Web.config</DependentUpon> |
||
182 | </None> |
||
183 | 787a4489 | KangIngu | </ItemGroup> |
184 | <ItemGroup> |
||
185 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
186 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
187 | <Name>IFinalPDF</Name> |
||
188 | </ProjectReference> |
||
189 | 787a4489 | KangIngu | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
190 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
191 | <Name>IKCOM</Name> |
||
192 | </ProjectReference> |
||
193 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
194 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
195 | <Name>KCOMDataModel</Name> |
||
196 | </ProjectReference> |
||
197 | </ItemGroup> |
||
198 | <PropertyGroup> |
||
199 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
200 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
201 | </PropertyGroup> |
||
202 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
203 | <DebugSymbols>true</DebugSymbols> |
||
204 | <OutputPath>bin\</OutputPath> |
||
205 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
206 | <DebugType>full</DebugType> |
||
207 | <PlatformTarget>x86</PlatformTarget> |
||
208 | <ErrorReport>prompt</ErrorReport> |
||
209 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
210 | </PropertyGroup> |
||
211 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
212 | <OutputPath>bin\</OutputPath> |
||
213 | <DefineConstants>TRACE</DefineConstants> |
||
214 | <Optimize>true</Optimize> |
||
215 | <DebugType>pdbonly</DebugType> |
||
216 | ff01c725 | humkyung | <PlatformTarget>x64</PlatformTarget> |
217 | <ErrorReport>prompt</ErrorReport> |
||
218 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
219 | </PropertyGroup> |
||
220 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
221 | <DebugSymbols>true</DebugSymbols> |
||
222 | <OutputPath>bin\</OutputPath> |
||
223 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
224 | <DebugType>full</DebugType> |
||
225 | <PlatformTarget>x64</PlatformTarget> |
||
226 | <ErrorReport>prompt</ErrorReport> |
||
227 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
228 | </PropertyGroup> |
||
229 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
230 | <OutputPath>bin\</OutputPath> |
||
231 | <DefineConstants>TRACE</DefineConstants> |
||
232 | <Optimize>true</Optimize> |
||
233 | <DebugType>pdbonly</DebugType> |
||
234 | <PlatformTarget>x64</PlatformTarget> |
||
235 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
236 | f19ebe30 | djkim | <ErrorReport>prompt</ErrorReport> |
237 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
238 | </PropertyGroup> |
||
239 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
240 | <DebugSymbols>true</DebugSymbols> |
||
241 | <OutputPath>bin\</OutputPath> |
||
242 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
243 | <DebugType>full</DebugType> |
||
244 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
245 | <ErrorReport>prompt</ErrorReport> |
||
246 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
247 | </PropertyGroup> |
||
248 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
249 | <DebugSymbols>true</DebugSymbols> |
||
250 | <OutputPath>bin\</OutputPath> |
||
251 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
252 | <DebugType>full</DebugType> |
||
253 | <PlatformTarget>x86</PlatformTarget> |
||
254 | <ErrorReport>prompt</ErrorReport> |
||
255 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
256 | </PropertyGroup> |
||
257 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
||
258 | <DebugSymbols>true</DebugSymbols> |
||
259 | <OutputPath>bin\</OutputPath> |
||
260 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
261 | <DebugType>full</DebugType> |
||
262 | <PlatformTarget>x64</PlatformTarget> |
||
263 | <ErrorReport>prompt</ErrorReport> |
||
264 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
265 | </PropertyGroup> |
||
266 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
||
267 | <DebugSymbols>true</DebugSymbols> |
||
268 | <OutputPath>bin\</OutputPath> |
||
269 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
270 | <DebugType>full</DebugType> |
||
271 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
272 | <ErrorReport>prompt</ErrorReport> |
||
273 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
274 | </PropertyGroup> |
||
275 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
||
276 | <DebugSymbols>true</DebugSymbols> |
||
277 | <OutputPath>bin\</OutputPath> |
||
278 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
279 | <DebugType>full</DebugType> |
||
280 | <PlatformTarget>x86</PlatformTarget> |
||
281 | <ErrorReport>prompt</ErrorReport> |
||
282 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
283 | </PropertyGroup> |
||
284 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
||
285 | <DebugSymbols>true</DebugSymbols> |
||
286 | <OutputPath>bin\</OutputPath> |
||
287 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
288 | <DebugType>full</DebugType> |
||
289 | <PlatformTarget>x64</PlatformTarget> |
||
290 | <ErrorReport>prompt</ErrorReport> |
||
291 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
292 | </PropertyGroup> |
||
293 | f65e6c02 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
294 | <DebugSymbols>true</DebugSymbols> |
||
295 | <OutputPath>bin\</OutputPath> |
||
296 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
297 | <DebugType>full</DebugType> |
||
298 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
299 | <ErrorReport>prompt</ErrorReport> |
||
300 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
301 | </PropertyGroup> |
||
302 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
||
303 | <DebugSymbols>true</DebugSymbols> |
||
304 | <OutputPath>bin\</OutputPath> |
||
305 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
306 | <DebugType>full</DebugType> |
||
307 | <PlatformTarget>x86</PlatformTarget> |
||
308 | <ErrorReport>prompt</ErrorReport> |
||
309 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
310 | </PropertyGroup> |
||
311 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
||
312 | <DebugSymbols>true</DebugSymbols> |
||
313 | <OutputPath>bin\</OutputPath> |
||
314 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
315 | <DebugType>full</DebugType> |
||
316 | <PlatformTarget>x64</PlatformTarget> |
||
317 | <ErrorReport>prompt</ErrorReport> |
||
318 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
319 | </PropertyGroup> |
||
320 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
||
321 | <DebugSymbols>true</DebugSymbols> |
||
322 | <OutputPath>bin\</OutputPath> |
||
323 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
324 | <DebugType>full</DebugType> |
||
325 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
326 | <ErrorReport>prompt</ErrorReport> |
||
327 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
328 | </PropertyGroup> |
||
329 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
||
330 | <DebugSymbols>true</DebugSymbols> |
||
331 | <OutputPath>bin\</OutputPath> |
||
332 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
333 | <DebugType>full</DebugType> |
||
334 | <PlatformTarget>x86</PlatformTarget> |
||
335 | <ErrorReport>prompt</ErrorReport> |
||
336 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
337 | </PropertyGroup> |
||
338 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
||
339 | <DebugSymbols>true</DebugSymbols> |
||
340 | <OutputPath>bin\</OutputPath> |
||
341 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
342 | <DebugType>full</DebugType> |
||
343 | <PlatformTarget>x64</PlatformTarget> |
||
344 | <ErrorReport>prompt</ErrorReport> |
||
345 | 80856edb | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
346 | </PropertyGroup> |
||
347 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|AnyCPU' "> |
348 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
349 | <OutputPath>bin\</OutputPath> |
||
350 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
351 | <DebugType>full</DebugType> |
||
352 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
353 | <ErrorReport>prompt</ErrorReport> |
||
354 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
355 | </PropertyGroup> |
||
356 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x86' "> |
357 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
358 | <OutputPath>bin\</OutputPath> |
||
359 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
360 | <DebugType>full</DebugType> |
||
361 | <PlatformTarget>x86</PlatformTarget> |
||
362 | <ErrorReport>prompt</ErrorReport> |
||
363 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
364 | </PropertyGroup> |
||
365 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x64' "> |
366 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
367 | <OutputPath>bin\</OutputPath> |
||
368 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
369 | <DebugType>full</DebugType> |
||
370 | <PlatformTarget>x64</PlatformTarget> |
||
371 | <ErrorReport>prompt</ErrorReport> |
||
372 | 07b7bd24 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
373 | </PropertyGroup> |
||
374 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
||
375 | <DebugSymbols>true</DebugSymbols> |
||
376 | <OutputPath>bin\</OutputPath> |
||
377 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
378 | <DebugType>full</DebugType> |
||
379 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
380 | <ErrorReport>prompt</ErrorReport> |
||
381 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
382 | </PropertyGroup> |
||
383 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
||
384 | <DebugSymbols>true</DebugSymbols> |
||
385 | <OutputPath>bin\</OutputPath> |
||
386 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
387 | <DebugType>full</DebugType> |
||
388 | <PlatformTarget>x86</PlatformTarget> |
||
389 | <ErrorReport>prompt</ErrorReport> |
||
390 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
391 | </PropertyGroup> |
||
392 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
||
393 | <DebugSymbols>true</DebugSymbols> |
||
394 | <OutputPath>bin\</OutputPath> |
||
395 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
396 | <DebugType>full</DebugType> |
||
397 | eaafc1eb | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
398 | <ErrorReport>prompt</ErrorReport> |
||
399 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
400 | </PropertyGroup> |
||
401 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
||
402 | <DebugSymbols>true</DebugSymbols> |
||
403 | <OutputPath>bin\</OutputPath> |
||
404 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
405 | <DebugType>full</DebugType> |
||
406 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
407 | <ErrorReport>prompt</ErrorReport> |
||
408 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
409 | </PropertyGroup> |
||
410 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
411 | <DebugSymbols>true</DebugSymbols> |
||
412 | <OutputPath>bin\</OutputPath> |
||
413 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
414 | <DebugType>full</DebugType> |
||
415 | <PlatformTarget>x86</PlatformTarget> |
||
416 | <ErrorReport>prompt</ErrorReport> |
||
417 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
418 | </PropertyGroup> |
||
419 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
||
420 | <DebugSymbols>true</DebugSymbols> |
||
421 | <OutputPath>bin\</OutputPath> |
||
422 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
423 | <DebugType>full</DebugType> |
||
424 | 9d5b4bc2 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
425 | <ErrorReport>prompt</ErrorReport> |
||
426 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
427 | </PropertyGroup> |
||
428 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|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_Default|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_Default|x64'"> |
||
447 | <DebugSymbols>true</DebugSymbols> |
||
448 | <OutputPath>bin\</OutputPath> |
||
449 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
450 | <DebugType>full</DebugType> |
||
451 | 63946dd5 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
452 | <ErrorReport>prompt</ErrorReport> |
||
453 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
454 | </PropertyGroup> |
||
455 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'"> |
||
456 | <DebugSymbols>true</DebugSymbols> |
||
457 | <OutputPath>bin\</OutputPath> |
||
458 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
459 | <DebugType>full</DebugType> |
||
460 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
461 | <ErrorReport>prompt</ErrorReport> |
||
462 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
463 | </PropertyGroup> |
||
464 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'"> |
||
465 | <DebugSymbols>true</DebugSymbols> |
||
466 | <OutputPath>bin\</OutputPath> |
||
467 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
468 | <DebugType>full</DebugType> |
||
469 | <PlatformTarget>x86</PlatformTarget> |
||
470 | <ErrorReport>prompt</ErrorReport> |
||
471 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
472 | </PropertyGroup> |
||
473 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'"> |
||
474 | <DebugSymbols>true</DebugSymbols> |
||
475 | <OutputPath>bin\</OutputPath> |
||
476 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
477 | <DebugType>full</DebugType> |
||
478 | <PlatformTarget>x64</PlatformTarget> |
||
479 | <ErrorReport>prompt</ErrorReport> |
||
480 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
481 | </PropertyGroup> |
||
482 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'"> |
||
483 | <DebugSymbols>true</DebugSymbols> |
||
484 | <OutputPath>bin\Daelim\</OutputPath> |
||
485 | <DefineConstants> |
||
486 | </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)' == 'Deploy_Daelim|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)' == 'Deploy_Daelim|x64'"> |
||
502 | <DebugSymbols>true</DebugSymbols> |
||
503 | <OutputPath>bin\</OutputPath> |
||
504 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
505 | <DebugType>full</DebugType> |
||
506 | 07b7bd24 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
507 | <ErrorReport>prompt</ErrorReport> |
||
508 | f65e6c02 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
509 | </PropertyGroup> |
||
510 | 787a4489 | KangIngu | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
511 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
512 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
513 | <ProjectExtensions> |
||
514 | <VisualStudio> |
||
515 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
516 | <WebProjectProperties> |
||
517 | <UseIIS>True</UseIIS> |
||
518 | <AutoAssignPort>True</AutoAssignPort> |
||
519 | <DevelopmentServerPort>13009</DevelopmentServerPort> |
||
520 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
521 | ff01c725 | humkyung | <IISUrl>http://localhost:8080/</IISUrl> |
522 | 787a4489 | KangIngu | <NTLMAuthentication>False</NTLMAuthentication> |
523 | <UseCustomServer>False</UseCustomServer> |
||
524 | <CustomServerUrl> |
||
525 | </CustomServerUrl> |
||
526 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
527 | </WebProjectProperties> |
||
528 | </FlavorProperties> |
||
529 | </VisualStudio> |
||
530 | </ProjectExtensions> |
||
531 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
532 | a1142a6b | taeseongkim | Other similar extension points exist, see Microsoft.Common.targets. --> |
533 | 787a4489 | KangIngu | <Target Name="BeforeBuild"> |
534 | a1142a6b | taeseongkim | <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
535 | 787a4489 | KangIngu | </Target> |
536 | <Target Name="AfterBuild"> |
||
537 | </Target> |
||
538 | 9f55b953 | taeseongkim | <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
539 | <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
||
540 | </Target> |
||
541 | a1142a6b | taeseongkim | <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')"> |
542 | <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" /> |
||
543 | </Target> |
||
544 | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
||
545 | 5b5d9b1f | taeseongkim | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
546 | <PropertyGroup> |
||
547 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
548 | </PropertyGroup> |
||
549 | <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props'))" /> |
||
550 | </Target> |
||
551 | 787a4489 | KangIngu | </Project> |