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