개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
KCOM_Helper/KCOM_Helper.csproj | ||
---|---|---|
155 | 155 |
<ErrorReport>prompt</ErrorReport> |
156 | 156 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
157 | 157 |
</PropertyGroup> |
158 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
159 |
<DebugSymbols>true</DebugSymbols> |
|
160 |
<OutputPath>bin\Release_Default\</OutputPath> |
|
161 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
162 |
<DebugType>full</DebugType> |
|
163 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
164 |
<ErrorReport>prompt</ErrorReport> |
|
165 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
166 |
</PropertyGroup> |
|
167 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
|
168 |
<DebugSymbols>true</DebugSymbols> |
|
169 |
<OutputPath>bin\x86\Release_Default\</OutputPath> |
|
170 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
171 |
<DebugType>full</DebugType> |
|
172 |
<PlatformTarget>x86</PlatformTarget> |
|
173 |
<ErrorReport>prompt</ErrorReport> |
|
174 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
175 |
</PropertyGroup> |
|
158 | 176 |
<ItemGroup> |
159 | 177 |
<Reference Include="System" /> |
160 | 178 |
<Reference Include="System.Core" /> |
내보내기 Unified diff