개정판 eaafc1eb
daelim debug 프로젝트 추가
Change-Id: Ib22a8145905cee7587946fa49a9f54679ea546ee
KCOM_API/KCOM_API.csproj | ||
---|---|---|
377 | 377 |
<ErrorReport>prompt</ErrorReport> |
378 | 378 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
379 | 379 |
</PropertyGroup> |
380 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
|
381 |
<DebugSymbols>true</DebugSymbols> |
|
382 |
<OutputPath>bin\</OutputPath> |
|
383 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
384 |
<DebugType>full</DebugType> |
|
385 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
386 |
<ErrorReport>prompt</ErrorReport> |
|
387 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
388 |
</PropertyGroup> |
|
389 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
|
390 |
<DebugSymbols>true</DebugSymbols> |
|
391 |
<OutputPath>bin\</OutputPath> |
|
392 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
393 |
<DebugType>full</DebugType> |
|
394 |
<PlatformTarget>x86</PlatformTarget> |
|
395 |
<ErrorReport>prompt</ErrorReport> |
|
396 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
397 |
</PropertyGroup> |
|
398 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
|
399 |
<DebugSymbols>true</DebugSymbols> |
|
400 |
<OutputPath>bin\</OutputPath> |
|
401 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
402 |
<DebugType>full</DebugType> |
|
403 |
<PlatformTarget>x64</PlatformTarget> |
|
404 |
<ErrorReport>prompt</ErrorReport> |
|
405 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
406 |
</PropertyGroup> |
|
380 | 407 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
381 | 408 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
382 | 409 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
내보내기 Unified diff