markus / KCOM_API / KCOM_API.csproj @ a1142a6b
이력 | 보기 | 이력해설 | 다운로드 (14.3 KB)
1 | 9f55b953 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | 787a4489 | KangIngu | <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 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
17 | 787a4489 | KangIngu | <UseIISExpress>true</UseIISExpress> |
18 | <Use64BitIISExpress /> |
||
19 | <IISExpressSSLPort /> |
||
20 | <IISExpressAnonymousAuthentication /> |
||
21 | <IISExpressWindowsAuthentication /> |
||
22 | <IISExpressUseClassicPipelineMode /> |
||
23 | <UseGlobalApplicationHostFile /> |
||
24 | <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
||
25 | <TargetFrameworkProfile /> |
||
26 | 6b6e937c | taeseongkim | <NuGetPackageImportStamp> |
27 | </NuGetPackageImportStamp> |
||
28 | 787a4489 | KangIngu | </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 | ff01c725 | humkyung | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
49 | <PlatformTarget>x64</PlatformTarget> |
||
50 | 787a4489 | KangIngu | </PropertyGroup> |
51 | <ItemGroup> |
||
52 | 6b6e937c | taeseongkim | <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 | 787a4489 | KangIngu | <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 | c517099d | taeseongkim | <Reference Include="System.ServiceModel.Web" /> |
68 | 787a4489 | KangIngu | <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 | 6b6e937c | taeseongkim | <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 | 787a4489 | KangIngu | </ItemGroup> |
87 | <ItemGroup> |
||
88 | a1142a6b | taeseongkim | <Content Include="Default.aspx" /> |
89 | f06cce07 | taeseongkim | <Content Include="HtmlPage1.html" /> |
90 | 6b6e937c | taeseongkim | <Content Include="License-LGPL.txt" /> |
91 | c517099d | taeseongkim | <Content Include="MarkusService.svc" /> |
92 | 787a4489 | KangIngu | <Content Include="ServiceDeepView.svc" /> |
93 | 684ef11c | ljiyeon | <Content Include="Web.config"> |
94 | <SubType>Designer</SubType> |
||
95 | </Content> |
||
96 | 787a4489 | KangIngu | </ItemGroup> |
97 | <ItemGroup> |
||
98 | c517099d | taeseongkim | <Compile Include="DataModel\AdjustResult.cs" /> |
99 | <Compile Include="DataModel\Commant.cs" /> |
||
100 | a1142a6b | taeseongkim | <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 | c517099d | taeseongkim | <Compile Include="MarkusService.svc.cs"> |
109 | <DependentUpon>MarkusService.svc</DependentUpon> |
||
110 | <SubType>Component</SubType> |
||
111 | </Compile> |
||
112 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
113 | a874198d | humkyung | <Compile Include="Properties\Settings.Designer.cs"> |
114 | <AutoGen>True</AutoGen> |
||
115 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
116 | <DependentUpon>Settings.settings</DependentUpon> |
||
117 | </Compile> |
||
118 | 787a4489 | KangIngu | <Compile Include="ServiceDeepView.svc.cs"> |
119 | <DependentUpon>ServiceDeepView.svc</DependentUpon> |
||
120 | <SubType>Component</SubType> |
||
121 | </Compile> |
||
122 | </ItemGroup> |
||
123 | <ItemGroup> |
||
124 | 6b6e937c | taeseongkim | <None Include="packages.config" /> |
125 | 787a4489 | KangIngu | <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
126 | a874198d | humkyung | <None Include="Properties\Settings.settings"> |
127 | <Generator>SettingsSingleFileGenerator</Generator> |
||
128 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
129 | </None> |
||
130 | 787a4489 | KangIngu | <None Include="Web.Debug.config"> |
131 | <DependentUpon>Web.config</DependentUpon> |
||
132 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
133 | 787a4489 | KangIngu | </None> |
134 | 9f55b953 | taeseongkim | <None Include="Web.Debug_DevDoftech.config"> |
135 | <DependentUpon>Web.config</DependentUpon> |
||
136 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
137 | 9f55b953 | taeseongkim | </None> |
138 | <None Include="Web.Debug_HyoSung.config"> |
||
139 | <DependentUpon>Web.config</DependentUpon> |
||
140 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
141 | ab5aa762 | taeseongkim | </None> |
142 | 787a4489 | KangIngu | <None Include="Web.Release.config"> |
143 | <DependentUpon>Web.config</DependentUpon> |
||
144 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
145 | 787a4489 | KangIngu | </None> |
146 | </ItemGroup> |
||
147 | <ItemGroup> |
||
148 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
149 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
150 | <Name>IFinalPDF</Name> |
||
151 | </ProjectReference> |
||
152 | 787a4489 | KangIngu | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
153 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
154 | <Name>IKCOM</Name> |
||
155 | </ProjectReference> |
||
156 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
157 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
158 | <Name>KCOMDataModel</Name> |
||
159 | </ProjectReference> |
||
160 | </ItemGroup> |
||
161 | <PropertyGroup> |
||
162 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
163 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
164 | </PropertyGroup> |
||
165 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
166 | <DebugSymbols>true</DebugSymbols> |
||
167 | <OutputPath>bin\</OutputPath> |
||
168 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
169 | <DebugType>full</DebugType> |
||
170 | <PlatformTarget>x86</PlatformTarget> |
||
171 | <ErrorReport>prompt</ErrorReport> |
||
172 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
173 | </PropertyGroup> |
||
174 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
175 | <OutputPath>bin\</OutputPath> |
||
176 | <DefineConstants>TRACE</DefineConstants> |
||
177 | <Optimize>true</Optimize> |
||
178 | <DebugType>pdbonly</DebugType> |
||
179 | ff01c725 | humkyung | <PlatformTarget>x64</PlatformTarget> |
180 | <ErrorReport>prompt</ErrorReport> |
||
181 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
182 | </PropertyGroup> |
||
183 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
184 | <DebugSymbols>true</DebugSymbols> |
||
185 | <OutputPath>bin\</OutputPath> |
||
186 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
187 | <DebugType>full</DebugType> |
||
188 | <PlatformTarget>x64</PlatformTarget> |
||
189 | <ErrorReport>prompt</ErrorReport> |
||
190 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
191 | </PropertyGroup> |
||
192 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
193 | <OutputPath>bin\</OutputPath> |
||
194 | <DefineConstants>TRACE</DefineConstants> |
||
195 | <Optimize>true</Optimize> |
||
196 | <DebugType>pdbonly</DebugType> |
||
197 | <PlatformTarget>x64</PlatformTarget> |
||
198 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
199 | f19ebe30 | djkim | <ErrorReport>prompt</ErrorReport> |
200 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
201 | </PropertyGroup> |
||
202 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
203 | <DebugSymbols>true</DebugSymbols> |
||
204 | <OutputPath>bin\</OutputPath> |
||
205 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
206 | <DebugType>full</DebugType> |
||
207 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
208 | <ErrorReport>prompt</ErrorReport> |
||
209 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
210 | </PropertyGroup> |
||
211 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
212 | <DebugSymbols>true</DebugSymbols> |
||
213 | <OutputPath>bin\</OutputPath> |
||
214 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
215 | <DebugType>full</DebugType> |
||
216 | <PlatformTarget>x86</PlatformTarget> |
||
217 | <ErrorReport>prompt</ErrorReport> |
||
218 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
219 | </PropertyGroup> |
||
220 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
||
221 | <DebugSymbols>true</DebugSymbols> |
||
222 | <OutputPath>bin\</OutputPath> |
||
223 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
224 | <DebugType>full</DebugType> |
||
225 | <PlatformTarget>x64</PlatformTarget> |
||
226 | <ErrorReport>prompt</ErrorReport> |
||
227 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
228 | </PropertyGroup> |
||
229 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
||
230 | <DebugSymbols>true</DebugSymbols> |
||
231 | <OutputPath>bin\</OutputPath> |
||
232 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
233 | <DebugType>full</DebugType> |
||
234 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
235 | <ErrorReport>prompt</ErrorReport> |
||
236 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
237 | </PropertyGroup> |
||
238 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
||
239 | <DebugSymbols>true</DebugSymbols> |
||
240 | <OutputPath>bin\</OutputPath> |
||
241 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
242 | <DebugType>full</DebugType> |
||
243 | <PlatformTarget>x86</PlatformTarget> |
||
244 | <ErrorReport>prompt</ErrorReport> |
||
245 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
246 | </PropertyGroup> |
||
247 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
||
248 | <DebugSymbols>true</DebugSymbols> |
||
249 | <OutputPath>bin\</OutputPath> |
||
250 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
251 | <DebugType>full</DebugType> |
||
252 | <PlatformTarget>x64</PlatformTarget> |
||
253 | <ErrorReport>prompt</ErrorReport> |
||
254 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
255 | </PropertyGroup> |
||
256 | 787a4489 | KangIngu | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
257 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
258 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
259 | <ProjectExtensions> |
||
260 | <VisualStudio> |
||
261 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
262 | <WebProjectProperties> |
||
263 | <UseIIS>True</UseIIS> |
||
264 | <AutoAssignPort>True</AutoAssignPort> |
||
265 | <DevelopmentServerPort>13009</DevelopmentServerPort> |
||
266 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
267 | ff01c725 | humkyung | <IISUrl>http://localhost:8080/</IISUrl> |
268 | 787a4489 | KangIngu | <NTLMAuthentication>False</NTLMAuthentication> |
269 | <UseCustomServer>False</UseCustomServer> |
||
270 | <CustomServerUrl> |
||
271 | </CustomServerUrl> |
||
272 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
273 | </WebProjectProperties> |
||
274 | </FlavorProperties> |
||
275 | </VisualStudio> |
||
276 | </ProjectExtensions> |
||
277 | 6b6e937c | taeseongkim | <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')" /> |
278 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
279 | <PropertyGroup> |
||
280 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
281 | </PropertyGroup> |
||
282 | <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'))" /> |
||
283 | </Target> |
||
284 | 787a4489 | KangIngu | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
285 | a1142a6b | taeseongkim | Other similar extension points exist, see Microsoft.Common.targets. --> |
286 | 787a4489 | KangIngu | <Target Name="BeforeBuild"> |
287 | a1142a6b | taeseongkim | <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
288 | 787a4489 | KangIngu | </Target> |
289 | <Target Name="AfterBuild"> |
||
290 | </Target> |
||
291 | a1142a6b | taeseongkim | |
292 | 9f55b953 | taeseongkim | <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
293 | <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
||
294 | </Target> |
||
295 | a1142a6b | taeseongkim | <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')"> |
296 | <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" /> |
||
297 | </Target> |
||
298 | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
||
299 | 787a4489 | KangIngu | </Project> |