프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ 9f55b953

이력 | 보기 | 이력해설 | 다운로드 (13.4 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="HtmlPage1.html" />
89
    <Content Include="License-LGPL.txt" />
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="MarkusService.svc.cs">
100
      <DependentUpon>MarkusService.svc</DependentUpon>
101
      <SubType>Component</SubType>
102
    </Compile>
103
    <Compile Include="Properties\AssemblyInfo.cs" />
104
    <Compile Include="Properties\Settings.Designer.cs">
105
      <AutoGen>True</AutoGen>
106
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
107
      <DependentUpon>Settings.settings</DependentUpon>
108
    </Compile>
109
    <Compile Include="ServiceDeepView.svc.cs">
110
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
111
      <SubType>Component</SubType>
112
    </Compile>
113
  </ItemGroup>
114
  <ItemGroup>
115
    <None Include="packages.config" />
116
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
117
    <None Include="Properties\Settings.settings">
118
      <Generator>SettingsSingleFileGenerator</Generator>
119
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
120
    </None>
121
    <None Include="Web.Debug.config">
122
      <DependentUpon>Web.config</DependentUpon>
123
    </None>
124
    <None Include="Web.Debug_DevDoftech.config">
125
      <DependentUpon>Web.config</DependentUpon>
126
    </None>
127
    <None Include="Web.Debug_HyoSung.config">
128
      <DependentUpon>Web.config</DependentUpon>
129
    </None>
130
    <None Include="Web.Release.config">
131
      <DependentUpon>Web.config</DependentUpon>
132
    </None>
133
  </ItemGroup>
134
  <ItemGroup>
135
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
136
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
137
      <Name>IFinalPDF</Name>
138
    </ProjectReference>
139
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
140
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
141
      <Name>IKCOM</Name>
142
    </ProjectReference>
143
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
144
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
145
      <Name>KCOMDataModel</Name>
146
    </ProjectReference>
147
  </ItemGroup>
148
  <PropertyGroup>
149
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
150
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
151
  </PropertyGroup>
152
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
153
    <DebugSymbols>true</DebugSymbols>
154
    <OutputPath>bin\</OutputPath>
155
    <DefineConstants>DEBUG;TRACE</DefineConstants>
156
    <DebugType>full</DebugType>
157
    <PlatformTarget>x86</PlatformTarget>
158
    <ErrorReport>prompt</ErrorReport>
159
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
160
  </PropertyGroup>
161
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
162
    <OutputPath>bin\</OutputPath>
163
    <DefineConstants>TRACE</DefineConstants>
164
    <Optimize>true</Optimize>
165
    <DebugType>pdbonly</DebugType>
166
    <PlatformTarget>x64</PlatformTarget>
167
    <ErrorReport>prompt</ErrorReport>
168
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
169
  </PropertyGroup>
170
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
171
    <DebugSymbols>true</DebugSymbols>
172
    <OutputPath>bin\</OutputPath>
173
    <DefineConstants>DEBUG;TRACE</DefineConstants>
174
    <DebugType>full</DebugType>
175
    <PlatformTarget>x64</PlatformTarget>
176
    <ErrorReport>prompt</ErrorReport>
177
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
178
  </PropertyGroup>
179
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
180
    <OutputPath>bin\</OutputPath>
181
    <DefineConstants>TRACE</DefineConstants>
182
    <Optimize>true</Optimize>
183
    <DebugType>pdbonly</DebugType>
184
    <PlatformTarget>x64</PlatformTarget>
185
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
186
    <ErrorReport>prompt</ErrorReport>
187
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
188
  </PropertyGroup>
189
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
190
    <DebugSymbols>true</DebugSymbols>
191
    <OutputPath>bin\</OutputPath>
192
    <DefineConstants>DEBUG;TRACE</DefineConstants>
193
    <DebugType>full</DebugType>
194
    <PlatformTarget>AnyCPU</PlatformTarget>
195
    <ErrorReport>prompt</ErrorReport>
196
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
197
  </PropertyGroup>
198
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
199
    <DebugSymbols>true</DebugSymbols>
200
    <OutputPath>bin\</OutputPath>
201
    <DefineConstants>DEBUG;TRACE</DefineConstants>
202
    <DebugType>full</DebugType>
203
    <PlatformTarget>x86</PlatformTarget>
204
    <ErrorReport>prompt</ErrorReport>
205
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
206
  </PropertyGroup>
207
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
208
    <DebugSymbols>true</DebugSymbols>
209
    <OutputPath>bin\</OutputPath>
210
    <DefineConstants>DEBUG;TRACE</DefineConstants>
211
    <DebugType>full</DebugType>
212
    <PlatformTarget>x64</PlatformTarget>
213
    <ErrorReport>prompt</ErrorReport>
214
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
215
  </PropertyGroup>
216
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
217
    <DebugSymbols>true</DebugSymbols>
218
    <OutputPath>bin\</OutputPath>
219
    <DefineConstants>DEBUG;TRACE</DefineConstants>
220
    <DebugType>full</DebugType>
221
    <PlatformTarget>AnyCPU</PlatformTarget>
222
    <ErrorReport>prompt</ErrorReport>
223
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
224
  </PropertyGroup>
225
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
226
    <DebugSymbols>true</DebugSymbols>
227
    <OutputPath>bin\</OutputPath>
228
    <DefineConstants>DEBUG;TRACE</DefineConstants>
229
    <DebugType>full</DebugType>
230
    <PlatformTarget>x86</PlatformTarget>
231
    <ErrorReport>prompt</ErrorReport>
232
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
233
  </PropertyGroup>
234
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
235
    <DebugSymbols>true</DebugSymbols>
236
    <OutputPath>bin\</OutputPath>
237
    <DefineConstants>DEBUG;TRACE</DefineConstants>
238
    <DebugType>full</DebugType>
239
    <PlatformTarget>x64</PlatformTarget>
240
    <ErrorReport>prompt</ErrorReport>
241
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
242
  </PropertyGroup>
243
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
244
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
245
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
246
  <ProjectExtensions>
247
    <VisualStudio>
248
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
249
        <WebProjectProperties>
250
          <UseIIS>True</UseIIS>
251
          <AutoAssignPort>True</AutoAssignPort>
252
          <DevelopmentServerPort>13009</DevelopmentServerPort>
253
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
254
          <IISUrl>http://localhost:8080/</IISUrl>
255
          <NTLMAuthentication>False</NTLMAuthentication>
256
          <UseCustomServer>False</UseCustomServer>
257
          <CustomServerUrl>
258
          </CustomServerUrl>
259
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
260
        </WebProjectProperties>
261
      </FlavorProperties>
262
    </VisualStudio>
263
  </ProjectExtensions>
264
  <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')" />
265
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
266
    <PropertyGroup>
267
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
268
    </PropertyGroup>
269
    <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'))" />
270
  </Target>
271
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
272
       Other similar extension points exist, see Microsoft.Common.targets.
273
  <Target Name="BeforeBuild">
274
  </Target>
275
  <Target Name="AfterBuild">
276
  </Target>
277
  -->
278
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
279
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
280
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
281
  </Target>
282
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)