markus / KCOM_API / KCOM_API.csproj @ b627aa5a
이력 | 보기 | 이력해설 | 다운로드 (31.1 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 | 9f56088c | taeseongkim | <Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" /> |
4 | 5b5d9b1f | taeseongkim | <Import Project="..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" /> |
5 | 787a4489 | KangIngu | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
6 | <PropertyGroup> |
||
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
9 | <ProductVersion> |
||
10 | </ProductVersion> |
||
11 | <SchemaVersion>2.0</SchemaVersion> |
||
12 | <ProjectGuid>{F026B592-11B9-410C-B4FF-384E511A4666}</ProjectGuid> |
||
13 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
14 | <OutputType>Library</OutputType> |
||
15 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
16 | <RootNamespace>KCOM_API</RootNamespace> |
||
17 | <AssemblyName>KCOM_API</AssemblyName> |
||
18 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
19 | 787a4489 | KangIngu | <UseIISExpress>true</UseIISExpress> |
20 | 6a19b48d | taeseongkim | <Use64BitIISExpress>true</Use64BitIISExpress> |
21 | a7578175 | taeseongkim | <IISExpressSSLPort> |
22 | </IISExpressSSLPort> |
||
23 | c8dd192f | taeseongkim | <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication> |
24 | <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication> |
||
25 | <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode> |
||
26 | 787a4489 | KangIngu | <UseGlobalApplicationHostFile /> |
27 | <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
||
28 | <TargetFrameworkProfile /> |
||
29 | 6b6e937c | taeseongkim | <NuGetPackageImportStamp> |
30 | </NuGetPackageImportStamp> |
||
31 | 787a4489 | KangIngu | </PropertyGroup> |
32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
33 | <DebugSymbols>true</DebugSymbols> |
||
34 | <DebugType>full</DebugType> |
||
35 | <Optimize>false</Optimize> |
||
36 | <OutputPath>bin\</OutputPath> |
||
37 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
38 | <ErrorReport>prompt</ErrorReport> |
||
39 | <WarningLevel>4</WarningLevel> |
||
40 | <Prefer32Bit>false</Prefer32Bit> |
||
41 | d60f94ee | taeseongkim | <PlatformTarget>AnyCPU</PlatformTarget> |
42 | 63946dd5 | taeseongkim | <PublishDatabases>false</PublishDatabases> |
43 | <IncludeIisSettings>false</IncludeIisSettings> |
||
44 | <ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol> |
||
45 | 1d79913e | taeseongkim | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
46 | 787a4489 | KangIngu | </PropertyGroup> |
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
48 | <DebugType>pdbonly</DebugType> |
||
49 | <Optimize>true</Optimize> |
||
50 | <OutputPath>bin\</OutputPath> |
||
51 | <DefineConstants>TRACE</DefineConstants> |
||
52 | <ErrorReport>prompt</ErrorReport> |
||
53 | <WarningLevel>4</WarningLevel> |
||
54 | <Prefer32Bit>false</Prefer32Bit> |
||
55 | ff01c725 | humkyung | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
56 | <PlatformTarget>x64</PlatformTarget> |
||
57 | 787a4489 | KangIngu | </PropertyGroup> |
58 | <ItemGroup> |
||
59 | 5b5d9b1f | taeseongkim | <Reference Include="Markus.Image.OpenCV, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
60 | <HintPath>..\packages\Markus.Image.ImageCompare.1.0.0\lib\net461\Markus.Image.OpenCV.dll</HintPath> |
||
61 | 6b6e937c | taeseongkim | </Reference> |
62 | 5b5d9b1f | taeseongkim | <Reference Include="Microsoft.CSharp" /> |
63 | 6a19b48d | taeseongkim | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
64 | <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
65 | </Reference> |
||
66 | 5b5d9b1f | taeseongkim | <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
67 | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.dll</HintPath> |
||
68 | 6b6e937c | taeseongkim | </Reference> |
69 | 5b5d9b1f | taeseongkim | <Reference Include="OpenCvSharp.Blob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
70 | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Blob.dll</HintPath> |
||
71 | </Reference> |
||
72 | <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL"> |
||
73 | <HintPath>..\packages\OpenCvSharp4.4.3.0.20200524\lib\net461\OpenCvSharp.Extensions.dll</HintPath> |
||
74 | 6b6e937c | taeseongkim | </Reference> |
75 | 787a4489 | KangIngu | <Reference Include="System.Data.DataSetExtensions" /> |
76 | <Reference Include="System.Data.Entity" /> |
||
77 | 5b5d9b1f | taeseongkim | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
78 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
||
79 | </Reference> |
||
80 | 787a4489 | KangIngu | <Reference Include="System.Runtime.Remoting" /> |
81 | <Reference Include="System.Runtime.Serialization" /> |
||
82 | <Reference Include="System.ServiceModel" /> |
||
83 | c517099d | taeseongkim | <Reference Include="System.ServiceModel.Web" /> |
84 | 787a4489 | KangIngu | <Reference Include="System.Web.DynamicData" /> |
85 | <Reference Include="System.Web.Entity" /> |
||
86 | <Reference Include="System.Web.ApplicationServices" /> |
||
87 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
88 | <Reference Include="System" /> |
||
89 | <Reference Include="System.Data" /> |
||
90 | <Reference Include="System.Drawing" /> |
||
91 | <Reference Include="System.Web" /> |
||
92 | <Reference Include="System.Web.Extensions" /> |
||
93 | <Reference Include="System.Xml" /> |
||
94 | <Reference Include="System.Configuration" /> |
||
95 | <Reference Include="System.Web.Services" /> |
||
96 | <Reference Include="System.EnterpriseServices" /> |
||
97 | <Reference Include="System.Xml.Linq" /> |
||
98 | 6a19b48d | taeseongkim | <Reference Include="WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
99 | <HintPath>..\packages\WCFExtensions.1.0.0\lib\WcfExtensions.ServiceModel.dll</HintPath> |
||
100 | </Reference> |
||
101 | 787a4489 | KangIngu | <Reference Include="WindowsBase" /> |
102 | </ItemGroup> |
||
103 | <ItemGroup> |
||
104 | b42dd24d | taeseongkim | <Content Include="ActiveService.svc" /> |
105 | a1142a6b | taeseongkim | <Content Include="Default.aspx" /> |
106 | f06cce07 | taeseongkim | <Content Include="HtmlPage1.html" /> |
107 | c517099d | taeseongkim | <Content Include="MarkusService.svc" /> |
108 | 9f56088c | taeseongkim | <None Include="obfuscar.xml" /> |
109 | 787a4489 | KangIngu | <Content Include="ServiceDeepView.svc" /> |
110 | 684ef11c | ljiyeon | <Content Include="Web.config"> |
111 | <SubType>Designer</SubType> |
||
112 | </Content> |
||
113 | 787a4489 | KangIngu | </ItemGroup> |
114 | <ItemGroup> |
||
115 | b42dd24d | taeseongkim | <Compile Include="ActiveService.svc.cs"> |
116 | <DependentUpon>ActiveService.svc</DependentUpon> |
||
117 | </Compile> |
||
118 | cf1cc862 | taeseongkim | <Compile Include="DataModel\AddMemberResults.cs" /> |
119 | c517099d | taeseongkim | <Compile Include="DataModel\Commant.cs" /> |
120 | cf1cc862 | taeseongkim | <Compile Include="DataModel\GetMembersResults.cs" /> |
121 | a1142a6b | taeseongkim | <Compile Include="Default.aspx.cs"> |
122 | <DependentUpon>Default.aspx</DependentUpon> |
||
123 | <SubType>ASPXCodeBehind</SubType> |
||
124 | </Compile> |
||
125 | <Compile Include="Default.aspx.designer.cs"> |
||
126 | <DependentUpon>Default.aspx</DependentUpon> |
||
127 | </Compile> |
||
128 | b42dd24d | taeseongkim | <Compile Include="IActiveService.cs" /> |
129 | c517099d | taeseongkim | <Compile Include="MarkusService.svc.cs"> |
130 | <DependentUpon>MarkusService.svc</DependentUpon> |
||
131 | <SubType>Component</SubType> |
||
132 | </Compile> |
||
133 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
134 | a874198d | humkyung | <Compile Include="Properties\Settings.Designer.cs"> |
135 | <AutoGen>True</AutoGen> |
||
136 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
137 | <DependentUpon>Settings.settings</DependentUpon> |
||
138 | </Compile> |
||
139 | 787a4489 | KangIngu | <Compile Include="ServiceDeepView.svc.cs"> |
140 | <DependentUpon>ServiceDeepView.svc</DependentUpon> |
||
141 | <SubType>Component</SubType> |
||
142 | </Compile> |
||
143 | cf1cc862 | taeseongkim | <Compile Include="ServiceRedirector.cs" /> |
144 | 315ae55e | taeseongkim | <Compile Include="UniqueColorGenerator.cs" /> |
145 | 787a4489 | KangIngu | </ItemGroup> |
146 | <ItemGroup> |
||
147 | 6b6e937c | taeseongkim | <None Include="packages.config" /> |
148 | 787a4489 | KangIngu | <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
149 | 63946dd5 | taeseongkim | <None Include="Properties\PublishProfiles\Publish_Daelim.pubxml" /> |
150 | 7185ff47 | taeseongkim | <None Include="Properties\PublishProfiles\Publish_Hyosung.pubxml" /> |
151 | 63946dd5 | taeseongkim | <None Include="Properties\PublishProfiles\Publish_SNI.pubxml" /> |
152 | a874198d | humkyung | <None Include="Properties\Settings.settings"> |
153 | <Generator>SettingsSingleFileGenerator</Generator> |
||
154 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
155 | </None> |
||
156 | 787a4489 | KangIngu | <None Include="Web.Debug.config"> |
157 | <DependentUpon>Web.config</DependentUpon> |
||
158 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
159 | 787a4489 | KangIngu | </None> |
160 | f65e6c02 | taeseongkim | <None Include="Web.Debug_CadExport.config"> |
161 | <DependentUpon>Web.config</DependentUpon> |
||
162 | </None> |
||
163 | ab590000 | taeseongkim | <None Include="Web.Debug_Daelim.config"> |
164 | <DependentUpon>Web.config</DependentUpon> |
||
165 | </None> |
||
166 | 9f55b953 | taeseongkim | <None Include="Web.Debug_DevDoftech.config"> |
167 | <DependentUpon>Web.config</DependentUpon> |
||
168 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
169 | 9f55b953 | taeseongkim | </None> |
170 | <None Include="Web.Debug_HyoSung.config"> |
||
171 | <DependentUpon>Web.config</DependentUpon> |
||
172 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
173 | d33ef543 | taeseongkim | <SubType>Designer</SubType> |
174 | ab5aa762 | taeseongkim | </None> |
175 | b627aa5a | taeseongkim | <None Include="Web.Debug_SEC.config"> |
176 | <DependentUpon>Web.config</DependentUpon> |
||
177 | </None> |
||
178 | f65e6c02 | taeseongkim | <None Include="Web.Debug_SNI.config"> |
179 | <DependentUpon>Web.config</DependentUpon> |
||
180 | </None> |
||
181 | 63946dd5 | taeseongkim | <None Include="Web.Deploy_Daelim.config"> |
182 | <DependentUpon>Web.config</DependentUpon> |
||
183 | </None> |
||
184 | <None Include="Web.Deploy_Hyosung.config"> |
||
185 | <DependentUpon>Web.config</DependentUpon> |
||
186 | </None> |
||
187 | <None Include="Web.Deploy_SNI.config"> |
||
188 | <DependentUpon>Web.config</DependentUpon> |
||
189 | </None> |
||
190 | 787a4489 | KangIngu | <None Include="Web.Release.config"> |
191 | <DependentUpon>Web.config</DependentUpon> |
||
192 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
193 | 787a4489 | KangIngu | </None> |
194 | b627aa5a | taeseongkim | <None Include="Web.Release_BSENG.config"> |
195 | <DependentUpon>Web.config</DependentUpon> |
||
196 | </None> |
||
197 | 9d5b4bc2 | taeseongkim | <None Include="Web.Release_Default.config"> |
198 | <DependentUpon>Web.config</DependentUpon> |
||
199 | </None> |
||
200 | d0286794 | taeseongkim | <None Include="Web.Release_Hyosung.config"> |
201 | <DependentUpon>Web.config</DependentUpon> |
||
202 | </None> |
||
203 | 07b7bd24 | taeseongkim | <None Include="Web.Release_PEMSS.config"> |
204 | <DependentUpon>Web.config</DependentUpon> |
||
205 | </None> |
||
206 | 787a4489 | KangIngu | </ItemGroup> |
207 | <ItemGroup> |
||
208 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
209 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
210 | <Name>IFinalPDF</Name> |
||
211 | </ProjectReference> |
||
212 | 787a4489 | KangIngu | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
213 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
214 | <Name>IKCOM</Name> |
||
215 | </ProjectReference> |
||
216 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
217 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
218 | <Name>KCOMDataModel</Name> |
||
219 | </ProjectReference> |
||
220 | </ItemGroup> |
||
221 | <PropertyGroup> |
||
222 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
223 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
224 | </PropertyGroup> |
||
225 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
226 | <DebugSymbols>true</DebugSymbols> |
||
227 | <OutputPath>bin\</OutputPath> |
||
228 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
229 | <DebugType>full</DebugType> |
||
230 | <PlatformTarget>x86</PlatformTarget> |
||
231 | <ErrorReport>prompt</ErrorReport> |
||
232 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
233 | </PropertyGroup> |
||
234 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
235 | <OutputPath>bin\</OutputPath> |
||
236 | <DefineConstants>TRACE</DefineConstants> |
||
237 | <Optimize>true</Optimize> |
||
238 | <DebugType>pdbonly</DebugType> |
||
239 | ff01c725 | humkyung | <PlatformTarget>x64</PlatformTarget> |
240 | <ErrorReport>prompt</ErrorReport> |
||
241 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
242 | </PropertyGroup> |
||
243 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
244 | <DebugSymbols>true</DebugSymbols> |
||
245 | <OutputPath>bin\</OutputPath> |
||
246 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
247 | <DebugType>full</DebugType> |
||
248 | <PlatformTarget>x64</PlatformTarget> |
||
249 | <ErrorReport>prompt</ErrorReport> |
||
250 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
251 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
252 | <Optimize>false</Optimize> |
||
253 | ff01c725 | humkyung | </PropertyGroup> |
254 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
255 | <OutputPath>bin\</OutputPath> |
||
256 | <DefineConstants>TRACE</DefineConstants> |
||
257 | 68e3cd94 | taeseongkim | <Optimize>false</Optimize> |
258 | ff01c725 | humkyung | <DebugType>pdbonly</DebugType> |
259 | <PlatformTarget>x64</PlatformTarget> |
||
260 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
261 | f19ebe30 | djkim | <ErrorReport>prompt</ErrorReport> |
262 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
263 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
264 | f19ebe30 | djkim | </PropertyGroup> |
265 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
266 | <DebugSymbols>true</DebugSymbols> |
||
267 | <OutputPath>bin\</OutputPath> |
||
268 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
269 | <DebugType>full</DebugType> |
||
270 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
271 | <ErrorReport>prompt</ErrorReport> |
||
272 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
273 | </PropertyGroup> |
||
274 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
275 | <DebugSymbols>true</DebugSymbols> |
||
276 | <OutputPath>bin\</OutputPath> |
||
277 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
278 | <DebugType>full</DebugType> |
||
279 | <PlatformTarget>x86</PlatformTarget> |
||
280 | <ErrorReport>prompt</ErrorReport> |
||
281 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
282 | </PropertyGroup> |
||
283 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
||
284 | <DebugSymbols>true</DebugSymbols> |
||
285 | <OutputPath>bin\</OutputPath> |
||
286 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
287 | <DebugType>full</DebugType> |
||
288 | <PlatformTarget>x64</PlatformTarget> |
||
289 | <ErrorReport>prompt</ErrorReport> |
||
290 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
291 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
292 | <Optimize>false</Optimize> |
||
293 | 9f55b953 | taeseongkim | </PropertyGroup> |
294 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
||
295 | <DebugSymbols>true</DebugSymbols> |
||
296 | <OutputPath>bin\</OutputPath> |
||
297 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
298 | <DebugType>full</DebugType> |
||
299 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
300 | <ErrorReport>prompt</ErrorReport> |
||
301 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
302 | </PropertyGroup> |
||
303 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
||
304 | <DebugSymbols>true</DebugSymbols> |
||
305 | <OutputPath>bin\</OutputPath> |
||
306 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
307 | <DebugType>full</DebugType> |
||
308 | <PlatformTarget>x86</PlatformTarget> |
||
309 | <ErrorReport>prompt</ErrorReport> |
||
310 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
311 | </PropertyGroup> |
||
312 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
||
313 | <DebugSymbols>true</DebugSymbols> |
||
314 | <OutputPath>bin\</OutputPath> |
||
315 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
316 | <DebugType>full</DebugType> |
||
317 | <PlatformTarget>x64</PlatformTarget> |
||
318 | <ErrorReport>prompt</ErrorReport> |
||
319 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
320 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
321 | <Optimize>false</Optimize> |
||
322 | 9f55b953 | taeseongkim | </PropertyGroup> |
323 | f65e6c02 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
324 | <DebugSymbols>true</DebugSymbols> |
||
325 | <OutputPath>bin\</OutputPath> |
||
326 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
327 | <DebugType>full</DebugType> |
||
328 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
329 | <ErrorReport>prompt</ErrorReport> |
||
330 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
331 | </PropertyGroup> |
||
332 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
||
333 | <DebugSymbols>true</DebugSymbols> |
||
334 | <OutputPath>bin\</OutputPath> |
||
335 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
336 | <DebugType>full</DebugType> |
||
337 | <PlatformTarget>x86</PlatformTarget> |
||
338 | <ErrorReport>prompt</ErrorReport> |
||
339 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
340 | </PropertyGroup> |
||
341 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
||
342 | <DebugSymbols>true</DebugSymbols> |
||
343 | <OutputPath>bin\</OutputPath> |
||
344 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
345 | <DebugType>full</DebugType> |
||
346 | <PlatformTarget>x64</PlatformTarget> |
||
347 | <ErrorReport>prompt</ErrorReport> |
||
348 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
349 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
350 | <Optimize>false</Optimize> |
||
351 | f65e6c02 | taeseongkim | </PropertyGroup> |
352 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
||
353 | <DebugSymbols>true</DebugSymbols> |
||
354 | <OutputPath>bin\</OutputPath> |
||
355 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
356 | <DebugType>full</DebugType> |
||
357 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
358 | <ErrorReport>prompt</ErrorReport> |
||
359 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
360 | </PropertyGroup> |
||
361 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
||
362 | <DebugSymbols>true</DebugSymbols> |
||
363 | <OutputPath>bin\</OutputPath> |
||
364 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
365 | <DebugType>full</DebugType> |
||
366 | <PlatformTarget>x86</PlatformTarget> |
||
367 | <ErrorReport>prompt</ErrorReport> |
||
368 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
369 | </PropertyGroup> |
||
370 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
||
371 | <DebugSymbols>true</DebugSymbols> |
||
372 | <OutputPath>bin\</OutputPath> |
||
373 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
374 | <DebugType>full</DebugType> |
||
375 | <PlatformTarget>x64</PlatformTarget> |
||
376 | <ErrorReport>prompt</ErrorReport> |
||
377 | 80856edb | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
378 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
379 | <Optimize>false</Optimize> |
||
380 | 80856edb | taeseongkim | </PropertyGroup> |
381 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|AnyCPU' "> |
382 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
383 | <OutputPath>bin\</OutputPath> |
||
384 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
385 | <DebugType>full</DebugType> |
||
386 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
387 | <ErrorReport>prompt</ErrorReport> |
||
388 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
389 | </PropertyGroup> |
||
390 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x86' "> |
391 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
392 | <OutputPath>bin\</OutputPath> |
||
393 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
394 | <DebugType>full</DebugType> |
||
395 | <PlatformTarget>x86</PlatformTarget> |
||
396 | <ErrorReport>prompt</ErrorReport> |
||
397 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
398 | </PropertyGroup> |
||
399 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x64' "> |
400 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
401 | <OutputPath>bin\</OutputPath> |
||
402 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
403 | <DebugType>full</DebugType> |
||
404 | <PlatformTarget>x64</PlatformTarget> |
||
405 | <ErrorReport>prompt</ErrorReport> |
||
406 | 07b7bd24 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
407 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
408 | <Optimize>false</Optimize> |
||
409 | 07b7bd24 | taeseongkim | </PropertyGroup> |
410 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
||
411 | <DebugSymbols>true</DebugSymbols> |
||
412 | <OutputPath>bin\</OutputPath> |
||
413 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
414 | <DebugType>full</DebugType> |
||
415 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
416 | <ErrorReport>prompt</ErrorReport> |
||
417 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
418 | </PropertyGroup> |
||
419 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
||
420 | <DebugSymbols>true</DebugSymbols> |
||
421 | <OutputPath>bin\</OutputPath> |
||
422 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
423 | <DebugType>full</DebugType> |
||
424 | <PlatformTarget>x86</PlatformTarget> |
||
425 | <ErrorReport>prompt</ErrorReport> |
||
426 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
427 | </PropertyGroup> |
||
428 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
||
429 | <DebugSymbols>true</DebugSymbols> |
||
430 | <OutputPath>bin\</OutputPath> |
||
431 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
432 | <DebugType>full</DebugType> |
||
433 | eaafc1eb | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
434 | <ErrorReport>prompt</ErrorReport> |
||
435 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
436 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
437 | <Optimize>false</Optimize> |
||
438 | eaafc1eb | taeseongkim | </PropertyGroup> |
439 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
||
440 | <DebugSymbols>true</DebugSymbols> |
||
441 | <OutputPath>bin\</OutputPath> |
||
442 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
443 | <DebugType>full</DebugType> |
||
444 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
445 | <ErrorReport>prompt</ErrorReport> |
||
446 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
447 | </PropertyGroup> |
||
448 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
449 | <DebugSymbols>true</DebugSymbols> |
||
450 | <OutputPath>bin\</OutputPath> |
||
451 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
452 | <DebugType>full</DebugType> |
||
453 | <PlatformTarget>x86</PlatformTarget> |
||
454 | <ErrorReport>prompt</ErrorReport> |
||
455 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
456 | </PropertyGroup> |
||
457 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
||
458 | <DebugSymbols>true</DebugSymbols> |
||
459 | <OutputPath>bin\</OutputPath> |
||
460 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
461 | <DebugType>full</DebugType> |
||
462 | 9d5b4bc2 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
463 | <ErrorReport>prompt</ErrorReport> |
||
464 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
465 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
466 | <Optimize>false</Optimize> |
||
467 | 9d5b4bc2 | taeseongkim | </PropertyGroup> |
468 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
||
469 | <DebugSymbols>true</DebugSymbols> |
||
470 | <OutputPath>bin\</OutputPath> |
||
471 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
472 | <DebugType>full</DebugType> |
||
473 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
474 | <ErrorReport>prompt</ErrorReport> |
||
475 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
476 | </PropertyGroup> |
||
477 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
||
478 | <DebugSymbols>true</DebugSymbols> |
||
479 | <OutputPath>bin\</OutputPath> |
||
480 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
481 | <DebugType>full</DebugType> |
||
482 | <PlatformTarget>x86</PlatformTarget> |
||
483 | <ErrorReport>prompt</ErrorReport> |
||
484 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
485 | </PropertyGroup> |
||
486 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
||
487 | <DebugSymbols>true</DebugSymbols> |
||
488 | <OutputPath>bin\</OutputPath> |
||
489 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
490 | <DebugType>full</DebugType> |
||
491 | 63946dd5 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
492 | <ErrorReport>prompt</ErrorReport> |
||
493 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
494 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
495 | <Optimize>false</Optimize> |
||
496 | 63946dd5 | taeseongkim | </PropertyGroup> |
497 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'"> |
||
498 | <DebugSymbols>true</DebugSymbols> |
||
499 | <OutputPath>bin\</OutputPath> |
||
500 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
501 | <DebugType>full</DebugType> |
||
502 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
503 | <ErrorReport>prompt</ErrorReport> |
||
504 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
505 | </PropertyGroup> |
||
506 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'"> |
||
507 | <DebugSymbols>true</DebugSymbols> |
||
508 | <OutputPath>bin\</OutputPath> |
||
509 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
510 | <DebugType>full</DebugType> |
||
511 | <PlatformTarget>x86</PlatformTarget> |
||
512 | <ErrorReport>prompt</ErrorReport> |
||
513 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
514 | </PropertyGroup> |
||
515 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'"> |
||
516 | <DebugSymbols>true</DebugSymbols> |
||
517 | <OutputPath>bin\</OutputPath> |
||
518 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
519 | <DebugType>full</DebugType> |
||
520 | <PlatformTarget>x64</PlatformTarget> |
||
521 | <ErrorReport>prompt</ErrorReport> |
||
522 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
523 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
524 | <Optimize>false</Optimize> |
||
525 | 63946dd5 | taeseongkim | </PropertyGroup> |
526 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'"> |
||
527 | <DebugSymbols>true</DebugSymbols> |
||
528 | <OutputPath>bin\Daelim\</OutputPath> |
||
529 | <DefineConstants> |
||
530 | </DefineConstants> |
||
531 | <DebugType>full</DebugType> |
||
532 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
533 | <ErrorReport>prompt</ErrorReport> |
||
534 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
535 | </PropertyGroup> |
||
536 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'"> |
||
537 | <DebugSymbols>true</DebugSymbols> |
||
538 | <OutputPath>bin\</OutputPath> |
||
539 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
540 | <DebugType>full</DebugType> |
||
541 | <PlatformTarget>x86</PlatformTarget> |
||
542 | <ErrorReport>prompt</ErrorReport> |
||
543 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
544 | </PropertyGroup> |
||
545 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'"> |
||
546 | <DebugSymbols>true</DebugSymbols> |
||
547 | <OutputPath>bin\</OutputPath> |
||
548 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
549 | <DebugType>full</DebugType> |
||
550 | 07b7bd24 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
551 | <ErrorReport>prompt</ErrorReport> |
||
552 | f65e6c02 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
553 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
554 | <Optimize>false</Optimize> |
||
555 | f65e6c02 | taeseongkim | </PropertyGroup> |
556 | 77cdac33 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'"> |
557 | <DebugSymbols>true</DebugSymbols> |
||
558 | <OutputPath>bin\</OutputPath> |
||
559 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
560 | <DebugType>full</DebugType> |
||
561 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
562 | <ErrorReport>prompt</ErrorReport> |
||
563 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
564 | </PropertyGroup> |
||
565 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'"> |
||
566 | <DebugSymbols>true</DebugSymbols> |
||
567 | <OutputPath>bin\</OutputPath> |
||
568 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
569 | <DebugType>full</DebugType> |
||
570 | <PlatformTarget>x86</PlatformTarget> |
||
571 | <ErrorReport>prompt</ErrorReport> |
||
572 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
573 | </PropertyGroup> |
||
574 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'"> |
||
575 | <DebugSymbols>true</DebugSymbols> |
||
576 | <OutputPath>bin\</OutputPath> |
||
577 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
578 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||
579 | <DebugType>full</DebugType> |
||
580 | <PlatformTarget>x64</PlatformTarget> |
||
581 | <ErrorReport>prompt</ErrorReport> |
||
582 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
583 | </PropertyGroup> |
||
584 | b627aa5a | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SEC|AnyCPU'"> |
585 | <DebugSymbols>true</DebugSymbols> |
||
586 | <OutputPath>bin\</OutputPath> |
||
587 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
588 | <DebugType>full</DebugType> |
||
589 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
590 | <LangVersion>7.3</LangVersion> |
||
591 | <ErrorReport>prompt</ErrorReport> |
||
592 | </PropertyGroup> |
||
593 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SEC|x86'"> |
||
594 | <DebugSymbols>true</DebugSymbols> |
||
595 | <OutputPath>bin\</OutputPath> |
||
596 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
597 | <DebugType>full</DebugType> |
||
598 | <PlatformTarget>x86</PlatformTarget> |
||
599 | <LangVersion>7.3</LangVersion> |
||
600 | <ErrorReport>prompt</ErrorReport> |
||
601 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
602 | </PropertyGroup> |
||
603 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SEC|x64'"> |
||
604 | <DebugSymbols>true</DebugSymbols> |
||
605 | <OutputPath>bin\</OutputPath> |
||
606 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
607 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||
608 | <DebugType>full</DebugType> |
||
609 | <PlatformTarget>x64</PlatformTarget> |
||
610 | <LangVersion>7.3</LangVersion> |
||
611 | <ErrorReport>prompt</ErrorReport> |
||
612 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
613 | </PropertyGroup> |
||
614 | 787a4489 | KangIngu | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
615 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
616 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
617 | <ProjectExtensions> |
||
618 | <VisualStudio> |
||
619 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
620 | <WebProjectProperties> |
||
621 | <UseIIS>True</UseIIS> |
||
622 | <AutoAssignPort>True</AutoAssignPort> |
||
623 | <DevelopmentServerPort>13009</DevelopmentServerPort> |
||
624 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
625 | a7578175 | taeseongkim | <IISUrl>http://localhost:44301/</IISUrl> |
626 | 787a4489 | KangIngu | <NTLMAuthentication>False</NTLMAuthentication> |
627 | <UseCustomServer>False</UseCustomServer> |
||
628 | <CustomServerUrl> |
||
629 | </CustomServerUrl> |
||
630 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
631 | </WebProjectProperties> |
||
632 | </FlavorProperties> |
||
633 | </VisualStudio> |
||
634 | </ProjectExtensions> |
||
635 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
636 | a1142a6b | taeseongkim | Other similar extension points exist, see Microsoft.Common.targets. --> |
637 | 787a4489 | KangIngu | <Target Name="BeforeBuild"> |
638 | a1142a6b | taeseongkim | <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
639 | 787a4489 | KangIngu | </Target> |
640 | <Target Name="AfterBuild"> |
||
641 | </Target> |
||
642 | 9f55b953 | taeseongkim | <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
643 | <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
||
644 | </Target> |
||
645 | a1142a6b | taeseongkim | <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')"> |
646 | <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" /> |
||
647 | </Target> |
||
648 | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
||
649 | 5b5d9b1f | taeseongkim | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
650 | <PropertyGroup> |
||
651 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
652 | </PropertyGroup> |
||
653 | <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.3.0.20200524\build\net\OpenCvSharp4.runtime.win.props'))" /> |
||
654 | 9f56088c | taeseongkim | <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" /> |
655 | 5b5d9b1f | taeseongkim | </Target> |
656 | 9f56088c | taeseongkim | <PropertyGroup> |
657 | ffa5dbc7 | taeseongkim | <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
658 | rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent> |
||
659 | 9f56088c | taeseongkim | </PropertyGroup> |
660 | 787a4489 | KangIngu | </Project> |