개정판 f19ebe30
issue #000: x86 구성 추가.
Change-Id: Iaac1bbd7e431295aa825390ee77df36fc0ff5688
KCOM_API/KCOM_API.csproj | ||
---|---|---|
119 | 119 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
120 | 120 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
121 | 121 |
</PropertyGroup> |
122 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
123 |
<DebugSymbols>true</DebugSymbols> |
|
124 |
<OutputPath>bin\</OutputPath> |
|
125 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
126 |
<DebugType>full</DebugType> |
|
127 |
<PlatformTarget>x86</PlatformTarget> |
|
128 |
<ErrorReport>prompt</ErrorReport> |
|
129 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
130 |
</PropertyGroup> |
|
131 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
132 |
<OutputPath>bin\</OutputPath> |
|
133 |
<DefineConstants>TRACE</DefineConstants> |
|
134 |
<Optimize>true</Optimize> |
|
135 |
<DebugType>pdbonly</DebugType> |
|
136 |
<PlatformTarget>x86</PlatformTarget> |
|
137 |
<ErrorReport>prompt</ErrorReport> |
|
138 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
139 |
</PropertyGroup> |
|
122 | 140 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
123 | 141 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
124 | 142 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff