4 Commits

Author SHA1 Message Date
Christian Resma Helle d1e8535fe4 Update VSIX manifest. Update version number and use version 14 to represent Visual Studio 2015 2015-05-16 21:28:43 +02:00
Christian Resma Helle 483c80d810 Use version 14 for Visual Studio 2015 2015-05-16 21:28:06 +02:00
Christian Resma Helle 622b5e979a Fix strings 2015-05-16 21:25:32 +02:00
Christian Resma Helle 8596be7e07 Add support for Visual Studio 2015 2015-03-10 07:56:41 +01:00
3 changed files with 4 additions and 4 deletions
@@ -121,7 +121,7 @@
<value>ResW File Code Generator</value>
</data>
<data name="112" xml:space="preserve">
<value>A Visual Studio 2012 and 2013 Custom Tool for generating a strongly typed helper class for accessing localized resources from a .ResW file.</value>
<value>A Visual Studio Custom Tool for generating a strongly typed helper class for accessing localized resources from a .ResW file.</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
@@ -24,7 +24,7 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.VSPackage
// in the Help/About dialog of Visual Studio.
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
[Guid(GuidList.guidVSPackagePkgString)]
[DefaultRegistryRoot("Software\\Microsoft\\VisualStudio\\13.0")]
[DefaultRegistryRoot("Software\\Microsoft\\VisualStudio\\14.0")]
[ProvideObject(typeof(ReswFileCSharpCodeGenerator))]
[ProvideObject(typeof(ReswFileVisualBasicCodeGenerator))]
[ProvideObject(typeof(ReswFileCSharpCodeGeneratorInternal))]
@@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="6a4c1726-440f-4b2d-a2e5-711277da6099"
Version="1.3"
Version="1.4"
Language="en-US"
Publisher="Christian Resma Helle" />
<DisplayName>ResW File Code Generator</DisplayName>
@@ -13,7 +13,7 @@
<License>License.txt</License>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="[11.0,13.0]" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[11.0,14.0]" Id="Microsoft.VisualStudio.IntegratedShell" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP"