diff --git a/.gitignore b/.gitignore index f5c287d..0137a17 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /*/*.csproj.user /*/bin/* /*/obj/* -/*/StyleCop.cache \ No newline at end of file +/*/StyleCop.cache +.vs/ \ No newline at end of file diff --git a/Whut.AttachTo.sln b/Whut.AttachTo.sln index 158d51e..8d30846 100755 --- a/Whut.AttachTo.sln +++ b/Whut.AttachTo.sln @@ -1,6 +1,8 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.21005.1 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Whut.AttachTo", "Whut.AttachTo\Whut.AttachTo.csproj", "{557B4FF9-0BBA-4631-9101-FA5DF4D519A3}" EndProject Global diff --git a/Whut.AttachTo/AttachTo.vsct b/Whut.AttachTo/AttachTo.vsct index 3bde0b6..206cb30 100755 --- a/Whut.AttachTo/AttachTo.vsct +++ b/Whut.AttachTo/AttachTo.vsct @@ -15,13 +15,13 @@ defining some of the constants that we will use inside the file. --> - + - + - + @@ -40,7 +40,7 @@ must be a menu. --> - + @@ -93,7 +93,7 @@ bitmap strip containing the bitmaps and then there are the numeric ids of the elements used inside a button definition. An important aspect of this declaration is that the element id must be the actual index (1-based) of the bitmap inside the bitmap strip. --> - + @@ -109,7 +109,7 @@ - + diff --git a/Whut.AttachTo/Resources.Designer.cs b/Whut.AttachTo/Resources.Designer.cs index 4de098e..90b92ee 100755 --- a/Whut.AttachTo/Resources.Designer.cs +++ b/Whut.AttachTo/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.42 +// Runtime Version:4.0.30319.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace Whut.AttachTo { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -59,6 +59,5 @@ internal Resources() { resourceCulture = value; } } - } } diff --git a/Whut.AttachTo/Whut.AttachTo.csproj b/Whut.AttachTo/Whut.AttachTo.csproj index e007f33..7ef659b 100755 --- a/Whut.AttachTo/Whut.AttachTo.csproj +++ b/Whut.AttachTo/Whut.AttachTo.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -12,7 +13,29 @@ AttachTo True Key.snk - v4.0 + v4.5.1 + 14.0 + + + + + 12.0 + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -22,6 +45,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -31,6 +55,7 @@ prompt 4 true + false @@ -162,11 +187,38 @@ Always + + + False + Microsoft .NET Framework 4 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Windows Installer 4.5 + true + + true + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + - + +