개정판 9f55b953
프로젝트별 Config 적용
- Configuration Transform을 이용한 Config Link
Change-Id: I465d0a9927a81de3e56fb08c09431746a74f2f98
KCOM_Helper/KCOM_Helper.csproj | ||
---|---|---|
47 | 47 |
<ErrorReport>prompt</ErrorReport> |
48 | 48 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 | 49 |
</PropertyGroup> |
50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
51 |
<DebugSymbols>true</DebugSymbols> |
|
52 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
53 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
54 |
<DebugType>full</DebugType> |
|
55 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
56 |
<ErrorReport>prompt</ErrorReport> |
|
57 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
58 |
</PropertyGroup> |
|
59 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
60 |
<DebugSymbols>true</DebugSymbols> |
|
61 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
62 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
63 |
<DebugType>full</DebugType> |
|
64 |
<PlatformTarget>x86</PlatformTarget> |
|
65 |
<ErrorReport>prompt</ErrorReport> |
|
66 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
67 |
</PropertyGroup> |
|
50 | 68 |
<ItemGroup> |
51 | 69 |
<Reference Include="System" /> |
52 | 70 |
<Reference Include="System.Core" /> |
내보내기 Unified diff