markus / KCOM_API / KCOM_API.csproj @ 27cf69cd
이력 | 보기 | 이력해설 | 다운로드 (18.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 | cc8b794d | taeseongkim | <HintPath>..\packages\Markus.Image.ImageComparer.1.1.3\lib\net45\Markus.Image.dll</HintPath> |
60 | 6b6e937c | taeseongkim | </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="Default.aspx.cs"> |
101 | <DependentUpon>Default.aspx</DependentUpon> |
||
102 | <SubType>ASPXCodeBehind</SubType> |
||
103 | </Compile> |
||
104 | <Compile Include="Default.aspx.designer.cs"> |
||
105 | <DependentUpon>Default.aspx</DependentUpon> |
||
106 | </Compile> |
||
107 | c517099d | taeseongkim | <Compile Include="MarkusService.svc.cs"> |
108 | <DependentUpon>MarkusService.svc</DependentUpon> |
||
109 | <SubType>Component</SubType> |
||
110 | </Compile> |
||
111 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
112 | a874198d | humkyung | <Compile Include="Properties\Settings.Designer.cs"> |
113 | <AutoGen>True</AutoGen> |
||
114 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
115 | <DependentUpon>Settings.settings</DependentUpon> |
||
116 | </Compile> |
||
117 | 787a4489 | KangIngu | <Compile Include="ServiceDeepView.svc.cs"> |
118 | <DependentUpon>ServiceDeepView.svc</DependentUpon> |
||
119 | <SubType>Component</SubType> |
||
120 | </Compile> |
||
121 | 315ae55e | taeseongkim | <Compile Include="UniqueColorGenerator.cs" /> |
122 | 787a4489 | KangIngu | </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 | f65e6c02 | taeseongkim | <None Include="Web.Debug_CadExport.config"> |
135 | <DependentUpon>Web.config</DependentUpon> |
||
136 | </None> |
||
137 | 9f55b953 | taeseongkim | <None Include="Web.Debug_DevDoftech.config"> |
138 | <DependentUpon>Web.config</DependentUpon> |
||
139 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
140 | 9f55b953 | taeseongkim | </None> |
141 | <None Include="Web.Debug_HyoSung.config"> |
||
142 | <DependentUpon>Web.config</DependentUpon> |
||
143 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
144 | d33ef543 | taeseongkim | <SubType>Designer</SubType> |
145 | ab5aa762 | taeseongkim | </None> |
146 | f65e6c02 | taeseongkim | <None Include="Web.Debug_SNI.config"> |
147 | <DependentUpon>Web.config</DependentUpon> |
||
148 | </None> |
||
149 | 787a4489 | KangIngu | <None Include="Web.Release.config"> |
150 | <DependentUpon>Web.config</DependentUpon> |
||
151 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
152 | 787a4489 | KangIngu | </None> |
153 | d0286794 | taeseongkim | <None Include="Web.Release_Hyosung.config"> |
154 | <DependentUpon>Web.config</DependentUpon> |
||
155 | </None> |
||
156 | 787a4489 | KangIngu | </ItemGroup> |
157 | <ItemGroup> |
||
158 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
159 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
160 | <Name>IFinalPDF</Name> |
||
161 | </ProjectReference> |
||
162 | 787a4489 | KangIngu | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
163 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
164 | <Name>IKCOM</Name> |
||
165 | </ProjectReference> |
||
166 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
167 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
168 | <Name>KCOMDataModel</Name> |
||
169 | </ProjectReference> |
||
170 | </ItemGroup> |
||
171 | <PropertyGroup> |
||
172 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
173 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
174 | </PropertyGroup> |
||
175 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
176 | <DebugSymbols>true</DebugSymbols> |
||
177 | <OutputPath>bin\</OutputPath> |
||
178 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
179 | <DebugType>full</DebugType> |
||
180 | <PlatformTarget>x86</PlatformTarget> |
||
181 | <ErrorReport>prompt</ErrorReport> |
||
182 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
183 | </PropertyGroup> |
||
184 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
185 | <OutputPath>bin\</OutputPath> |
||
186 | <DefineConstants>TRACE</DefineConstants> |
||
187 | <Optimize>true</Optimize> |
||
188 | <DebugType>pdbonly</DebugType> |
||
189 | ff01c725 | humkyung | <PlatformTarget>x64</PlatformTarget> |
190 | <ErrorReport>prompt</ErrorReport> |
||
191 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
192 | </PropertyGroup> |
||
193 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
194 | <DebugSymbols>true</DebugSymbols> |
||
195 | <OutputPath>bin\</OutputPath> |
||
196 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
197 | <DebugType>full</DebugType> |
||
198 | <PlatformTarget>x64</PlatformTarget> |
||
199 | <ErrorReport>prompt</ErrorReport> |
||
200 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
201 | </PropertyGroup> |
||
202 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
203 | <OutputPath>bin\</OutputPath> |
||
204 | <DefineConstants>TRACE</DefineConstants> |
||
205 | <Optimize>true</Optimize> |
||
206 | <DebugType>pdbonly</DebugType> |
||
207 | <PlatformTarget>x64</PlatformTarget> |
||
208 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
209 | f19ebe30 | djkim | <ErrorReport>prompt</ErrorReport> |
210 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
211 | </PropertyGroup> |
||
212 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
213 | <DebugSymbols>true</DebugSymbols> |
||
214 | <OutputPath>bin\</OutputPath> |
||
215 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
216 | <DebugType>full</DebugType> |
||
217 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
218 | <ErrorReport>prompt</ErrorReport> |
||
219 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
220 | </PropertyGroup> |
||
221 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
222 | <DebugSymbols>true</DebugSymbols> |
||
223 | <OutputPath>bin\</OutputPath> |
||
224 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
225 | <DebugType>full</DebugType> |
||
226 | <PlatformTarget>x86</PlatformTarget> |
||
227 | <ErrorReport>prompt</ErrorReport> |
||
228 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
229 | </PropertyGroup> |
||
230 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
||
231 | <DebugSymbols>true</DebugSymbols> |
||
232 | <OutputPath>bin\</OutputPath> |
||
233 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
234 | <DebugType>full</DebugType> |
||
235 | <PlatformTarget>x64</PlatformTarget> |
||
236 | <ErrorReport>prompt</ErrorReport> |
||
237 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
238 | </PropertyGroup> |
||
239 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
||
240 | <DebugSymbols>true</DebugSymbols> |
||
241 | <OutputPath>bin\</OutputPath> |
||
242 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
243 | <DebugType>full</DebugType> |
||
244 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
245 | <ErrorReport>prompt</ErrorReport> |
||
246 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
247 | </PropertyGroup> |
||
248 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
||
249 | <DebugSymbols>true</DebugSymbols> |
||
250 | <OutputPath>bin\</OutputPath> |
||
251 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
252 | <DebugType>full</DebugType> |
||
253 | <PlatformTarget>x86</PlatformTarget> |
||
254 | <ErrorReport>prompt</ErrorReport> |
||
255 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
256 | </PropertyGroup> |
||
257 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
||
258 | <DebugSymbols>true</DebugSymbols> |
||
259 | <OutputPath>bin\</OutputPath> |
||
260 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
261 | <DebugType>full</DebugType> |
||
262 | <PlatformTarget>x64</PlatformTarget> |
||
263 | <ErrorReport>prompt</ErrorReport> |
||
264 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
265 | </PropertyGroup> |
||
266 | f65e6c02 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
267 | <DebugSymbols>true</DebugSymbols> |
||
268 | <OutputPath>bin\</OutputPath> |
||
269 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
270 | <DebugType>full</DebugType> |
||
271 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
272 | <ErrorReport>prompt</ErrorReport> |
||
273 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
274 | </PropertyGroup> |
||
275 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
||
276 | <DebugSymbols>true</DebugSymbols> |
||
277 | <OutputPath>bin\</OutputPath> |
||
278 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
279 | <DebugType>full</DebugType> |
||
280 | <PlatformTarget>x86</PlatformTarget> |
||
281 | <ErrorReport>prompt</ErrorReport> |
||
282 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
283 | </PropertyGroup> |
||
284 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
||
285 | <DebugSymbols>true</DebugSymbols> |
||
286 | <OutputPath>bin\</OutputPath> |
||
287 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
288 | <DebugType>full</DebugType> |
||
289 | <PlatformTarget>x64</PlatformTarget> |
||
290 | <ErrorReport>prompt</ErrorReport> |
||
291 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
292 | </PropertyGroup> |
||
293 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
||
294 | <DebugSymbols>true</DebugSymbols> |
||
295 | <OutputPath>bin\</OutputPath> |
||
296 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
297 | <DebugType>full</DebugType> |
||
298 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
299 | <ErrorReport>prompt</ErrorReport> |
||
300 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
301 | </PropertyGroup> |
||
302 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
||
303 | <DebugSymbols>true</DebugSymbols> |
||
304 | <OutputPath>bin\</OutputPath> |
||
305 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
306 | <DebugType>full</DebugType> |
||
307 | <PlatformTarget>x86</PlatformTarget> |
||
308 | <ErrorReport>prompt</ErrorReport> |
||
309 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
310 | </PropertyGroup> |
||
311 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
||
312 | <DebugSymbols>true</DebugSymbols> |
||
313 | <OutputPath>bin\</OutputPath> |
||
314 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
315 | <DebugType>full</DebugType> |
||
316 | <PlatformTarget>x64</PlatformTarget> |
||
317 | <ErrorReport>prompt</ErrorReport> |
||
318 | 80856edb | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
319 | </PropertyGroup> |
||
320 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
||
321 | <DebugSymbols>true</DebugSymbols> |
||
322 | <OutputPath>bin\</OutputPath> |
||
323 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
324 | <DebugType>full</DebugType> |
||
325 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
326 | <ErrorReport>prompt</ErrorReport> |
||
327 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
328 | </PropertyGroup> |
||
329 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
||
330 | <DebugSymbols>true</DebugSymbols> |
||
331 | <OutputPath>bin\</OutputPath> |
||
332 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
333 | <DebugType>full</DebugType> |
||
334 | <PlatformTarget>x86</PlatformTarget> |
||
335 | <ErrorReport>prompt</ErrorReport> |
||
336 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
337 | </PropertyGroup> |
||
338 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'"> |
||
339 | <DebugSymbols>true</DebugSymbols> |
||
340 | <OutputPath>bin\</OutputPath> |
||
341 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
342 | <DebugType>full</DebugType> |
||
343 | <PlatformTarget>x64</PlatformTarget> |
||
344 | <ErrorReport>prompt</ErrorReport> |
||
345 | f65e6c02 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
346 | </PropertyGroup> |
||
347 | 787a4489 | KangIngu | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
348 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
349 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
350 | <ProjectExtensions> |
||
351 | <VisualStudio> |
||
352 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
353 | <WebProjectProperties> |
||
354 | <UseIIS>True</UseIIS> |
||
355 | <AutoAssignPort>True</AutoAssignPort> |
||
356 | <DevelopmentServerPort>13009</DevelopmentServerPort> |
||
357 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
358 | ff01c725 | humkyung | <IISUrl>http://localhost:8080/</IISUrl> |
359 | 787a4489 | KangIngu | <NTLMAuthentication>False</NTLMAuthentication> |
360 | <UseCustomServer>False</UseCustomServer> |
||
361 | <CustomServerUrl> |
||
362 | </CustomServerUrl> |
||
363 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
364 | </WebProjectProperties> |
||
365 | </FlavorProperties> |
||
366 | </VisualStudio> |
||
367 | </ProjectExtensions> |
||
368 | 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')" /> |
369 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
370 | <PropertyGroup> |
||
371 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
372 | </PropertyGroup> |
||
373 | <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'))" /> |
||
374 | </Target> |
||
375 | 787a4489 | KangIngu | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
376 | a1142a6b | taeseongkim | Other similar extension points exist, see Microsoft.Common.targets. --> |
377 | 787a4489 | KangIngu | <Target Name="BeforeBuild"> |
378 | a1142a6b | taeseongkim | <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
379 | 787a4489 | KangIngu | </Target> |
380 | <Target Name="AfterBuild"> |
||
381 | </Target> |
||
382 | 9f55b953 | taeseongkim | <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
383 | <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
||
384 | </Target> |
||
385 | a1142a6b | taeseongkim | <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')"> |
386 | <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" /> |
||
387 | </Target> |
||
388 | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
||
389 | 787a4489 | KangIngu | </Project> |