提交 74bbb079 编写于 作者: K KevinRansom 提交者: latkin

F# project template is missing in New Project dialog in non-ENU OS

vsixlangpack files were of the wrong format. FOr VS 2015.

fixes #411
上级 59add713
<?xml version="1.0" encoding="utf-8"?>
<VsixLanguagePack Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema-lp/2010">
<LocalizedName _locID="vwdExpressDeployName">Visual F# Tools Templates</LocalizedName>
<LocalizedDescription _locID="vwdExpressDeployDescription">Deploy Visual F# Tools templates to Visual Studio Express for Web</LocalizedDescription>
</VsixLanguagePack>
<PackageLanguagePackManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
<Metadata>
<Identity Id="Microsoft.VisualStudio.VwdExpressDeployment" Version="14.0" Language="neutral" Publisher="Microsoft" />
<DisplayName _locID="vwdExpressDeployName">Visual F# Tools Templates</DisplayName>
<Description _locID="vwdExpressDeployDescription">Deploy Visual F# Tools templates to Visual Studio Express for Web</Description>
</Metadata>
</PackageLanguagePackManifest>
<?xml version="1.0" encoding="utf-8"?>
<VsixLanguagePack Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema-lp/2010">
<LocalizedName _locID="VsProDeployName">Visual F# Tools Templates</LocalizedName>
<LocalizedDescription _locID="VsProDeployDescription">Deploy Visual F# Tools templates to Visual Studio</LocalizedDescription>
</VsixLanguagePack>
<PackageLanguagePackManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
<Metadata>
<Identity Id="Microsoft.VisualStudio.VsProDeployment" Version="14.0" Language="neutral" Publisher="Microsoft" />
<DisplayName _locID="VsProDeployName">Visual F# Tools Templates</DisplayName>
<Description _locID="VsProDeployDescription">Deploy Visual F# Tools templates to Visual Studio</Description>
</Metadata>
</PackageLanguagePackManifest>
<?xml version="1.0" encoding="utf-8"?>
<VsixLanguagePack Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema-lp/2010">
<LocalizedName _locID="vwdExpressDeployName">Visual F# Tools Templates</LocalizedName>
<LocalizedDescription _locID="vwdExpressDeployDescription">Deploy Visual F# Tools templates to Visual Studio Express for Windows Desktop</LocalizedDescription>
</VsixLanguagePack>
<PackageLanguagePackManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
<Metadata>
<Identity Id="Microsoft.VisualStudio.WdExpressDeployment" Version="14.0" Language="neutral" Publisher="Microsoft" />
<DisplayName _locID="wdExpressDeployName">Visual F# Tools Templates</DisplayName>
<Description _locID="wdExpressDeployDescription">Deploy Visual F# Tools templates to Visual Studio Express for Windows Desktop</Description>
</Metadata>
</PackageLanguagePackManifest>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册