개정판 f19ebe30
issue #000: x86 구성 추가.
Change-Id: Iaac1bbd7e431295aa825390ee77df36fc0ff5688
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
62 | 62 |
<PropertyGroup> |
63 | 63 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
64 | 64 |
</PropertyGroup> |
65 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
66 |
<DebugSymbols>true</DebugSymbols> |
|
67 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
68 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
69 |
<DebugType>full</DebugType> |
|
70 |
<PlatformTarget>x86</PlatformTarget> |
|
71 |
<ErrorReport>prompt</ErrorReport> |
|
72 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
73 |
</PropertyGroup> |
|
74 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
75 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
76 |
<DefineConstants>TRACE</DefineConstants> |
|
77 |
<Optimize>true</Optimize> |
|
78 |
<DebugType>pdbonly</DebugType> |
|
79 |
<PlatformTarget>x86</PlatformTarget> |
|
80 |
<ErrorReport>prompt</ErrorReport> |
|
81 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
82 |
</PropertyGroup> |
|
65 | 83 |
<ItemGroup> |
66 | 84 |
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> |
67 | 85 |
<HintPath>..\packages\ICSharpCode.SharpZipLib.dll.0.85.4.369\lib\net20\ICSharpCode.SharpZipLib.dll</HintPath> |
내보내기 Unified diff