개정판 80856edb
빋드 이벤트 효성 추가
Change-Id: Ib8e88c7e20f7ca1de5949cdbd3ecd7148c98b676
KCOM_API/KCOM_API.csproj | ||
---|---|---|
312 | 312 |
<ErrorReport>prompt</ErrorReport> |
313 | 313 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
314 | 314 |
</PropertyGroup> |
315 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
|
316 |
<DebugSymbols>true</DebugSymbols> |
|
317 |
<OutputPath>bin\</OutputPath> |
|
318 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
319 |
<DebugType>full</DebugType> |
|
320 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
321 |
<ErrorReport>prompt</ErrorReport> |
|
322 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
323 |
</PropertyGroup> |
|
324 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
|
325 |
<DebugSymbols>true</DebugSymbols> |
|
326 |
<OutputPath>bin\</OutputPath> |
|
327 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
328 |
<DebugType>full</DebugType> |
|
329 |
<PlatformTarget>x86</PlatformTarget> |
|
330 |
<ErrorReport>prompt</ErrorReport> |
|
331 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
332 |
</PropertyGroup> |
|
333 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'"> |
|
334 |
<DebugSymbols>true</DebugSymbols> |
|
335 |
<OutputPath>bin\</OutputPath> |
|
336 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
337 |
<DebugType>full</DebugType> |
|
338 |
<PlatformTarget>x64</PlatformTarget> |
|
339 |
<ErrorReport>prompt</ErrorReport> |
|
340 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
341 |
</PropertyGroup> |
|
315 | 342 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
316 | 343 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
317 | 344 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff