개정판 9d5b4bc2
auto Update 기능 추가
Change-Id: I195d4506bd1dd9cfd58dbdeada74e89a1b9d307e
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
272 | 272 |
<ErrorReport>prompt</ErrorReport> |
273 | 273 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
274 | 274 |
</PropertyGroup> |
275 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'"> |
|
276 |
<DebugSymbols>true</DebugSymbols> |
|
277 |
<OutputPath>bin\Daelim_RemoteTest\</OutputPath> |
|
278 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
279 |
<DebugType>full</DebugType> |
|
280 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
281 |
<ErrorReport>prompt</ErrorReport> |
|
282 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
283 |
<Prefer32Bit>true</Prefer32Bit> |
|
284 |
</PropertyGroup> |
|
285 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'"> |
|
286 |
<DebugSymbols>true</DebugSymbols> |
|
287 |
<OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath> |
|
288 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
289 |
<DebugType>full</DebugType> |
|
290 |
<PlatformTarget>x86</PlatformTarget> |
|
291 |
<ErrorReport>prompt</ErrorReport> |
|
292 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
293 |
<Prefer32Bit>true</Prefer32Bit> |
|
294 |
</PropertyGroup> |
|
295 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x64'"> |
|
296 |
<DebugSymbols>true</DebugSymbols> |
|
297 |
<OutputPath>bin\x64\Daelim_RemoteTest\</OutputPath> |
|
298 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
299 |
<DebugType>full</DebugType> |
|
300 |
<PlatformTarget>x64</PlatformTarget> |
|
301 |
<ErrorReport>prompt</ErrorReport> |
|
302 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
303 |
<Prefer32Bit>true</Prefer32Bit> |
|
304 |
</PropertyGroup> |
|
305 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
|
306 |
<DebugSymbols>true</DebugSymbols> |
|
307 |
<OutputPath>bin\Release_Default\</OutputPath> |
|
308 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
309 |
<DebugType>full</DebugType> |
|
310 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
311 |
<ErrorReport>prompt</ErrorReport> |
|
312 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
313 |
</PropertyGroup> |
|
314 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
|
315 |
<DebugSymbols>true</DebugSymbols> |
|
316 |
<OutputPath>bin\x86\Release_Default\</OutputPath> |
|
317 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
318 |
<DebugType>full</DebugType> |
|
319 |
<PlatformTarget>x86</PlatformTarget> |
|
320 |
<ErrorReport>prompt</ErrorReport> |
|
321 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
322 |
</PropertyGroup> |
|
323 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
|
324 |
<DebugSymbols>true</DebugSymbols> |
|
325 |
<OutputPath>bin\x64\Release_Default\</OutputPath> |
|
326 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
327 |
<DebugType>full</DebugType> |
|
328 |
<PlatformTarget>x64</PlatformTarget> |
|
329 |
<ErrorReport>prompt</ErrorReport> |
|
330 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
331 |
</PropertyGroup> |
|
275 | 332 |
<ItemGroup> |
276 | 333 |
<Reference Include="System" /> |
277 | 334 |
<Reference Include="System.Data" /> |
내보내기 Unified diff