2013-05-26 00:10:55 +02:00
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version= "2.0.0"
xmlns= "http://schemas.microsoft.com/developer/vsx-schema/2011"
xmlns:d= "http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
<Metadata>
<Identity Id= "6a4c1726-440f-4b2d-a2e5-711277da6099"
2014-04-24 10:02:54 +02:00
Version= "1.3"
2013-05-26 00:10:55 +02:00
Language= "en-US"
Publisher= "Christian Resma Helle" />
<DisplayName> ResW File Code Generator</DisplayName>
2013-08-15 14:52:10 +02:00
<Description xml:space= "preserve" > A Visual Studio Custom Tool for generating a strongly typed helper class for accessing localized resources from a .ResW file.</Description>
2013-05-26 00:10:55 +02:00
<MoreInfo> http://visualstudiogallery.msdn.microsoft.com/3ab88efd-1afb-4ff5-9faf-8825a282596a</MoreInfo>
<License> License.txt</License>
</Metadata>
<Installation InstalledByMsi= "false" >
2015-03-08 21:48:52 +01:00
<InstallationTarget Version= "[11.0,13.0]" Id= "Microsoft.VisualStudio.IntegratedShell" />
2013-05-26 00:10:55 +02:00
</Installation>
<Dependencies>
<Dependency Id= "Microsoft.Framework.NDP"
DisplayName= "Microsoft .NET Framework"
d:Source= "Manual"
Version= "4.5" />
<Dependency Id= "Microsoft.VisualStudio.MPF.11.0"
DisplayName= "Visual Studio MPF 11.0"
d:Source= "Installed"
Version= "11.0" />
</Dependencies>
<Assets>
<Asset Type= "Microsoft.VisualStudio.VsPackage"
d:Source= "Project"
d:ProjectName= "%CurrentProject%"
Path= "|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>