개정판 b627aa5a
issue #0000 id2용으로 수정
Change-Id: I0d6c62813f9647d785dd7392f0563ad049e82117
KCOM_API/KCOM_API.csproj | ||
---|---|---|
172 | 172 |
<IsTransformFile>true</IsTransformFile> |
173 | 173 |
<SubType>Designer</SubType> |
174 | 174 |
</None> |
175 |
<None Include="Web.Debug_SEC.config"> |
|
176 |
<DependentUpon>Web.config</DependentUpon> |
|
177 |
</None> |
|
175 | 178 |
<None Include="Web.Debug_SNI.config"> |
176 | 179 |
<DependentUpon>Web.config</DependentUpon> |
177 | 180 |
</None> |
... | ... | |
188 | 191 |
<DependentUpon>Web.config</DependentUpon> |
189 | 192 |
<IsTransformFile>true</IsTransformFile> |
190 | 193 |
</None> |
194 |
<None Include="Web.Release_BSENG.config"> |
|
195 |
<DependentUpon>Web.config</DependentUpon> |
|
196 |
</None> |
|
191 | 197 |
<None Include="Web.Release_Default.config"> |
192 | 198 |
<DependentUpon>Web.config</DependentUpon> |
193 | 199 |
</None> |
... | ... | |
575 | 581 |
<ErrorReport>prompt</ErrorReport> |
576 | 582 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
577 | 583 |
</PropertyGroup> |
584 |
<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> |
|
578 | 614 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
579 | 615 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
580 | 616 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff