프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ c1b3e862

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