프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 6b24246c

이력 | 보기 | 이력해설 | 다운로드 (17 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.0.1\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="DataModel\mMember.cs" />
101
    <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
    <Compile Include="MarkusService.svc.cs">
109
      <DependentUpon>MarkusService.svc</DependentUpon>
110
      <SubType>Component</SubType>
111
    </Compile>
112
    <Compile Include="Properties\AssemblyInfo.cs" />
113
    <Compile Include="Properties\Settings.Designer.cs">
114
      <AutoGen>True</AutoGen>
115
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
116
      <DependentUpon>Settings.settings</DependentUpon>
117
    </Compile>
118
    <Compile Include="ServiceDeepView.svc.cs">
119
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
120
      <SubType>Component</SubType>
121
    </Compile>
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
    </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
  </ItemGroup>
153
  <ItemGroup>
154
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
155
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
156
      <Name>IFinalPDF</Name>
157
    </ProjectReference>
158
    <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
  <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
    <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
    <ErrorReport>prompt</ErrorReport>
206
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
207
  </PropertyGroup>
208
  <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
  <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
  <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
          <IISUrl>http://localhost:8080/</IISUrl>
328
          <NTLMAuthentication>False</NTLMAuthentication>
329
          <UseCustomServer>False</UseCustomServer>
330
          <CustomServerUrl>
331
          </CustomServerUrl>
332
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
333
        </WebProjectProperties>
334
      </FlavorProperties>
335
    </VisualStudio>
336
  </ProjectExtensions>
337
  <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
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
345
       Other similar extension points exist, see Microsoft.Common.targets. -->
346
  <Target Name="BeforeBuild">
347
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
348
  </Target>
349
  <Target Name="AfterBuild">
350
  </Target>
351
  <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
  <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
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)