markus / KCOM_API / KCOM_API.csproj @ 5c64268e
이력 | 보기 | 이력해설 | 다운로드 (29.7 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 | f65e6c02 | taeseongkim | <None Include="Web.Debug_SNI.config"> |
176 | <DependentUpon>Web.config</DependentUpon> |
||
177 | </None> |
||
178 | 63946dd5 | taeseongkim | <None Include="Web.Deploy_Daelim.config"> |
179 | <DependentUpon>Web.config</DependentUpon> |
||
180 | </None> |
||
181 | <None Include="Web.Deploy_Hyosung.config"> |
||
182 | <DependentUpon>Web.config</DependentUpon> |
||
183 | </None> |
||
184 | <None Include="Web.Deploy_SNI.config"> |
||
185 | <DependentUpon>Web.config</DependentUpon> |
||
186 | </None> |
||
187 | 787a4489 | KangIngu | <None Include="Web.Release.config"> |
188 | <DependentUpon>Web.config</DependentUpon> |
||
189 | a1142a6b | taeseongkim | <IsTransformFile>true</IsTransformFile> |
190 | 787a4489 | KangIngu | </None> |
191 | 9d5b4bc2 | taeseongkim | <None Include="Web.Release_Default.config"> |
192 | <DependentUpon>Web.config</DependentUpon> |
||
193 | </None> |
||
194 | d0286794 | taeseongkim | <None Include="Web.Release_Hyosung.config"> |
195 | <DependentUpon>Web.config</DependentUpon> |
||
196 | </None> |
||
197 | 07b7bd24 | taeseongkim | <None Include="Web.Release_PEMSS.config"> |
198 | <DependentUpon>Web.config</DependentUpon> |
||
199 | </None> |
||
200 | 787a4489 | KangIngu | </ItemGroup> |
201 | <ItemGroup> |
||
202 | c0977e97 | djkim | <ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
203 | 8e2743a3 | humkyung | <Project>{784438be-2074-41ae-a692-24e1a4a67fe3}</Project> |
204 | <Name>IFinalPDF</Name> |
||
205 | </ProjectReference> |
||
206 | 787a4489 | KangIngu | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
207 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
208 | <Name>IKCOM</Name> |
||
209 | </ProjectReference> |
||
210 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
211 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
212 | <Name>KCOMDataModel</Name> |
||
213 | </ProjectReference> |
||
214 | </ItemGroup> |
||
215 | <PropertyGroup> |
||
216 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
217 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
218 | </PropertyGroup> |
||
219 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
220 | <DebugSymbols>true</DebugSymbols> |
||
221 | <OutputPath>bin\</OutputPath> |
||
222 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
223 | <DebugType>full</DebugType> |
||
224 | <PlatformTarget>x86</PlatformTarget> |
||
225 | <ErrorReport>prompt</ErrorReport> |
||
226 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
227 | </PropertyGroup> |
||
228 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
229 | <OutputPath>bin\</OutputPath> |
||
230 | <DefineConstants>TRACE</DefineConstants> |
||
231 | <Optimize>true</Optimize> |
||
232 | <DebugType>pdbonly</DebugType> |
||
233 | ff01c725 | humkyung | <PlatformTarget>x64</PlatformTarget> |
234 | <ErrorReport>prompt</ErrorReport> |
||
235 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
236 | </PropertyGroup> |
||
237 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
238 | <DebugSymbols>true</DebugSymbols> |
||
239 | <OutputPath>bin\</OutputPath> |
||
240 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
241 | <DebugType>full</DebugType> |
||
242 | <PlatformTarget>x64</PlatformTarget> |
||
243 | <ErrorReport>prompt</ErrorReport> |
||
244 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
245 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
246 | <Optimize>false</Optimize> |
||
247 | ff01c725 | humkyung | </PropertyGroup> |
248 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
249 | <OutputPath>bin\</OutputPath> |
||
250 | <DefineConstants>TRACE</DefineConstants> |
||
251 | 68e3cd94 | taeseongkim | <Optimize>false</Optimize> |
252 | ff01c725 | humkyung | <DebugType>pdbonly</DebugType> |
253 | <PlatformTarget>x64</PlatformTarget> |
||
254 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
255 | f19ebe30 | djkim | <ErrorReport>prompt</ErrorReport> |
256 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
257 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
258 | f19ebe30 | djkim | </PropertyGroup> |
259 | 9f55b953 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
260 | <DebugSymbols>true</DebugSymbols> |
||
261 | <OutputPath>bin\</OutputPath> |
||
262 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
263 | <DebugType>full</DebugType> |
||
264 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
265 | <ErrorReport>prompt</ErrorReport> |
||
266 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
267 | </PropertyGroup> |
||
268 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
269 | <DebugSymbols>true</DebugSymbols> |
||
270 | <OutputPath>bin\</OutputPath> |
||
271 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
272 | <DebugType>full</DebugType> |
||
273 | <PlatformTarget>x86</PlatformTarget> |
||
274 | <ErrorReport>prompt</ErrorReport> |
||
275 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
276 | </PropertyGroup> |
||
277 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
||
278 | <DebugSymbols>true</DebugSymbols> |
||
279 | <OutputPath>bin\</OutputPath> |
||
280 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
281 | <DebugType>full</DebugType> |
||
282 | <PlatformTarget>x64</PlatformTarget> |
||
283 | <ErrorReport>prompt</ErrorReport> |
||
284 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
285 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
286 | <Optimize>false</Optimize> |
||
287 | 9f55b953 | taeseongkim | </PropertyGroup> |
288 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'"> |
||
289 | <DebugSymbols>true</DebugSymbols> |
||
290 | <OutputPath>bin\</OutputPath> |
||
291 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
292 | <DebugType>full</DebugType> |
||
293 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
294 | <ErrorReport>prompt</ErrorReport> |
||
295 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
296 | </PropertyGroup> |
||
297 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'"> |
||
298 | <DebugSymbols>true</DebugSymbols> |
||
299 | <OutputPath>bin\</OutputPath> |
||
300 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
301 | <DebugType>full</DebugType> |
||
302 | <PlatformTarget>x86</PlatformTarget> |
||
303 | <ErrorReport>prompt</ErrorReport> |
||
304 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
305 | </PropertyGroup> |
||
306 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'"> |
||
307 | <DebugSymbols>true</DebugSymbols> |
||
308 | <OutputPath>bin\</OutputPath> |
||
309 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
310 | <DebugType>full</DebugType> |
||
311 | <PlatformTarget>x64</PlatformTarget> |
||
312 | <ErrorReport>prompt</ErrorReport> |
||
313 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
314 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
315 | <Optimize>false</Optimize> |
||
316 | 9f55b953 | taeseongkim | </PropertyGroup> |
317 | f65e6c02 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
318 | <DebugSymbols>true</DebugSymbols> |
||
319 | <OutputPath>bin\</OutputPath> |
||
320 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
321 | <DebugType>full</DebugType> |
||
322 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
323 | <ErrorReport>prompt</ErrorReport> |
||
324 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
325 | </PropertyGroup> |
||
326 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
||
327 | <DebugSymbols>true</DebugSymbols> |
||
328 | <OutputPath>bin\</OutputPath> |
||
329 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
330 | <DebugType>full</DebugType> |
||
331 | <PlatformTarget>x86</PlatformTarget> |
||
332 | <ErrorReport>prompt</ErrorReport> |
||
333 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
334 | </PropertyGroup> |
||
335 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
||
336 | <DebugSymbols>true</DebugSymbols> |
||
337 | <OutputPath>bin\</OutputPath> |
||
338 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
339 | <DebugType>full</DebugType> |
||
340 | <PlatformTarget>x64</PlatformTarget> |
||
341 | <ErrorReport>prompt</ErrorReport> |
||
342 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
343 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
344 | <Optimize>false</Optimize> |
||
345 | f65e6c02 | taeseongkim | </PropertyGroup> |
346 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
||
347 | <DebugSymbols>true</DebugSymbols> |
||
348 | <OutputPath>bin\</OutputPath> |
||
349 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
350 | <DebugType>full</DebugType> |
||
351 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
352 | <ErrorReport>prompt</ErrorReport> |
||
353 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
354 | </PropertyGroup> |
||
355 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
||
356 | <DebugSymbols>true</DebugSymbols> |
||
357 | <OutputPath>bin\</OutputPath> |
||
358 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
359 | <DebugType>full</DebugType> |
||
360 | <PlatformTarget>x86</PlatformTarget> |
||
361 | <ErrorReport>prompt</ErrorReport> |
||
362 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
363 | </PropertyGroup> |
||
364 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
||
365 | <DebugSymbols>true</DebugSymbols> |
||
366 | <OutputPath>bin\</OutputPath> |
||
367 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
368 | <DebugType>full</DebugType> |
||
369 | <PlatformTarget>x64</PlatformTarget> |
||
370 | <ErrorReport>prompt</ErrorReport> |
||
371 | 80856edb | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
372 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
373 | <Optimize>false</Optimize> |
||
374 | 80856edb | taeseongkim | </PropertyGroup> |
375 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|AnyCPU' "> |
376 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
377 | <OutputPath>bin\</OutputPath> |
||
378 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
379 | <DebugType>full</DebugType> |
||
380 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
381 | <ErrorReport>prompt</ErrorReport> |
||
382 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
383 | </PropertyGroup> |
||
384 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x86' "> |
385 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
386 | <OutputPath>bin\</OutputPath> |
||
387 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
388 | <DebugType>full</DebugType> |
||
389 | <PlatformTarget>x86</PlatformTarget> |
||
390 | <ErrorReport>prompt</ErrorReport> |
||
391 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
392 | </PropertyGroup> |
||
393 | 63946dd5 | taeseongkim | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy_Hyosung|x64' "> |
394 | 80856edb | taeseongkim | <DebugSymbols>true</DebugSymbols> |
395 | <OutputPath>bin\</OutputPath> |
||
396 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
397 | <DebugType>full</DebugType> |
||
398 | <PlatformTarget>x64</PlatformTarget> |
||
399 | <ErrorReport>prompt</ErrorReport> |
||
400 | 07b7bd24 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
401 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
402 | <Optimize>false</Optimize> |
||
403 | 07b7bd24 | taeseongkim | </PropertyGroup> |
404 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
||
405 | <DebugSymbols>true</DebugSymbols> |
||
406 | <OutputPath>bin\</OutputPath> |
||
407 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
408 | <DebugType>full</DebugType> |
||
409 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
410 | <ErrorReport>prompt</ErrorReport> |
||
411 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
412 | </PropertyGroup> |
||
413 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
||
414 | <DebugSymbols>true</DebugSymbols> |
||
415 | <OutputPath>bin\</OutputPath> |
||
416 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
417 | <DebugType>full</DebugType> |
||
418 | <PlatformTarget>x86</PlatformTarget> |
||
419 | <ErrorReport>prompt</ErrorReport> |
||
420 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
421 | </PropertyGroup> |
||
422 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
||
423 | <DebugSymbols>true</DebugSymbols> |
||
424 | <OutputPath>bin\</OutputPath> |
||
425 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
426 | <DebugType>full</DebugType> |
||
427 | eaafc1eb | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
428 | <ErrorReport>prompt</ErrorReport> |
||
429 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
430 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
431 | <Optimize>false</Optimize> |
||
432 | eaafc1eb | taeseongkim | </PropertyGroup> |
433 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
||
434 | <DebugSymbols>true</DebugSymbols> |
||
435 | <OutputPath>bin\</OutputPath> |
||
436 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
437 | <DebugType>full</DebugType> |
||
438 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
439 | <ErrorReport>prompt</ErrorReport> |
||
440 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
441 | </PropertyGroup> |
||
442 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
443 | <DebugSymbols>true</DebugSymbols> |
||
444 | <OutputPath>bin\</OutputPath> |
||
445 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
446 | <DebugType>full</DebugType> |
||
447 | <PlatformTarget>x86</PlatformTarget> |
||
448 | <ErrorReport>prompt</ErrorReport> |
||
449 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
450 | </PropertyGroup> |
||
451 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
||
452 | <DebugSymbols>true</DebugSymbols> |
||
453 | <OutputPath>bin\</OutputPath> |
||
454 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
455 | <DebugType>full</DebugType> |
||
456 | 9d5b4bc2 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
457 | <ErrorReport>prompt</ErrorReport> |
||
458 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
459 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
460 | <Optimize>false</Optimize> |
||
461 | 9d5b4bc2 | taeseongkim | </PropertyGroup> |
462 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
||
463 | <DebugSymbols>true</DebugSymbols> |
||
464 | <OutputPath>bin\</OutputPath> |
||
465 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
466 | <DebugType>full</DebugType> |
||
467 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
468 | <ErrorReport>prompt</ErrorReport> |
||
469 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
470 | </PropertyGroup> |
||
471 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
||
472 | <DebugSymbols>true</DebugSymbols> |
||
473 | <OutputPath>bin\</OutputPath> |
||
474 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
475 | <DebugType>full</DebugType> |
||
476 | <PlatformTarget>x86</PlatformTarget> |
||
477 | <ErrorReport>prompt</ErrorReport> |
||
478 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
479 | </PropertyGroup> |
||
480 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
||
481 | <DebugSymbols>true</DebugSymbols> |
||
482 | <OutputPath>bin\</OutputPath> |
||
483 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
484 | <DebugType>full</DebugType> |
||
485 | 63946dd5 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
486 | <ErrorReport>prompt</ErrorReport> |
||
487 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
488 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
489 | <Optimize>false</Optimize> |
||
490 | 63946dd5 | taeseongkim | </PropertyGroup> |
491 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|AnyCPU'"> |
||
492 | <DebugSymbols>true</DebugSymbols> |
||
493 | <OutputPath>bin\</OutputPath> |
||
494 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
495 | <DebugType>full</DebugType> |
||
496 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
497 | <ErrorReport>prompt</ErrorReport> |
||
498 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
499 | </PropertyGroup> |
||
500 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x86'"> |
||
501 | <DebugSymbols>true</DebugSymbols> |
||
502 | <OutputPath>bin\</OutputPath> |
||
503 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
504 | <DebugType>full</DebugType> |
||
505 | <PlatformTarget>x86</PlatformTarget> |
||
506 | <ErrorReport>prompt</ErrorReport> |
||
507 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
508 | </PropertyGroup> |
||
509 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_SNI|x64'"> |
||
510 | <DebugSymbols>true</DebugSymbols> |
||
511 | <OutputPath>bin\</OutputPath> |
||
512 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
513 | <DebugType>full</DebugType> |
||
514 | <PlatformTarget>x64</PlatformTarget> |
||
515 | <ErrorReport>prompt</ErrorReport> |
||
516 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
517 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
518 | <Optimize>false</Optimize> |
||
519 | 63946dd5 | taeseongkim | </PropertyGroup> |
520 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|AnyCPU'"> |
||
521 | <DebugSymbols>true</DebugSymbols> |
||
522 | <OutputPath>bin\Daelim\</OutputPath> |
||
523 | <DefineConstants> |
||
524 | </DefineConstants> |
||
525 | <DebugType>full</DebugType> |
||
526 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
527 | <ErrorReport>prompt</ErrorReport> |
||
528 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
529 | </PropertyGroup> |
||
530 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x86'"> |
||
531 | <DebugSymbols>true</DebugSymbols> |
||
532 | <OutputPath>bin\</OutputPath> |
||
533 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
534 | <DebugType>full</DebugType> |
||
535 | <PlatformTarget>x86</PlatformTarget> |
||
536 | <ErrorReport>prompt</ErrorReport> |
||
537 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
538 | </PropertyGroup> |
||
539 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy_Daelim|x64'"> |
||
540 | <DebugSymbols>true</DebugSymbols> |
||
541 | <OutputPath>bin\</OutputPath> |
||
542 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
543 | <DebugType>full</DebugType> |
||
544 | 07b7bd24 | taeseongkim | <PlatformTarget>x64</PlatformTarget> |
545 | <ErrorReport>prompt</ErrorReport> |
||
546 | f65e6c02 | taeseongkim | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
547 | 68e3cd94 | taeseongkim | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
548 | <Optimize>false</Optimize> |
||
549 | f65e6c02 | taeseongkim | </PropertyGroup> |
550 | 77cdac33 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'"> |
551 | <DebugSymbols>true</DebugSymbols> |
||
552 | <OutputPath>bin\</OutputPath> |
||
553 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
554 | <DebugType>full</DebugType> |
||
555 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
556 | <ErrorReport>prompt</ErrorReport> |
||
557 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
558 | </PropertyGroup> |
||
559 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'"> |
||
560 | <DebugSymbols>true</DebugSymbols> |
||
561 | <OutputPath>bin\</OutputPath> |
||
562 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
563 | <DebugType>full</DebugType> |
||
564 | <PlatformTarget>x86</PlatformTarget> |
||
565 | <ErrorReport>prompt</ErrorReport> |
||
566 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
567 | </PropertyGroup> |
||
568 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'"> |
||
569 | <DebugSymbols>true</DebugSymbols> |
||
570 | <OutputPath>bin\</OutputPath> |
||
571 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
572 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||
573 | <DebugType>full</DebugType> |
||
574 | <PlatformTarget>x64</PlatformTarget> |
||
575 | <ErrorReport>prompt</ErrorReport> |
||
576 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
577 | </PropertyGroup> |
||
578 | 787a4489 | KangIngu | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
579 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
580 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
581 | <ProjectExtensions> |
||
582 | <VisualStudio> |
||
583 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
584 | <WebProjectProperties> |
||
585 | <UseIIS>True</UseIIS> |
||
586 | <AutoAssignPort>True</AutoAssignPort> |
||
587 | <DevelopmentServerPort>13009</DevelopmentServerPort> |
||
588 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
589 | a7578175 | taeseongkim | <IISUrl>http://localhost:44301/</IISUrl> |
590 | 787a4489 | KangIngu | <NTLMAuthentication>False</NTLMAuthentication> |
591 | <UseCustomServer>False</UseCustomServer> |
||
592 | <CustomServerUrl> |
||
593 | </CustomServerUrl> |
||
594 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
||
595 | </WebProjectProperties> |
||
596 | </FlavorProperties> |
||
597 | </VisualStudio> |
||
598 | </ProjectExtensions> |
||
599 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
600 | a1142a6b | taeseongkim | Other similar extension points exist, see Microsoft.Common.targets. --> |
601 | 787a4489 | KangIngu | <Target Name="BeforeBuild"> |
602 | a1142a6b | taeseongkim | <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
603 | 787a4489 | KangIngu | </Target> |
604 | <Target Name="AfterBuild"> |
||
605 | </Target> |
||
606 | 9f55b953 | taeseongkim | <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
607 | <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
||
608 | </Target> |
||
609 | a1142a6b | taeseongkim | <Target Name="Web_Debug_HyoSung_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.Debug_HyoSung.$(Configuration).config')"> |
610 | <TransformXml Source="Web.Debug_HyoSung.config" Destination="$(OutputPath)Web.Debug_HyoSung.config" Transform="Web.config" /> |
||
611 | </Target> |
||
612 | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
||
613 | 5b5d9b1f | taeseongkim | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
614 | <PropertyGroup> |
||
615 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
616 | </PropertyGroup> |
||
617 | <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'))" /> |
||
618 | 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'))" /> |
619 | 5b5d9b1f | taeseongkim | </Target> |
620 | 9f56088c | taeseongkim | <PropertyGroup> |
621 | ffa5dbc7 | taeseongkim | <PostBuildEvent>rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
622 | rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F</PostBuildEvent> |
||
623 | 9f56088c | taeseongkim | </PropertyGroup> |
624 | 787a4489 | KangIngu | </Project> |