개정판 77cdac33
벽산 수정 후 백업
Change-Id: I8e3eb48f615478a49efa0ab4014a8ef17d273d0a
KCOM_API/KCOM_API.csproj | ||
---|---|---|
541 | 541 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
542 | 542 |
<Optimize>false</Optimize> |
543 | 543 |
</PropertyGroup> |
544 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|AnyCPU'"> |
|
545 |
<DebugSymbols>true</DebugSymbols> |
|
546 |
<OutputPath>bin\</OutputPath> |
|
547 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
548 |
<DebugType>full</DebugType> |
|
549 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
550 |
<ErrorReport>prompt</ErrorReport> |
|
551 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
552 |
</PropertyGroup> |
|
553 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x86'"> |
|
554 |
<DebugSymbols>true</DebugSymbols> |
|
555 |
<OutputPath>bin\</OutputPath> |
|
556 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
557 |
<DebugType>full</DebugType> |
|
558 |
<PlatformTarget>x86</PlatformTarget> |
|
559 |
<ErrorReport>prompt</ErrorReport> |
|
560 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
561 |
</PropertyGroup> |
|
562 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_BSENG|x64'"> |
|
563 |
<DebugSymbols>true</DebugSymbols> |
|
564 |
<OutputPath>bin\</OutputPath> |
|
565 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
566 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
567 |
<DebugType>full</DebugType> |
|
568 |
<PlatformTarget>x64</PlatformTarget> |
|
569 |
<ErrorReport>prompt</ErrorReport> |
|
570 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
571 |
</PropertyGroup> |
|
544 | 572 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
545 | 573 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
546 | 574 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff