markus / KCOM_API / KCOM_API.csproj @ f06cce07
이력 | 보기 | 이력해설 | 다운로드 (10.3 KB)
1 | 787a4489 | KangIngu | <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 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
16 | 787a4489 | KangIngu | <UseIISExpress>true</UseIISExpress> |
17 | <Use64BitIISExpress /> |
||
18 | <IISExpressSSLPort /> |
||
19 | <IISExpressAnonymousAuthentication /> |
||
20 | <IISExpressWindowsAuthentication /> |
||
21 | <IISExpressUseClassicPipelineMode /> |
||
22 | <UseGlobalApplicationHostFile /> |
||
23 | <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
||
24 | <TargetFrameworkProfile /> |
||
25 | 6b6e937c | taeseongkim | <NuGetPackageImportStamp> |
26 | </NuGetPackageImportStamp> |
||
27 | 787a4489 | KangIngu | </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 | ff01c725 | humkyung | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
48 | <PlatformTarget>x64</PlatformTarget> |
||
49 | 787a4489 | KangIngu | </PropertyGroup> |
50 | <ItemGroup> |
||
51 | 6b6e937c | taeseongkim | <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 | 787a4489 | KangIngu | <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 | c517099d | taeseongkim | <Reference Include="System.ServiceModel.Web" /> |
67 | 787a4489 | KangIngu | <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 | 6b6e937c | taeseongkim | <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 | 787a4489 | KangIngu | </ItemGroup> |
86 | <ItemGroup> |
||
87 | f06cce07 | taeseongkim | <Content Include="HtmlPage1.html" /> |
88 | 6b6e937c | taeseongkim | <Content Include="License-LGPL.txt" /> |
89 | c517099d | taeseongkim | <Content Include="MarkusService.svc" /> |
90 | 787a4489 | KangIngu | <Content Include="ServiceDeepView.svc" /> |
91 | 684ef11c | ljiyeon | <Content Include="Web.config"> |
92 | <SubType>Designer</SubType> |
||
93 | </Content> |
||
94 | 787a4489 | KangIngu | </ItemGroup> |
95 | <ItemGroup> |
||
96 | c517099d | taeseongkim | <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 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
103 | a874198d | humkyung | <Compile Include="Properties\Settings.Designer.cs"> |
104 | <AutoGen>True</AutoGen> |
||
105 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
106 | <DependentUpon>Settings.settings</DependentUpon> |
||
107 | </Compile> |
||
108 | 787a4489 | KangIngu | <Compile Include="ServiceDeepView.svc.cs"> |
109 | <DependentUpon>ServiceDeepView.svc</DependentUpon> |
||
110 | <SubType>Component</SubType> |
||
111 | </Compile> |
||
112 | </ItemGroup> |
||
113 | <ItemGroup> |
||
114 | 6b6e937c | taeseongkim | <None Include="packages.config" /> |
115 | 787a4489 | KangIngu | <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
116 | a874198d | humkyung | <None Include="Properties\Settings.settings"> |
117 | <Generator>SettingsSingleFileGenerator</Generator> |
||
118 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
119 | </None> |
||
120 | 787a4489 | KangIngu | <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 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
129 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
130 | <Name>IFinalPDF</Name> |
||
131 | </ProjectReference> |
||
132 | 787a4489 | KangIngu | <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 | f19ebe30 | djkim | <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 | ff01c725 | humkyung | <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 | f19ebe30 | djkim | <ErrorReport>prompt</ErrorReport> |
180 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
181 | </PropertyGroup> |
||
182 | 787a4489 | KangIngu | <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 | ff01c725 | humkyung | <IISUrl>http://localhost:8080/</IISUrl> |
194 | 787a4489 | KangIngu | <NTLMAuthentication>False</NTLMAuthentication> |
195 | <UseCustomServer>False</UseCustomServer> |
||
196 | <CustomServerUrl> |
||
197 | </CustomServerUrl> |
||
198 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
199 | </WebProjectProperties> |
||
200 | </FlavorProperties> |
||
201 | </VisualStudio> |
||
202 | </ProjectExtensions> |
||
203 | 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')" /> |
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 | 787a4489 | KangIngu | <!-- 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> |