개정판 9f55b953
프로젝트별 Config 적용
- Configuration Transform을 이용한 Config Link
Change-Id: I465d0a9927a81de3e56fb08c09431746a74f2f98
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
104 | 104 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
105 | 105 |
<Prefer32Bit>false</Prefer32Bit> |
106 | 106 |
</PropertyGroup> |
107 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
|
108 |
<DebugSymbols>true</DebugSymbols> |
|
109 |
<OutputPath>bin\Debug_HyoSung\</OutputPath> |
|
110 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
111 |
<DebugType>full</DebugType> |
|
112 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
113 |
<ErrorReport>prompt</ErrorReport> |
|
114 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
115 |
</PropertyGroup> |
|
116 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
|
117 |
<DebugSymbols>true</DebugSymbols> |
|
118 |
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
|
119 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
120 |
<DebugType>full</DebugType> |
|
121 |
<PlatformTarget>x86</PlatformTarget> |
|
122 |
<ErrorReport>prompt</ErrorReport> |
|
123 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
124 |
</PropertyGroup> |
|
125 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
|
126 |
<DebugSymbols>true</DebugSymbols> |
|
127 |
<OutputPath>bin\x64\Debug_HyoSung\</OutputPath> |
|
128 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
129 |
<DebugType>full</DebugType> |
|
130 |
<PlatformTarget>x64</PlatformTarget> |
|
131 |
<ErrorReport>prompt</ErrorReport> |
|
132 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
133 |
</PropertyGroup> |
|
107 | 134 |
<ItemGroup> |
108 | 135 |
<Reference Include="System" /> |
109 | 136 |
<Reference Include="System.Data" /> |
내보내기 Unified diff