개정판 f65e6c02
debug_SNI 추가
Change-Id: I46d431ca15362882a9ab7e8dd7600371f47471de
KCOM/KCOM.csproj | ||
---|---|---|
165 | 165 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
166 | 166 |
<Prefer32Bit>true</Prefer32Bit> |
167 | 167 |
</PropertyGroup> |
168 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
|
169 |
<DebugSymbols>true</DebugSymbols> |
|
170 |
<OutputPath>bin\Debug_CadExport\</OutputPath> |
|
171 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
172 |
<DebugType>full</DebugType> |
|
173 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
174 |
<ErrorReport>prompt</ErrorReport> |
|
175 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
176 |
</PropertyGroup> |
|
177 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
|
178 |
<DebugSymbols>true</DebugSymbols> |
|
179 |
<OutputPath>bin\x64\Debug_CadExport\</OutputPath> |
|
180 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
181 |
<WarningLevel>3</WarningLevel> |
|
182 |
<DebugType>full</DebugType> |
|
183 |
<PlatformTarget>x64</PlatformTarget> |
|
184 |
<ErrorReport>prompt</ErrorReport> |
|
185 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
186 |
</PropertyGroup> |
|
187 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
|
188 |
<DebugSymbols>true</DebugSymbols> |
|
189 |
<OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
|
190 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
191 |
<DebugType>full</DebugType> |
|
192 |
<PlatformTarget>x86</PlatformTarget> |
|
193 |
<ErrorReport>prompt</ErrorReport> |
|
194 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
195 |
<Prefer32Bit>true</Prefer32Bit> |
|
196 |
</PropertyGroup> |
|
197 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
|
198 |
<DebugSymbols>true</DebugSymbols> |
|
199 |
<OutputPath>bin\Debug_SNI\</OutputPath> |
|
200 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
201 |
<DebugType>full</DebugType> |
|
202 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
203 |
<ErrorReport>prompt</ErrorReport> |
|
204 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
205 |
</PropertyGroup> |
|
206 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
|
207 |
<DebugSymbols>true</DebugSymbols> |
|
208 |
<OutputPath>bin\x64\Debug_SNI\</OutputPath> |
|
209 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
210 |
<WarningLevel>3</WarningLevel> |
|
211 |
<DebugType>full</DebugType> |
|
212 |
<PlatformTarget>x64</PlatformTarget> |
|
213 |
<ErrorReport>prompt</ErrorReport> |
|
214 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
215 |
</PropertyGroup> |
|
216 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
|
217 |
<DebugSymbols>true</DebugSymbols> |
|
218 |
<OutputPath>bin\x86\Debug_SNI\</OutputPath> |
|
219 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
220 |
<DebugType>full</DebugType> |
|
221 |
<PlatformTarget>x86</PlatformTarget> |
|
222 |
<ErrorReport>prompt</ErrorReport> |
|
223 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
224 |
<Prefer32Bit>true</Prefer32Bit> |
|
225 |
</PropertyGroup> |
|
168 | 226 |
<ItemGroup> |
169 | 227 |
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
170 | 228 |
<SpecificVersion>False</SpecificVersion> |
... | ... | |
317 | 375 |
<Compile Include="AbstractDatabase.cs" /> |
318 | 376 |
<Compile Include="AppSQLiteDatabase.cs" /> |
319 | 377 |
<Compile Include="Behaviors\ListViewColumnSizeAutoBehavior.cs" /> |
378 |
<Compile Include="Behaviors\RadListBoxDragVisualProvider.cs" /> |
|
320 | 379 |
<Compile Include="Behaviors\WindowBehavior.cs" /> |
321 | 380 |
<Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" /> |
322 | 381 |
<Compile Include="Common\DataSaveTask.cs" /> |
... | ... | |
651 | 710 |
<None Include="app.Debug.config"> |
652 | 711 |
<DependentUpon>app.config</DependentUpon> |
653 | 712 |
</None> |
713 |
<None Include="app.Debug_CadExport.config"> |
|
714 |
<DependentUpon>app.config</DependentUpon> |
|
715 |
</None> |
|
654 | 716 |
<None Include="app.Debug_DevDoftech.config"> |
655 | 717 |
<DependentUpon>app.config</DependentUpon> |
656 | 718 |
</None> |
657 | 719 |
<None Include="app.Debug_HyoSung.config"> |
658 | 720 |
<DependentUpon>app.config</DependentUpon> |
659 | 721 |
</None> |
722 |
<None Include="app.Debug_SNI.config"> |
|
723 |
<DependentUpon>app.config</DependentUpon> |
|
724 |
</None> |
|
660 | 725 |
<None Include="app.Release.config"> |
661 | 726 |
<DependentUpon>app.config</DependentUpon> |
662 | 727 |
</None> |
... | ... | |
1448 | 1513 |
<Error Condition="!Exists('..\packages\Obfuscar.2.2.23\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.23\build\obfuscar.props'))" /> |
1449 | 1514 |
</Target> |
1450 | 1515 |
<PropertyGroup> |
1451 |
<PostBuildEvent> |
|
1452 |
</PostBuildEvent> |
|
1516 |
<PostBuildEvent>rem mkdir $(TargetDir)Bin |
|
1517 |
rem MOVE $(TargetDir)*.dll $(TargetDir)dll\ |
|
1518 |
rem MOVE $(TargetDir)*.tx $(TargetDir)dll\ |
|
1519 |
rem MOVE $(TargetDir)DLL\Teigha\*.* $(TargetDir) |
|
1520 |
</PostBuildEvent> |
|
1453 | 1521 |
</PropertyGroup> |
1454 | 1522 |
<Import Project="..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets')" /> |
1455 | 1523 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
... | ... | |
1483 | 1551 |
|
1484 | 1552 |
if $(ConfigurationName) == Debug_HyoSung ( |
1485 | 1553 |
copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
1554 |
) |
|
1555 |
|
|
1556 |
if $(ConfigurationName) == Debug_SNI ( |
|
1557 |
copy /Y "$(SolutionDir)\INI\MARKUS_SNI.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
|
1486 | 1558 |
)</PreBuildEvent> |
1487 | 1559 |
</PropertyGroup> |
1488 | 1560 |
</Project> |
내보내기 Unified diff