• R/O
  • HTTP
  • SSH
  • HTTPS

CompleteEraser: 提交


Commit MetaInfo

修订版2ea2b9de0f97ab632b30ce0c67408bb0cd5c9a25 (tree)
时间2012-10-18 17:10:57
作者konekoneko <jbh03215@gmai...>
Commiterkonekoneko

Log Message

VS2012に移行した

更改概述

差异

--- a/CompleteEraser/CompleteEraser.csproj
+++ b/CompleteEraser/CompleteEraser.csproj
@@ -10,8 +10,9 @@
1010 <AppDesignerFolder>Properties</AppDesignerFolder>
1111 <RootNamespace>CompleteEraser</RootNamespace>
1212 <AssemblyName>CompleteEraser</AssemblyName>
13- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
13+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14+ <TargetFrameworkProfile>
15+ </TargetFrameworkProfile>
1516 <FileAlignment>512</FileAlignment>
1617 </PropertyGroup>
1718 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -23,6 +24,7 @@
2324 <DefineConstants>DEBUG;TRACE</DefineConstants>
2425 <ErrorReport>prompt</ErrorReport>
2526 <WarningLevel>4</WarningLevel>
27+ <Prefer32Bit>false</Prefer32Bit>
2628 </PropertyGroup>
2729 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2830 <PlatformTarget>x86</PlatformTarget>
@@ -32,6 +34,7 @@
3234 <DefineConstants>TRACE</DefineConstants>
3335 <ErrorReport>prompt</ErrorReport>
3436 <WarningLevel>4</WarningLevel>
37+ <Prefer32Bit>false</Prefer32Bit>
3538 </PropertyGroup>
3639 <ItemGroup>
3740 <Reference Include="System" />
--- a/CompleteEraser/Properties/Resources.Designer.cs
+++ b/CompleteEraser/Properties/Resources.Designer.cs
@@ -1,7 +1,7 @@
11 //------------------------------------------------------------------------------
22 // <auto-generated>
33 // このコードはツールによって生成されました。
4-// ランタイム バージョン:4.0.30319.468
4+// ランタイム バージョン:4.0.30319.17929
55 //
66 // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
77 // コードが再生成されるときに損失したりします。
--- a/CompleteEraser/Properties/Settings.Designer.cs
+++ b/CompleteEraser/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@
11 //------------------------------------------------------------------------------
22 // <auto-generated>
33 // このコードはツールによって生成されました。
4-// ランタイム バージョン:4.0.30319.488
4+// ランタイム バージョン:4.0.30319.17929
55 //
66 // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
77 // コードが再生成されるときに損失したりします。
@@ -12,7 +12,7 @@ namespace CompleteEraser.Properties {
1212
1313
1414 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
15+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
1616 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
1717
1818 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
--- a/CompleteEraser/app.config
+++ b/CompleteEraser/app.config
@@ -1,8 +1,8 @@
1-<?xml version="1.0" encoding="utf-8" ?>
1+<?xml version="1.0"?>
22 <configuration>
33 <configSections>
4- <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5- <section name="CompleteEraser.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
4+ <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5+ <section name="CompleteEraser.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
66 </sectionGroup>
77 </configSections>
88 <userSettings>
@@ -18,4 +18,4 @@
1818 </setting>
1919 </CompleteEraser.Properties.Settings>
2020 </userSettings>
21-</configuration>
\ No newline at end of file
21+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
--- a/ShellExtension/ShellExtension.vcxproj
+++ b/ShellExtension/ShellExtension.vcxproj
@@ -27,6 +27,7 @@
2727 <ConfigurationType>DynamicLibrary</ConfigurationType>
2828 <UseDebugLibraries>true</UseDebugLibraries>
2929 <CharacterSet>Unicode</CharacterSet>
30+ <PlatformToolset>v110</PlatformToolset>
3031 </PropertyGroup>
3132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3233 <ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -34,18 +35,21 @@
3435 <CharacterSet>Unicode</CharacterSet>
3536 <UseOfAtl>false</UseOfAtl>
3637 <UseOfMfc>false</UseOfMfc>
38+ <PlatformToolset>v110</PlatformToolset>
3739 </PropertyGroup>
3840 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3941 <ConfigurationType>DynamicLibrary</ConfigurationType>
4042 <UseDebugLibraries>false</UseDebugLibraries>
4143 <WholeProgramOptimization>true</WholeProgramOptimization>
4244 <CharacterSet>Unicode</CharacterSet>
45+ <PlatformToolset>v110</PlatformToolset>
4346 </PropertyGroup>
4447 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4548 <ConfigurationType>DynamicLibrary</ConfigurationType>
4649 <UseDebugLibraries>false</UseDebugLibraries>
4750 <WholeProgramOptimization>true</WholeProgramOptimization>
4851 <CharacterSet>Unicode</CharacterSet>
52+ <PlatformToolset>v110</PlatformToolset>
4953 </PropertyGroup>
5054 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5155 <ImportGroup Label="ExtensionSettings">
Show on old repository browser