개정판 d4a60930
issue #000: target framework 4.6.1 으로 수정.
Change-Id: I70587b39621c9aaaa61efe1e29fcb3abed591237
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
8 | 8 |
<OutputType>WinExe</OutputType> |
9 | 9 |
<RootNamespace>SmartUpdate</RootNamespace> |
10 | 10 |
<AssemblyName>SmartUpdate</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 | 14 |
<WarningLevel>4</WarningLevel> |
... | ... | |
40 | 40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 | 41 |
<ErrorReport>prompt</ErrorReport> |
42 | 42 |
<WarningLevel>4</WarningLevel> |
43 |
<Prefer32Bit>false</Prefer32Bit> |
|
43 | 44 |
</PropertyGroup> |
44 | 45 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
45 | 46 |
<PlatformTarget>x64</PlatformTarget> |
... | ... | |
49 | 50 |
<DefineConstants>TRACE</DefineConstants> |
50 | 51 |
<ErrorReport>prompt</ErrorReport> |
51 | 52 |
<WarningLevel>4</WarningLevel> |
53 |
<Prefer32Bit>false</Prefer32Bit> |
|
52 | 54 |
</PropertyGroup> |
53 | 55 |
<PropertyGroup> |
54 | 56 |
<ApplicationIcon>SmartUpdate.ico</ApplicationIcon> |
... | ... | |
70 | 72 |
<PlatformTarget>x86</PlatformTarget> |
71 | 73 |
<ErrorReport>prompt</ErrorReport> |
72 | 74 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
75 |
<Prefer32Bit>false</Prefer32Bit> |
|
73 | 76 |
</PropertyGroup> |
74 | 77 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
75 | 78 |
<OutputPath>bin\x86\Release\</OutputPath> |
... | ... | |
79 | 82 |
<PlatformTarget>x86</PlatformTarget> |
80 | 83 |
<ErrorReport>prompt</ErrorReport> |
81 | 84 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
85 |
<Prefer32Bit>false</Prefer32Bit> |
|
82 | 86 |
</PropertyGroup> |
83 | 87 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
84 | 88 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
88 | 92 |
<PlatformTarget>x64</PlatformTarget> |
89 | 93 |
<ErrorReport>prompt</ErrorReport> |
90 | 94 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
95 |
<Prefer32Bit>false</Prefer32Bit> |
|
91 | 96 |
</PropertyGroup> |
92 | 97 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
93 | 98 |
<OutputPath>bin\x64\Release\</OutputPath> |
... | ... | |
97 | 102 |
<PlatformTarget>x64</PlatformTarget> |
98 | 103 |
<ErrorReport>prompt</ErrorReport> |
99 | 104 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
105 |
<Prefer32Bit>false</Prefer32Bit> |
|
100 | 106 |
</PropertyGroup> |
101 | 107 |
<ItemGroup> |
102 | 108 |
<Reference Include="System" /> |
내보내기 Unified diff