개정판 eaafc1eb
daelim debug 프로젝트 추가
Change-Id: Ib22a8145905cee7587946fa49a9f54679ea546ee
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
245 | 245 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
246 | 246 |
<Prefer32Bit>true</Prefer32Bit> |
247 | 247 |
</PropertyGroup> |
248 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
|
249 |
<DebugSymbols>true</DebugSymbols> |
|
250 |
<OutputPath>bin\Debug_Daelim\</OutputPath> |
|
251 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
252 |
<DebugType>full</DebugType> |
|
253 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
254 |
<ErrorReport>prompt</ErrorReport> |
|
255 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
256 |
</PropertyGroup> |
|
257 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
|
258 |
<DebugSymbols>true</DebugSymbols> |
|
259 |
<OutputPath>bin\x86\Debug_Daelim\</OutputPath> |
|
260 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
261 |
<DebugType>full</DebugType> |
|
262 |
<PlatformTarget>x86</PlatformTarget> |
|
263 |
<ErrorReport>prompt</ErrorReport> |
|
264 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
265 |
</PropertyGroup> |
|
266 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
|
267 |
<DebugSymbols>true</DebugSymbols> |
|
268 |
<OutputPath>bin\x64\Debug_Daelim\</OutputPath> |
|
269 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
270 |
<DebugType>full</DebugType> |
|
271 |
<PlatformTarget>x64</PlatformTarget> |
|
272 |
<ErrorReport>prompt</ErrorReport> |
|
273 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
274 |
</PropertyGroup> |
|
248 | 275 |
<ItemGroup> |
249 | 276 |
<Reference Include="System" /> |
250 | 277 |
<Reference Include="System.Data" /> |
내보내기 Unified diff