markus / KCOM_API / KCOM_API.csproj @ f06cce07
이력 | 보기 | 이력해설 | 다운로드 (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="HtmlPage1.html" /> |
88 |
<Content Include="License-LGPL.txt" /> |
89 |
<Content Include="MarkusService.svc" /> |
90 |
<Content Include="ServiceDeepView.svc" /> |
91 |
<Content Include="Web.config"> |
92 |
<SubType>Designer</SubType> |
93 |
</Content> |
94 |
</ItemGroup> |
95 |
<ItemGroup> |
96 |
<Compile Include="DataModel\AdjustResult.cs" /> |
97 |
<Compile Include="DataModel\Commant.cs" /> |
98 |
<Compile Include="MarkusService.svc.cs"> |
99 |
<DependentUpon>MarkusService.svc</DependentUpon> |
100 |
<SubType>Component</SubType> |
101 |
</Compile> |
102 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
103 |
<Compile Include="Properties\Settings.Designer.cs"> |
104 |
<AutoGen>True</AutoGen> |
105 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
106 |
<DependentUpon>Settings.settings</DependentUpon> |
107 |
</Compile> |
108 |
<Compile Include="ServiceDeepView.svc.cs"> |
109 |
<DependentUpon>ServiceDeepView.svc</DependentUpon> |
110 |
<SubType>Component</SubType> |
111 |
</Compile> |
112 |
</ItemGroup> |
113 |
<ItemGroup> |
114 |
<None Include="packages.config" /> |
115 |
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
116 |
<None Include="Properties\Settings.settings"> |
117 |
<Generator>SettingsSingleFileGenerator</Generator> |
118 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
119 |
</None> |
120 |
<None Include="Web.Debug.config"> |
121 |
<DependentUpon>Web.config</DependentUpon> |
122 |
</None> |
123 |
<None Include="Web.Release.config"> |
124 |
<DependentUpon>Web.config</DependentUpon> |
125 |
</None> |
126 |
</ItemGroup> |
127 |
<ItemGroup> |
128 |
<ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
129 |
<Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
130 |
<Name>IFinalPDF</Name> |
131 |
</ProjectReference> |
132 |
<ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
133 |
<Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
134 |
<Name>IKCOM</Name> |
135 |
</ProjectReference> |
136 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
137 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
138 |
<Name>KCOMDataModel</Name> |
139 |
</ProjectReference> |
140 |
</ItemGroup> |
141 |
<PropertyGroup> |
142 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
143 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
144 |
</PropertyGroup> |
145 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
146 |
<DebugSymbols>true</DebugSymbols> |
147 |
<OutputPath>bin\</OutputPath> |
148 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
149 |
<DebugType>full</DebugType> |
150 |
<PlatformTarget>x86</PlatformTarget> |
151 |
<ErrorReport>prompt</ErrorReport> |
152 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
153 |
</PropertyGroup> |
154 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
155 |
<OutputPath>bin\</OutputPath> |
156 |
<DefineConstants>TRACE</DefineConstants> |
157 |
<Optimize>true</Optimize> |
158 |
<DebugType>pdbonly</DebugType> |
159 |
<PlatformTarget>x64</PlatformTarget> |
160 |
<ErrorReport>prompt</ErrorReport> |
161 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
162 |
</PropertyGroup> |
163 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
164 |
<DebugSymbols>true</DebugSymbols> |
165 |
<OutputPath>bin\</OutputPath> |
166 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
167 |
<DebugType>full</DebugType> |
168 |
<PlatformTarget>x64</PlatformTarget> |
169 |
<ErrorReport>prompt</ErrorReport> |
170 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
171 |
</PropertyGroup> |
172 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
173 |
<OutputPath>bin\</OutputPath> |
174 |
<DefineConstants>TRACE</DefineConstants> |
175 |
<Optimize>true</Optimize> |
176 |
<DebugType>pdbonly</DebugType> |
177 |
<PlatformTarget>x64</PlatformTarget> |
178 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
179 |
<ErrorReport>prompt</ErrorReport> |
180 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
181 |
</PropertyGroup> |
182 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
183 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
184 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
185 |
<ProjectExtensions> |
186 |
<VisualStudio> |
187 |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
188 |
<WebProjectProperties> |
189 |
<UseIIS>True</UseIIS> |
190 |
<AutoAssignPort>True</AutoAssignPort> |
191 |
<DevelopmentServerPort>13009</DevelopmentServerPort> |
192 |
<DevelopmentServerVPath>/</DevelopmentServerVPath> |
193 |
<IISUrl>http://localhost:8080/</IISUrl> |
194 |
<NTLMAuthentication>False</NTLMAuthentication> |
195 |
<UseCustomServer>False</UseCustomServer> |
196 |
<CustomServerUrl> |
197 |
</CustomServerUrl> |
198 |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
199 |
</WebProjectProperties> |
200 |
</FlavorProperties> |
201 |
</VisualStudio> |
202 |
</ProjectExtensions> |
203 |
<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')" /> |
204 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
205 |
<PropertyGroup> |
206 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
207 |
</PropertyGroup> |
208 |
<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'))" /> |
209 |
</Target> |
210 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
211 |
Other similar extension points exist, see Microsoft.Common.targets. |
212 |
<Target Name="BeforeBuild"> |
213 |
</Target> |
214 |
<Target Name="AfterBuild"> |
215 |
</Target> |
216 |
--> |
217 |
</Project> |