프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM_API / KCOM_API.csproj @ 07b7bd24

이력 | 보기 | 이력해설 | 다운로드 (19.7 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="$(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
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
17
    <UseIISExpress>true</UseIISExpress>
18
    <Use64BitIISExpress />
19
    <IISExpressSSLPort />
20
    <IISExpressAnonymousAuthentication />
21
    <IISExpressWindowsAuthentication />
22
    <IISExpressUseClassicPipelineMode />
23
    <UseGlobalApplicationHostFile />
24
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
25
    <TargetFrameworkProfile />
26
    <NuGetPackageImportStamp>
27
    </NuGetPackageImportStamp>
28
  </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
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
49
    <PlatformTarget>x64</PlatformTarget>
50
  </PropertyGroup>
51
  <ItemGroup>
52
    <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.1.3\lib\net45\Markus.Image.dll</HintPath>
60
    </Reference>
61
    <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
    <Reference Include="System.ServiceModel.Web" />
68
    <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
    <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
  </ItemGroup>
87
  <ItemGroup>
88
    <Content Include="Default.aspx" />
89
    <Content Include="HtmlPage1.html" />
90
    <Content Include="License-LGPL.txt" />
91
    <Content Include="MarkusService.svc" />
92
    <Content Include="ServiceDeepView.svc" />
93
    <Content Include="Web.config">
94
      <SubType>Designer</SubType>
95
    </Content>
96
  </ItemGroup>
97
  <ItemGroup>
98
    <Compile Include="DataModel\AdjustResult.cs" />
99
    <Compile Include="DataModel\Commant.cs" />
100
    <Compile Include="Default.aspx.cs">
101
      <DependentUpon>Default.aspx</DependentUpon>
102
      <SubType>ASPXCodeBehind</SubType>
103
    </Compile>
104
    <Compile Include="Default.aspx.designer.cs">
105
      <DependentUpon>Default.aspx</DependentUpon>
106
    </Compile>
107
    <Compile Include="MarkusService.svc.cs">
108
      <DependentUpon>MarkusService.svc</DependentUpon>
109
      <SubType>Component</SubType>
110
    </Compile>
111
    <Compile Include="Properties\AssemblyInfo.cs" />
112
    <Compile Include="Properties\Settings.Designer.cs">
113
      <AutoGen>True</AutoGen>
114
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
115
      <DependentUpon>Settings.settings</DependentUpon>
116
    </Compile>
117
    <Compile Include="ServiceDeepView.svc.cs">
118
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
119
      <SubType>Component</SubType>
120
    </Compile>
121
    <Compile Include="UniqueColorGenerator.cs" />
122
  </ItemGroup>
123
  <ItemGroup>
124
    <None Include="packages.config" />
125
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
126
    <None Include="Properties\Settings.settings">
127
      <Generator>SettingsSingleFileGenerator</Generator>
128
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
129
    </None>
130
    <None Include="Web.Debug.config">
131
      <DependentUpon>Web.config</DependentUpon>
132
      <IsTransformFile>true</IsTransformFile>
133
    </None>
134
    <None Include="Web.Debug_CadExport.config">
135
      <DependentUpon>Web.config</DependentUpon>
136
    </None>
137
    <None Include="Web.Debug_DevDoftech.config">
138
      <DependentUpon>Web.config</DependentUpon>
139
      <IsTransformFile>true</IsTransformFile>
140
    </None>
141
    <None Include="Web.Debug_HyoSung.config">
142
      <DependentUpon>Web.config</DependentUpon>
143
      <IsTransformFile>true</IsTransformFile>
144
      <SubType>Designer</SubType>
145
    </None>
146
    <None Include="Web.Debug_SNI.config">
147
      <DependentUpon>Web.config</DependentUpon>
148
    </None>
149
    <None Include="Web.Release.config">
150
      <DependentUpon>Web.config</DependentUpon>
151
      <IsTransformFile>true</IsTransformFile>
152
    </None>
153
    <None Include="Web.Release_Hyosung.config">
154
      <DependentUpon>Web.config</DependentUpon>
155
    </None>
156
    <None Include="Web.Release_PEMSS.config">
157
      <DependentUpon>Web.config</DependentUpon>
158
    </None>
159
  </ItemGroup>
160
  <ItemGroup>
161
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
162
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
163
      <Name>IFinalPDF</Name>
164
    </ProjectReference>
165
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
166
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
167
      <Name>IKCOM</Name>
168
    </ProjectReference>
169
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
170
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
171
      <Name>KCOMDataModel</Name>
172
    </ProjectReference>
173
  </ItemGroup>
174
  <PropertyGroup>
175
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
176
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
177
  </PropertyGroup>
178
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
179
    <DebugSymbols>true</DebugSymbols>
180
    <OutputPath>bin\</OutputPath>
181
    <DefineConstants>DEBUG;TRACE</DefineConstants>
182
    <DebugType>full</DebugType>
183
    <PlatformTarget>x86</PlatformTarget>
184
    <ErrorReport>prompt</ErrorReport>
185
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
186
  </PropertyGroup>
187
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
188
    <OutputPath>bin\</OutputPath>
189
    <DefineConstants>TRACE</DefineConstants>
190
    <Optimize>true</Optimize>
191
    <DebugType>pdbonly</DebugType>
192
    <PlatformTarget>x64</PlatformTarget>
193
    <ErrorReport>prompt</ErrorReport>
194
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
195
  </PropertyGroup>
196
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
197
    <DebugSymbols>true</DebugSymbols>
198
    <OutputPath>bin\</OutputPath>
199
    <DefineConstants>DEBUG;TRACE</DefineConstants>
200
    <DebugType>full</DebugType>
201
    <PlatformTarget>x64</PlatformTarget>
202
    <ErrorReport>prompt</ErrorReport>
203
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
204
  </PropertyGroup>
205
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
206
    <OutputPath>bin\</OutputPath>
207
    <DefineConstants>TRACE</DefineConstants>
208
    <Optimize>true</Optimize>
209
    <DebugType>pdbonly</DebugType>
210
    <PlatformTarget>x64</PlatformTarget>
211
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
212
    <ErrorReport>prompt</ErrorReport>
213
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
214
  </PropertyGroup>
215
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
216
    <DebugSymbols>true</DebugSymbols>
217
    <OutputPath>bin\</OutputPath>
218
    <DefineConstants>DEBUG;TRACE</DefineConstants>
219
    <DebugType>full</DebugType>
220
    <PlatformTarget>AnyCPU</PlatformTarget>
221
    <ErrorReport>prompt</ErrorReport>
222
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
223
  </PropertyGroup>
224
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
225
    <DebugSymbols>true</DebugSymbols>
226
    <OutputPath>bin\</OutputPath>
227
    <DefineConstants>DEBUG;TRACE</DefineConstants>
228
    <DebugType>full</DebugType>
229
    <PlatformTarget>x86</PlatformTarget>
230
    <ErrorReport>prompt</ErrorReport>
231
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
232
  </PropertyGroup>
233
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
234
    <DebugSymbols>true</DebugSymbols>
235
    <OutputPath>bin\</OutputPath>
236
    <DefineConstants>DEBUG;TRACE</DefineConstants>
237
    <DebugType>full</DebugType>
238
    <PlatformTarget>x64</PlatformTarget>
239
    <ErrorReport>prompt</ErrorReport>
240
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
241
  </PropertyGroup>
242
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
243
    <DebugSymbols>true</DebugSymbols>
244
    <OutputPath>bin\</OutputPath>
245
    <DefineConstants>DEBUG;TRACE</DefineConstants>
246
    <DebugType>full</DebugType>
247
    <PlatformTarget>AnyCPU</PlatformTarget>
248
    <ErrorReport>prompt</ErrorReport>
249
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
250
  </PropertyGroup>
251
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
252
    <DebugSymbols>true</DebugSymbols>
253
    <OutputPath>bin\</OutputPath>
254
    <DefineConstants>DEBUG;TRACE</DefineConstants>
255
    <DebugType>full</DebugType>
256
    <PlatformTarget>x86</PlatformTarget>
257
    <ErrorReport>prompt</ErrorReport>
258
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
259
  </PropertyGroup>
260
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
261
    <DebugSymbols>true</DebugSymbols>
262
    <OutputPath>bin\</OutputPath>
263
    <DefineConstants>DEBUG;TRACE</DefineConstants>
264
    <DebugType>full</DebugType>
265
    <PlatformTarget>x64</PlatformTarget>
266
    <ErrorReport>prompt</ErrorReport>
267
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
268
  </PropertyGroup>
269
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
270
    <DebugSymbols>true</DebugSymbols>
271
    <OutputPath>bin\</OutputPath>
272
    <DefineConstants>DEBUG;TRACE</DefineConstants>
273
    <DebugType>full</DebugType>
274
    <PlatformTarget>AnyCPU</PlatformTarget>
275
    <ErrorReport>prompt</ErrorReport>
276
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
277
  </PropertyGroup>
278
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
279
    <DebugSymbols>true</DebugSymbols>
280
    <OutputPath>bin\</OutputPath>
281
    <DefineConstants>DEBUG;TRACE</DefineConstants>
282
    <DebugType>full</DebugType>
283
    <PlatformTarget>x86</PlatformTarget>
284
    <ErrorReport>prompt</ErrorReport>
285
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
286
  </PropertyGroup>
287
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
288
    <DebugSymbols>true</DebugSymbols>
289
    <OutputPath>bin\</OutputPath>
290
    <DefineConstants>DEBUG;TRACE</DefineConstants>
291
    <DebugType>full</DebugType>
292
    <PlatformTarget>x64</PlatformTarget>
293
    <ErrorReport>prompt</ErrorReport>
294
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
295
  </PropertyGroup>
296
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
297
    <DebugSymbols>true</DebugSymbols>
298
    <OutputPath>bin\</OutputPath>
299
    <DefineConstants>DEBUG;TRACE</DefineConstants>
300
    <DebugType>full</DebugType>
301
    <PlatformTarget>AnyCPU</PlatformTarget>
302
    <ErrorReport>prompt</ErrorReport>
303
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
304
  </PropertyGroup>
305
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
306
    <DebugSymbols>true</DebugSymbols>
307
    <OutputPath>bin\</OutputPath>
308
    <DefineConstants>DEBUG;TRACE</DefineConstants>
309
    <DebugType>full</DebugType>
310
    <PlatformTarget>x86</PlatformTarget>
311
    <ErrorReport>prompt</ErrorReport>
312
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
313
  </PropertyGroup>
314
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
315
    <DebugSymbols>true</DebugSymbols>
316
    <OutputPath>bin\</OutputPath>
317
    <DefineConstants>DEBUG;TRACE</DefineConstants>
318
    <DebugType>full</DebugType>
319
    <PlatformTarget>x64</PlatformTarget>
320
    <ErrorReport>prompt</ErrorReport>
321
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
322
  </PropertyGroup>
323
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
324
    <DebugSymbols>true</DebugSymbols>
325
    <OutputPath>bin\</OutputPath>
326
    <DefineConstants>DEBUG;TRACE</DefineConstants>
327
    <DebugType>full</DebugType>
328
    <PlatformTarget>AnyCPU</PlatformTarget>
329
    <ErrorReport>prompt</ErrorReport>
330
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
331
  </PropertyGroup>
332
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
333
    <DebugSymbols>true</DebugSymbols>
334
    <OutputPath>bin\</OutputPath>
335
    <DefineConstants>DEBUG;TRACE</DefineConstants>
336
    <DebugType>full</DebugType>
337
    <PlatformTarget>x86</PlatformTarget>
338
    <ErrorReport>prompt</ErrorReport>
339
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
340
  </PropertyGroup>
341
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
342
    <DebugSymbols>true</DebugSymbols>
343
    <OutputPath>bin\</OutputPath>
344
    <DefineConstants>DEBUG;TRACE</DefineConstants>
345
    <DebugType>full</DebugType>
346
    <PlatformTarget>x64</PlatformTarget>
347
    <ErrorReport>prompt</ErrorReport>
348
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
349
  </PropertyGroup>
350
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
351
    <DebugSymbols>true</DebugSymbols>
352
    <OutputPath>bin\</OutputPath>
353
    <DefineConstants>DEBUG;TRACE</DefineConstants>
354
    <DebugType>full</DebugType>
355
    <PlatformTarget>AnyCPU</PlatformTarget>
356
    <ErrorReport>prompt</ErrorReport>
357
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
358
  </PropertyGroup>
359
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
360
    <DebugSymbols>true</DebugSymbols>
361
    <OutputPath>bin\</OutputPath>
362
    <DefineConstants>DEBUG;TRACE</DefineConstants>
363
    <DebugType>full</DebugType>
364
    <PlatformTarget>x86</PlatformTarget>
365
    <ErrorReport>prompt</ErrorReport>
366
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
367
  </PropertyGroup>
368
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
369
    <DebugSymbols>true</DebugSymbols>
370
    <OutputPath>bin\</OutputPath>
371
    <DefineConstants>DEBUG;TRACE</DefineConstants>
372
    <DebugType>full</DebugType>
373
    <PlatformTarget>x64</PlatformTarget>
374
    <ErrorReport>prompt</ErrorReport>
375
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
376
  </PropertyGroup>
377
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
378
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
379
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
380
  <ProjectExtensions>
381
    <VisualStudio>
382
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
383
        <WebProjectProperties>
384
          <UseIIS>True</UseIIS>
385
          <AutoAssignPort>True</AutoAssignPort>
386
          <DevelopmentServerPort>13009</DevelopmentServerPort>
387
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
388
          <IISUrl>http://localhost:8080/</IISUrl>
389
          <NTLMAuthentication>False</NTLMAuthentication>
390
          <UseCustomServer>False</UseCustomServer>
391
          <CustomServerUrl>
392
          </CustomServerUrl>
393
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
394
        </WebProjectProperties>
395
      </FlavorProperties>
396
    </VisualStudio>
397
  </ProjectExtensions>
398
  <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')" />
399
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
400
    <PropertyGroup>
401
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
402
    </PropertyGroup>
403
    <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'))" />
404
  </Target>
405
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
406
       Other similar extension points exist, see Microsoft.Common.targets. -->
407
  <Target Name="BeforeBuild">
408
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
409
  </Target>
410
  <Target Name="AfterBuild">
411
  </Target>
412
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
413
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
414
  </Target>
415
  <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')">
416
    <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" />
417
  </Target>
418
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
419
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)