프로젝트

일반

사용자정보

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

markus / KCOM_API / KCOM_API.csproj @ f87dfb18

이력 | 보기 | 이력해설 | 다운로드 (10.3 KB)

1
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>
7
    </ProductVersion>
8
    <SchemaVersion>2.0</SchemaVersion>
9
    <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid>
10
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11
    <OutputType>Library</OutputType>
12
    <AppDesignerFolder>Properties</AppDesignerFolder>
13
    <RootNamespace>KCOM_API</RootNamespace>
14
    <AssemblyName>KCOM_API</AssemblyName>
15
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
16
    <UseIISExpress>true</UseIISExpress>
17
    <Use64BitIISExpress />
18
    <IISExpressSSLPort />
19
    <IISExpressAnonymousAuthentication />
20
    <IISExpressWindowsAuthentication />
21
    <IISExpressUseClassicPipelineMode />
22
    <UseGlobalApplicationHostFile />
23
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
24
    <TargetFrameworkProfile />
25
    <NuGetPackageImportStamp>
26
    </NuGetPackageImportStamp>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
    <DebugSymbols>true</DebugSymbols>
30
    <DebugType>full</DebugType>
31
    <Optimize>false</Optimize>
32
    <OutputPath>bin\</OutputPath>
33
    <DefineConstants>DEBUG;TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
    <Prefer32Bit>false</Prefer32Bit>
37
    <PlatformTarget>AnyCPU</PlatformTarget>
38
  </PropertyGroup>
39
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40
    <DebugType>pdbonly</DebugType>
41
    <Optimize>true</Optimize>
42
    <OutputPath>bin\</OutputPath>
43
    <DefineConstants>TRACE</DefineConstants>
44
    <ErrorReport>prompt</ErrorReport>
45
    <WarningLevel>4</WarningLevel>
46
    <Prefer32Bit>false</Prefer32Bit>
47
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
48
    <PlatformTarget>x64</PlatformTarget>
49
  </PropertyGroup>
50
  <ItemGroup>
51
    <Reference Include="Emgu.CV.UI, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
52
      <HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.UI.dll</HintPath>
53
    </Reference>
54
    <Reference Include="Emgu.CV.World, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
55
      <HintPath>..\packages\EMGU.CV.4.1.1.3497\lib\net35\Emgu.CV.World.dll</HintPath>
56
    </Reference>
57
    <Reference Include="Markus.Image, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
58
      <HintPath>..\packages\Markus.Image.ImageComparer.1.0.1\lib\net45\Markus.Image.dll</HintPath>
59
    </Reference>
60
    <Reference Include="Microsoft.CSharp" />
61
    <Reference Include="System.Data.DataSetExtensions" />
62
    <Reference Include="System.Data.Entity" />
63
    <Reference Include="System.Runtime.Remoting" />
64
    <Reference Include="System.Runtime.Serialization" />
65
    <Reference Include="System.ServiceModel" />
66
    <Reference Include="System.ServiceModel.Web" />
67
    <Reference Include="System.Web.DynamicData" />
68
    <Reference Include="System.Web.Entity" />
69
    <Reference Include="System.Web.ApplicationServices" />
70
    <Reference Include="System.ComponentModel.DataAnnotations" />
71
    <Reference Include="System" />
72
    <Reference Include="System.Data" />
73
    <Reference Include="System.Drawing" />
74
    <Reference Include="System.Web" />
75
    <Reference Include="System.Web.Extensions" />
76
    <Reference Include="System.Xml" />
77
    <Reference Include="System.Configuration" />
78
    <Reference Include="System.Web.Services" />
79
    <Reference Include="System.EnterpriseServices" />
80
    <Reference Include="System.Xml.Linq" />
81
    <Reference Include="WindowsBase" />
82
    <Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
83
      <HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
84
    </Reference>
85
  </ItemGroup>
86
  <ItemGroup>
87
    <Content Include="License-LGPL.txt" />
88
    <Content Include="MarkusService.svc" />
89
    <Content Include="ServiceDeepView.svc" />
90
    <Content Include="Web.config">
91
      <SubType>Designer</SubType>
92
    </Content>
93
  </ItemGroup>
94
  <ItemGroup>
95
    <Compile Include="DataModel\AdjustResult.cs" />
96
    <Compile Include="DataModel\Commant.cs" />
97
    <Compile Include="MarkusService.svc.cs">
98
      <DependentUpon>MarkusService.svc</DependentUpon>
99
      <SubType>Component</SubType>
100
    </Compile>
101
    <Compile Include="Properties\AssemblyInfo.cs" />
102
    <Compile Include="Properties\Settings.Designer.cs">
103
      <AutoGen>True</AutoGen>
104
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
105
      <DependentUpon>Settings.settings</DependentUpon>
106
    </Compile>
107
    <Compile Include="ServiceDeepView.svc.cs">
108
      <DependentUpon>ServiceDeepView.svc</DependentUpon>
109
      <SubType>Component</SubType>
110
    </Compile>
111
  </ItemGroup>
112
  <ItemGroup>
113
    <None Include="packages.config" />
114
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
115
    <None Include="Properties\Settings.settings">
116
      <Generator>SettingsSingleFileGenerator</Generator>
117
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
118
    </None>
119
    <None Include="Web.Debug.config">
120
      <DependentUpon>Web.config</DependentUpon>
121
    </None>
122
    <None Include="Web.Release.config">
123
      <DependentUpon>Web.config</DependentUpon>
124
    </None>
125
  </ItemGroup>
126
  <ItemGroup>
127
    <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj">
128
      <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project>
129
      <Name>IFinalPDF</Name>
130
    </ProjectReference>
131
    <ProjectReference Include="..\IKCOM\IKCOM.csproj">
132
      <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
133
      <Name>IKCOM</Name>
134
    </ProjectReference>
135
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
136
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
137
      <Name>KCOMDataModel</Name>
138
    </ProjectReference>
139
  </ItemGroup>
140
  <PropertyGroup>
141
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
142
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
143
  </PropertyGroup>
144
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
145
    <DebugSymbols>true</DebugSymbols>
146
    <OutputPath>bin\</OutputPath>
147
    <DefineConstants>DEBUG;TRACE</DefineConstants>
148
    <DebugType>full</DebugType>
149
    <PlatformTarget>x86</PlatformTarget>
150
    <ErrorReport>prompt</ErrorReport>
151
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
152
  </PropertyGroup>
153
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
154
    <OutputPath>bin\</OutputPath>
155
    <DefineConstants>TRACE</DefineConstants>
156
    <Optimize>true</Optimize>
157
    <DebugType>pdbonly</DebugType>
158
    <PlatformTarget>x64</PlatformTarget>
159
    <ErrorReport>prompt</ErrorReport>
160
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
161
  </PropertyGroup>
162
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
163
    <DebugSymbols>true</DebugSymbols>
164
    <OutputPath>bin\</OutputPath>
165
    <DefineConstants>DEBUG;TRACE</DefineConstants>
166
    <DebugType>full</DebugType>
167
    <PlatformTarget>x64</PlatformTarget>
168
    <ErrorReport>prompt</ErrorReport>
169
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
170
  </PropertyGroup>
171
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
172
    <OutputPath>bin\</OutputPath>
173
    <DefineConstants>TRACE</DefineConstants>
174
    <Optimize>true</Optimize>
175
    <DebugType>pdbonly</DebugType>
176
    <PlatformTarget>x64</PlatformTarget>
177
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
178
    <ErrorReport>prompt</ErrorReport>
179
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
180
  </PropertyGroup>
181
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
182
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
183
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
184
  <ProjectExtensions>
185
    <VisualStudio>
186
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
187
        <WebProjectProperties>
188
          <UseIIS>True</UseIIS>
189
          <AutoAssignPort>True</AutoAssignPort>
190
          <DevelopmentServerPort>13009</DevelopmentServerPort>
191
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
192
          <IISUrl>http://localhost:8080/</IISUrl>
193
          <NTLMAuthentication>False</NTLMAuthentication>
194
          <UseCustomServer>False</UseCustomServer>
195
          <CustomServerUrl>
196
          </CustomServerUrl>
197
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
198
        </WebProjectProperties>
199
      </FlavorProperties>
200
    </VisualStudio>
201
  </ProjectExtensions>
202
  <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')" />
203
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
204
    <PropertyGroup>
205
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
206
    </PropertyGroup>
207
    <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'))" />
208
  </Target>
209
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
210
       Other similar extension points exist, see Microsoft.Common.targets.
211
  <Target Name="BeforeBuild">
212
  </Target>
213
  <Target Name="AfterBuild">
214
  </Target>
215
  -->
216
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)