From 1ecc57dbbd89e1050d31505ba467f5651e24bb08 Mon Sep 17 00:00:00 2001 From: Ziya SARIKAYA Date: Fri, 12 Jun 2015 10:37:16 +0300 Subject: [PATCH 1/2] Updated to work with vs2015rc --- Whut.AttachTo.sln | 6 +- Whut.AttachTo/AttachTo.vsct | 240 ++++++++++---------- Whut.AttachTo/Resources.Designer.cs | 5 +- Whut.AttachTo/Whut.AttachTo.csproj | 21 +- Whut.AttachTo/source.extension.vsixmanifest | 5 +- 5 files changed, 148 insertions(+), 129 deletions(-) diff --git a/Whut.AttachTo.sln b/Whut.AttachTo.sln index 158d51e..94463ba 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 14 +VisualStudioVersion = 14.0.22823.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..c3ea717 100755 --- a/Whut.AttachTo/AttachTo.vsct +++ b/Whut.AttachTo/AttachTo.vsct @@ -1,120 +1,120 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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..6ccc60f 100755 --- a/Whut.AttachTo/Whut.AttachTo.csproj +++ b/Whut.AttachTo/Whut.AttachTo.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -12,7 +13,14 @@ AttachTo True Key.snk - v4.0 + v4.5.1 + 14.0 + + + + + 4.0 + true @@ -22,6 +30,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -31,6 +40,7 @@ prompt 4 true + false @@ -165,8 +175,13 @@ true + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + - + +