개정판 80856edb
빋드 이벤트 효성 추가
Change-Id: Ib8e88c7e20f7ca1de5949cdbd3ecd7148c98b676
KCOM/KCOM.csproj | ||
---|---|---|
223 | 223 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
224 | 224 |
<Prefer32Bit>true</Prefer32Bit> |
225 | 225 |
</PropertyGroup> |
226 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
|
227 |
<DebugSymbols>true</DebugSymbols> |
|
228 |
<OutputPath>..\Setup\HyoSung\</OutputPath> |
|
229 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
230 |
<DebugType>full</DebugType> |
|
231 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
232 |
<ErrorReport>prompt</ErrorReport> |
|
233 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
234 |
<Prefer32Bit>true</Prefer32Bit> |
|
235 |
</PropertyGroup> |
|
236 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'"> |
|
237 |
<DebugSymbols>true</DebugSymbols> |
|
238 |
<OutputPath>bin\x64\Release_Hyosung\</OutputPath> |
|
239 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
240 |
<WarningLevel>3</WarningLevel> |
|
241 |
<DebugType>full</DebugType> |
|
242 |
<PlatformTarget>x64</PlatformTarget> |
|
243 |
<ErrorReport>prompt</ErrorReport> |
|
244 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
245 |
<Prefer32Bit>true</Prefer32Bit> |
|
246 |
</PropertyGroup> |
|
247 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
|
248 |
<DebugSymbols>true</DebugSymbols> |
|
249 |
<OutputPath>bin\x86\Release_Hyosung\</OutputPath> |
|
250 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
251 |
<DebugType>full</DebugType> |
|
252 |
<PlatformTarget>x86</PlatformTarget> |
|
253 |
<ErrorReport>prompt</ErrorReport> |
|
254 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
255 |
<Prefer32Bit>true</Prefer32Bit> |
|
256 |
</PropertyGroup> |
|
226 | 257 |
<ItemGroup> |
227 | 258 |
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
228 | 259 |
<SpecificVersion>False</SpecificVersion> |
... | ... | |
729 | 760 |
<None Include="app.Release.config"> |
730 | 761 |
<DependentUpon>app.config</DependentUpon> |
731 | 762 |
</None> |
763 |
<None Include="app.Release_Hyosung.config"> |
|
764 |
<DependentUpon>app.config</DependentUpon> |
|
765 |
</None> |
|
732 | 766 |
<None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource"> |
733 | 767 |
<DependentUpon>Reference.svcmap</DependentUpon> |
734 | 768 |
</None> |
... | ... | |
1561 | 1595 |
copy /Y "$(SolutionDir)\INI\MARKUS_SNI.ini" "C:\ProgramData\MARKUS\MARKUS.ini" |
1562 | 1596 |
)</PreBuildEvent> |
1563 | 1597 |
</PropertyGroup> |
1598 |
<Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')"> |
|
1599 |
<TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" /> |
|
1600 |
</Target> |
|
1564 | 1601 |
</Project> |
내보내기 Unified diff