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 |
787a4489
|
KangIngu
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 |
|
|
<PropertyGroup>
|
5 |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
|
|
<ProductVersion>
|
8 |
|
|
</ProductVersion>
|
9 |
|
|
<SchemaVersion>2.0</SchemaVersion>
|
10 |
|
|
<ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid>
|
11 |
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
12 |
|
|
<OutputType>Library</OutputType>
|
13 |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
14 |
|
|
<RootNamespace>KCOM_API</RootNamespace>
|
15 |
|
|
<AssemblyName>KCOM_API</AssemblyName>
|
16 |
d4a60930
|
djkim
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
17 |
787a4489
|
KangIngu
|
<UseIISExpress>true</UseIISExpress>
|
18 |
|
|
<Use64BitIISExpress />
|
19 |
|
|
<IISExpressSSLPort />
|
20 |
|
|
<IISExpressAnonymousAuthentication />
|
21 |
|
|
<IISExpressWindowsAuthentication />
|
22 |
|
|
<IISExpressUseClassicPipelineMode />
|
23 |
|
|
<UseGlobalApplicationHostFile />
|
24 |
|
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
25 |
|
|
<TargetFrameworkProfile />
|
26 |
6b6e937c
|
taeseongkim
|
<NuGetPackageImportStamp>
|
27 |
|
|
</NuGetPackageImportStamp>
|
28 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
29 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
30 |
|
|
<DebugSymbols>true</DebugSymbols>
|
31 |
|
|
<DebugType>full</DebugType>
|
32 |
|
|
<Optimize>false</Optimize>
|
33 |
|
|
<OutputPath>bin\</OutputPath>
|
34 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
35 |
|
|
<ErrorReport>prompt</ErrorReport>
|
36 |
|
|
<WarningLevel>4</WarningLevel>
|
37 |
|
|
<Prefer32Bit>false</Prefer32Bit>
|
38 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
39 |
|
|
</PropertyGroup>
|
40 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
41 |
|
|
<DebugType>pdbonly</DebugType>
|
42 |
|
|
<Optimize>true</Optimize>
|
43 |
|
|
<OutputPath>bin\</OutputPath>
|
44 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
45 |
|
|
<ErrorReport>prompt</ErrorReport>
|
46 |
|
|
<WarningLevel>4</WarningLevel>
|
47 |
|
|
<Prefer32Bit>false</Prefer32Bit>
|
48 |
ff01c725
|
humkyung
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
49 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
50 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
51 |
|
|
<ItemGroup>
|
52 |
6b6e937c
|
taeseongkim
|
<Reference Include="Emgu.CV.UI, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
53 |
|
|
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.UI.dll</HintPath>
|
54 |
|
|
</Reference>
|
55 |
|
|
<Reference Include="Emgu.CV.World, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
56 |
|
|
<HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.World.dll</HintPath>
|
57 |
|
|
</Reference>
|
58 |
|
|
<Reference Include="Markus.Image, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
59 |
|
|
<HintPath>..\packages\Markus.Image.ImageComparer.1.0.1\lib\net45\Markus.Image.dll</HintPath>
|
60 |
|
|
</Reference>
|
61 |
787a4489
|
KangIngu
|
<Reference Include="Microsoft.CSharp" />
|
62 |
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
63 |
|
|
<Reference Include="System.Data.Entity" />
|
64 |
|
|
<Reference Include="System.Runtime.Remoting" />
|
65 |
|
|
<Reference Include="System.Runtime.Serialization" />
|
66 |
|
|
<Reference Include="System.ServiceModel" />
|
67 |
c517099d
|
taeseongkim
|
<Reference Include="System.ServiceModel.Web" />
|
68 |
787a4489
|
KangIngu
|
<Reference Include="System.Web.DynamicData" />
|
69 |
|
|
<Reference Include="System.Web.Entity" />
|
70 |
|
|
<Reference Include="System.Web.ApplicationServices" />
|
71 |
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
72 |
|
|
<Reference Include="System" />
|
73 |
|
|
<Reference Include="System.Data" />
|
74 |
|
|
<Reference Include="System.Drawing" />
|
75 |
|
|
<Reference Include="System.Web" />
|
76 |
|
|
<Reference Include="System.Web.Extensions" />
|
77 |
|
|
<Reference Include="System.Xml" />
|
78 |
|
|
<Reference Include="System.Configuration" />
|
79 |
|
|
<Reference Include="System.Web.Services" />
|
80 |
|
|
<Reference Include="System.EnterpriseServices" />
|
81 |
|
|
<Reference Include="System.Xml.Linq" />
|
82 |
|
|
<Reference Include="WindowsBase" />
|
83 |
6b6e937c
|
taeseongkim
|
<Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
|
84 |
|
|
<HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
|
85 |
|
|
</Reference>
|
86 |
787a4489
|
KangIngu
|
</ItemGroup>
|
87 |
|
|
<ItemGroup>
|
88 |
a1142a6b
|
taeseongkim
|
<Content Include="Default.aspx" />
|
89 |
f06cce07
|
taeseongkim
|
<Content Include="HtmlPage1.html" />
|
90 |
6b6e937c
|
taeseongkim
|
<Content Include="License-LGPL.txt" />
|
91 |
c517099d
|
taeseongkim
|
<Content Include="MarkusService.svc" />
|
92 |
787a4489
|
KangIngu
|
<Content Include="ServiceDeepView.svc" />
|
93 |
684ef11c
|
ljiyeon
|
<Content Include="Web.config">
|
94 |
|
|
<SubType>Designer</SubType>
|
95 |
|
|
</Content>
|
96 |
787a4489
|
KangIngu
|
</ItemGroup>
|
97 |
|
|
<ItemGroup>
|
98 |
c517099d
|
taeseongkim
|
<Compile Include="DataModel\AdjustResult.cs" />
|
99 |
|
|
<Compile Include="DataModel\Commant.cs" />
|
100 |
71208c63
|
storm566
|
<Compile Include="DataModel\mMember.cs" />
|
101 |
a1142a6b
|
taeseongkim
|
<Compile Include="Default.aspx.cs">
|
102 |
|
|
<DependentUpon>Default.aspx</DependentUpon>
|
103 |
|
|
<SubType>ASPXCodeBehind</SubType>
|
104 |
|
|
</Compile>
|
105 |
|
|
<Compile Include="Default.aspx.designer.cs">
|
106 |
|
|
<DependentUpon>Default.aspx</DependentUpon>
|
107 |
|
|
</Compile>
|
108 |
c517099d
|
taeseongkim
|
<Compile Include="MarkusService.svc.cs">
|
109 |
|
|
<DependentUpon>MarkusService.svc</DependentUpon>
|
110 |
|
|
<SubType>Component</SubType>
|
111 |
|
|
</Compile>
|
112 |
787a4489
|
KangIngu
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
113 |
a874198d
|
humkyung
|
<Compile Include="Properties\Settings.Designer.cs">
|
114 |
|
|
<AutoGen>True</AutoGen>
|
115 |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
116 |
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
117 |
|
|
</Compile>
|
118 |
787a4489
|
KangIngu
|
<Compile Include="ServiceDeepView.svc.cs">
|
119 |
|
|
<DependentUpon>ServiceDeepView.svc</DependentUpon>
|
120 |
|
|
<SubType>Component</SubType>
|
121 |
|
|
</Compile>
|
122 |
|
|
</ItemGroup>
|
123 |
|
|
<ItemGroup>
|
124 |
6b6e937c
|
taeseongkim
|
<None Include="packages.config" />
|
125 |
787a4489
|
KangIngu
|
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
126 |
a874198d
|
humkyung
|
<None Include="Properties\Settings.settings">
|
127 |
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
128 |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
129 |
|
|
</None>
|
130 |
787a4489
|
KangIngu
|
<None Include="Web.Debug.config">
|
131 |
|
|
<DependentUpon>Web.config</DependentUpon>
|
132 |
a1142a6b
|
taeseongkim
|
<IsTransformFile>true</IsTransformFile>
|
133 |
787a4489
|
KangIngu
|
</None>
|
134 |
f65e6c02
|
taeseongkim
|
<None Include="Web.Debug_CadExport.config">
|
135 |
|
|
<DependentUpon>Web.config</DependentUpon>
|
136 |
|
|
</None>
|
137 |
9f55b953
|
taeseongkim
|
<None Include="Web.Debug_DevDoftech.config">
|
138 |
|
|
<DependentUpon>Web.config</DependentUpon>
|
139 |
a1142a6b
|
taeseongkim
|
<IsTransformFile>true</IsTransformFile>
|
140 |
9f55b953
|
taeseongkim
|
</None>
|
141 |
|
|
<None Include="Web.Debug_HyoSung.config">
|
142 |
|
|
<DependentUpon>Web.config</DependentUpon>
|
143 |
a1142a6b
|
taeseongkim
|
<IsTransformFile>true</IsTransformFile>
|
144 |
ab5aa762
|
taeseongkim
|
</None>
|
145 |
f65e6c02
|
taeseongkim
|
<None Include="Web.Debug_SNI.config">
|
146 |
|
|
<DependentUpon>Web.config</DependentUpon>
|
147 |
|
|
</None>
|
148 |
787a4489
|
KangIngu
|
<None Include="Web.Release.config">
|
149 |
|
|
<DependentUpon>Web.config</DependentUpon>
|
150 |
a1142a6b
|
taeseongkim
|
<IsTransformFile>true</IsTransformFile>
|
151 |
787a4489
|
KangIngu
|
</None>
|
152 |
|
|
</ItemGroup>
|
153 |
|
|
<ItemGroup>
|
154 |
c0977e97
|
djkim
|
<ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
|
155 |
8e2743a3
|
humkyung
|
<Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
|
156 |
|
|
<Name>IFinalPDF</Name>
|
157 |
|
|
</ProjectReference>
|
158 |
787a4489
|
KangIngu
|
<ProjectReference Include="..\IKCOM\IKCOM.csproj">
|
159 |
|
|
<Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
|
160 |
|
|
<Name>IKCOM</Name>
|
161 |
|
|
</ProjectReference>
|
162 |
|
|
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
|
163 |
|
|
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
|
164 |
|
|
<Name>KCOMDataModel</Name>
|
165 |
|
|
</ProjectReference>
|
166 |
|
|
</ItemGroup>
|
167 |
|
|
<PropertyGroup>
|
168 |
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
169 |
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
170 |
|
|
</PropertyGroup>
|
171 |
f19ebe30
|
djkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
172 |
|
|
<DebugSymbols>true</DebugSymbols>
|
173 |
|
|
<OutputPath>bin\</OutputPath>
|
174 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
175 |
|
|
<DebugType>full</DebugType>
|
176 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
177 |
|
|
<ErrorReport>prompt</ErrorReport>
|
178 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
179 |
|
|
</PropertyGroup>
|
180 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
181 |
|
|
<OutputPath>bin\</OutputPath>
|
182 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
183 |
|
|
<Optimize>true</Optimize>
|
184 |
|
|
<DebugType>pdbonly</DebugType>
|
185 |
ff01c725
|
humkyung
|
<PlatformTarget>x64</PlatformTarget>
|
186 |
|
|
<ErrorReport>prompt</ErrorReport>
|
187 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
188 |
|
|
</PropertyGroup>
|
189 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
190 |
|
|
<DebugSymbols>true</DebugSymbols>
|
191 |
|
|
<OutputPath>bin\</OutputPath>
|
192 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
193 |
|
|
<DebugType>full</DebugType>
|
194 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
195 |
|
|
<ErrorReport>prompt</ErrorReport>
|
196 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
197 |
|
|
</PropertyGroup>
|
198 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
199 |
|
|
<OutputPath>bin\</OutputPath>
|
200 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
201 |
|
|
<Optimize>true</Optimize>
|
202 |
|
|
<DebugType>pdbonly</DebugType>
|
203 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
204 |
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
205 |
f19ebe30
|
djkim
|
<ErrorReport>prompt</ErrorReport>
|
206 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
207 |
|
|
</PropertyGroup>
|
208 |
9f55b953
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
|
209 |
|
|
<DebugSymbols>true</DebugSymbols>
|
210 |
|
|
<OutputPath>bin\</OutputPath>
|
211 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
212 |
|
|
<DebugType>full</DebugType>
|
213 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
214 |
|
|
<ErrorReport>prompt</ErrorReport>
|
215 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
216 |
|
|
</PropertyGroup>
|
217 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
|
218 |
|
|
<DebugSymbols>true</DebugSymbols>
|
219 |
|
|
<OutputPath>bin\</OutputPath>
|
220 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
221 |
|
|
<DebugType>full</DebugType>
|
222 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
223 |
|
|
<ErrorReport>prompt</ErrorReport>
|
224 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
225 |
|
|
</PropertyGroup>
|
226 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
|
227 |
|
|
<DebugSymbols>true</DebugSymbols>
|
228 |
|
|
<OutputPath>bin\</OutputPath>
|
229 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
230 |
|
|
<DebugType>full</DebugType>
|
231 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
232 |
|
|
<ErrorReport>prompt</ErrorReport>
|
233 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
234 |
|
|
</PropertyGroup>
|
235 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
|
236 |
|
|
<DebugSymbols>true</DebugSymbols>
|
237 |
|
|
<OutputPath>bin\</OutputPath>
|
238 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
239 |
|
|
<DebugType>full</DebugType>
|
240 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
241 |
|
|
<ErrorReport>prompt</ErrorReport>
|
242 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
243 |
|
|
</PropertyGroup>
|
244 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
|
245 |
|
|
<DebugSymbols>true</DebugSymbols>
|
246 |
|
|
<OutputPath>bin\</OutputPath>
|
247 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
248 |
|
|
<DebugType>full</DebugType>
|
249 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
250 |
|
|
<ErrorReport>prompt</ErrorReport>
|
251 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
252 |
|
|
</PropertyGroup>
|
253 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
|
254 |
|
|
<DebugSymbols>true</DebugSymbols>
|
255 |
|
|
<OutputPath>bin\</OutputPath>
|
256 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
257 |
|
|
<DebugType>full</DebugType>
|
258 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
259 |
|
|
<ErrorReport>prompt</ErrorReport>
|
260 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
261 |
|
|
</PropertyGroup>
|
262 |
f65e6c02
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
|
263 |
|
|
<DebugSymbols>true</DebugSymbols>
|
264 |
|
|
<OutputPath>bin\</OutputPath>
|
265 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
266 |
|
|
<DebugType>full</DebugType>
|
267 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
268 |
|
|
<ErrorReport>prompt</ErrorReport>
|
269 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
270 |
|
|
</PropertyGroup>
|
271 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
|
272 |
|
|
<DebugSymbols>true</DebugSymbols>
|
273 |
|
|
<OutputPath>bin\</OutputPath>
|
274 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
275 |
|
|
<DebugType>full</DebugType>
|
276 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
277 |
|
|
<ErrorReport>prompt</ErrorReport>
|
278 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
279 |
|
|
</PropertyGroup>
|
280 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
|
281 |
|
|
<DebugSymbols>true</DebugSymbols>
|
282 |
|
|
<OutputPath>bin\</OutputPath>
|
283 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
284 |
|
|
<DebugType>full</DebugType>
|
285 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
286 |
|
|
<ErrorReport>prompt</ErrorReport>
|
287 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
288 |
|
|
</PropertyGroup>
|
289 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
|
290 |
|
|
<DebugSymbols>true</DebugSymbols>
|
291 |
|
|
<OutputPath>bin\</OutputPath>
|
292 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
293 |
|
|
<DebugType>full</DebugType>
|
294 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
295 |
|
|
<ErrorReport>prompt</ErrorReport>
|
296 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
297 |
|
|
</PropertyGroup>
|
298 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
|
299 |
|
|
<DebugSymbols>true</DebugSymbols>
|
300 |
|
|
<OutputPath>bin\</OutputPath>
|
301 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
302 |
|
|
<DebugType>full</DebugType>
|
303 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
304 |
|
|
<ErrorReport>prompt</ErrorReport>
|
305 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
306 |
|
|
</PropertyGroup>
|
307 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
|
308 |
|
|
<DebugSymbols>true</DebugSymbols>
|
309 |
|
|
<OutputPath>bin\</OutputPath>
|
310 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
311 |
|
|
<DebugType>full</DebugType>
|
312 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
313 |
|
|
<ErrorReport>prompt</ErrorReport>
|
314 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
315 |
|
|
</PropertyGroup>
|
316 |
787a4489
|
KangIngu
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
317 |
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
318 |
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
319 |
|
|
<ProjectExtensions>
|
320 |
|
|
<VisualStudio>
|
321 |
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
322 |
|
|
<WebProjectProperties>
|
323 |
|
|
<UseIIS>True</UseIIS>
|
324 |
|
|
<AutoAssignPort>True</AutoAssignPort>
|
325 |
|
|
<DevelopmentServerPort>13009</DevelopmentServerPort>
|
326 |
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
327 |
ff01c725
|
humkyung
|
<IISUrl>http://localhost:8080/</IISUrl>
|
328 |
787a4489
|
KangIngu
|
<NTLMAuthentication>False</NTLMAuthentication>
|
329 |
|
|
<UseCustomServer>False</UseCustomServer>
|
330 |
|
|
<CustomServerUrl>
|
331 |
|
|
</CustomServerUrl>
|
332 |
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
333 |
|
|
</WebProjectProperties>
|
334 |
|
|
</FlavorProperties>
|
335 |
|
|
</VisualStudio>
|
336 |
|
|
</ProjectExtensions>
|
337 |
6b6e937c
|
taeseongkim
|
<Import Project="..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets" Condition="Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" />
|
338 |
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
339 |
|
|
<PropertyGroup>
|
340 |
|
|
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
|
341 |
|
|
</PropertyGroup>
|
342 |
|
|
<Error Condition="!Exists('..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EMGU.CV.4.1.1.3497\build\EMGU.CV.targets'))" />
|
343 |
|
|
</Target>
|
344 |
787a4489
|
KangIngu
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
345 |
a1142a6b
|
taeseongkim
|
Other similar extension points exist, see Microsoft.Common.targets. -->
|
346 |
787a4489
|
KangIngu
|
<Target Name="BeforeBuild">
|
347 |
a1142a6b
|
taeseongkim
|
<TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
|
348 |
787a4489
|
KangIngu
|
</Target>
|
349 |
|
|
<Target Name="AfterBuild">
|
350 |
|
|
</Target>
|
351 |
9f55b953
|
taeseongkim
|
<Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
|
352 |
|
|
<TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
|
353 |
|
|
</Target>
|
354 |
a1142a6b
|
taeseongkim
|
<Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
|
355 |
|
|
<TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
|
356 |
|
|
</Target>
|
357 |
|
|
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
|
358 |
787a4489
|
KangIngu
|
</Project> |