diff --git a/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj b/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj index b65df644d..83a99f7ad 100644 --- a/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj +++ b/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj @@ -98,11 +98,6 @@ DebugOptionsQemu.cs - - True - True - Resources.resx - UserControl @@ -145,11 +140,6 @@ - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - true diff --git a/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj.user b/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj.user index b0352186c..b3afc0315 100644 --- a/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj.user +++ b/source2/VSIP/Cosmos.VS.Package/Cosmos.VS.Package.csproj.user @@ -2,7 +2,7 @@ Program $(ProgramFiles)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe - /ranu /rootsuffix Exp /log /NoVSIP + /ranu /rootsuffix Exp /noVSIP /log Program diff --git a/source2/VSIP/Cosmos.VS.Package/Properties/AssemblyInfo.cs b/source2/VSIP/Cosmos.VS.Package/Properties/AssemblyInfo.cs index 8c251fe82..d45d35d48 100644 --- a/source2/VSIP/Cosmos.VS.Package/Properties/AssemblyInfo.cs +++ b/source2/VSIP/Cosmos.VS.Package/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.1")] diff --git a/source2/VSIP/Cosmos.VS.Package/Resources.Designer.cs b/source2/VSIP/Cosmos.VS.Package/Resources.Designer.cs deleted file mode 100644 index 36d053cec..000000000 --- a/source2/VSIP/Cosmos.VS.Package/Resources.Designer.cs +++ /dev/null @@ -1,72 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.4927 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Cosmos.VS.Package { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // 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.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Cosmos.VS.Package.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to ZJIRZMERQKM0MJEEJDJ2EHK1HIATQIR3AMPJCMHQH1H8ICZPC1ZZHKCCAHHTZCACJ9RTCADHMKKPJ3DAAQKAHREIJRACDACCQ0P0HPAKCTCMDCIQHQH8DCCQAMJEH1QK. - /// - internal static string PLK { - get { - return ResourceManager.GetString("PLK", resourceCulture); - } - } - } -} diff --git a/source2/VSIP/Cosmos.VS.Package/Resources.resx b/source2/VSIP/Cosmos.VS.Package/Resources.resx deleted file mode 100644 index bae304ac2..000000000 --- a/source2/VSIP/Cosmos.VS.Package/Resources.resx +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ZJIRZMERQKM0MJEEJDJ2EHK1HIATQIR3AMPJCMHQH1H8ICZPC1ZZHKCCAHHTZCACJ9RTCADHMKKPJ3DAAQKAHREIJRACDACCQ0P0HPAKCTCMDCIQHQH8DCCQAMJEH1QK - - \ No newline at end of file diff --git a/source2/VSIP/Cosmos.VS.Package/VSPackage.cs b/source2/VSIP/Cosmos.VS.Package/VSPackage.cs index 088cc6d67..86bb6b7c1 100644 --- a/source2/VSIP/Cosmos.VS.Package/VSPackage.cs +++ b/source2/VSIP/Cosmos.VS.Package/VSPackage.cs @@ -36,7 +36,7 @@ namespace Cosmos.VS.Package { // package needs to have a valid load key (it can be requested at // http://msdn.microsoft.com/vstudio/extend/). This attributes tells the shell that this // package has a load key embedded in its resources. - [ProvideLoadKey("Standard", "1.0", "Cosmos Visual Studio Integration Package", "Cosmos", 1)] + [ProvideLoadKey("Standard", "1.0", "Cosmos Visual Studio Integration Package", "Cosmos", 100)] [ProvideProjectFactory( typeof(VSProjectFactory), "Cosmos", // This is the overall group name in new project on left side diff --git a/source2/VSIP/Cosmos.VS.Package/VSPackage.resx b/source2/VSIP/Cosmos.VS.Package/VSPackage.resx index c3db8155d..7fe1036de 100644 --- a/source2/VSIP/Cosmos.VS.Package/VSPackage.resx +++ b/source2/VSIP/Cosmos.VS.Package/VSPackage.resx @@ -117,14 +117,14 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + ZJIRZMERQKM0MJEEJDJ2EHK1HIATQIR3AMPJCMHQH1H8ICZPC1ZZHKCCAHHTZCACJ9RTCADHMKKPJ3DAAQKAHREIJRACDACCQ0P0HPAKCTCMDCIQHQH8DCCQAMJEH1QK - Cosmos Visual Studio Integration Cosmos Visual Studio Integration Package + Cosmos Visual Studio Integration Package - www.goCosmos.org + Cosmos