Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitedaacd6

Browse files
committed
Work around for issue causing templates to appear 8 times in multi-language deployments. Issue is due to project new dialog handling template assets incorrectly. Workaround is to check in an additional extension.manifest for each vsix with assets specified such that the new project dialog displays them correctly.
(changeset 1390834)
1 parent0d03a32 commitedaacd6

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.-->
3+
<PackageManifestVersion="2.0.0"xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
4+
<Metadata>
5+
<IdentityId="VWDExpressDeployTemplates..5f79f0a2-a505-490c-aa36-0dfb4b6f5489"Version="3.2"Language="en-US"Publisher="Microsoft.VisualFSharpTools" />
6+
<DisplayName>Visual F# Tools Templates</DisplayName>
7+
<Descriptionxml:space="preserve">Deploy Visual F# Tools templates to Visual Studio Express for Web</Description>
8+
</Metadata>
9+
<InstallationAllUsers="true">
10+
<InstallationTargetVersion="[14.0]"Id="Microsoft.VisualStudio.VWDExpress" />
11+
</Installation>
12+
<Dependencies>
13+
<DependencyId="Microsoft.Framework.NDP"DisplayName="Microsoft .NET Framework"d:Source="Manual"Version="[4.5,)" />
14+
</Dependencies>
15+
<Assets>
16+
<AssetType="Microsoft.VisualStudio.ProjectTemplate"Path="ProjectTemplates" />
17+
<AssetType="Microsoft.VisualStudio.ItemTemplate"Path="ItemTemplates" />
18+
</Assets>
19+
</PackageManifest>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.-->
3+
<PackageManifestVersion="2.0.0"xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
4+
<Metadata>
5+
<IdentityId="VsProDeployTemplates..9636fc84-1775-4415-9afa-c068d869d8b9"Version="3.2"Language="en-US"Publisher="Microsoft.VisualFSharpTools" />
6+
<DisplayName>Visual F# Tools Templates</DisplayName>
7+
<Descriptionxml:space="preserve">Deploy Visual F# Tools templates to Visual Studio</Description>
8+
</Metadata>
9+
<InstallationAllUsers="true">
10+
<InstallationTargetId="Microsoft.VisualStudio.Pro"Version="[14.0]" />
11+
</Installation>
12+
<Dependencies>
13+
<DependencyId="Microsoft.Framework.NDP"DisplayName="Microsoft .NET Framework"d:Source="Manual"Version="[4.5,)" />
14+
</Dependencies>
15+
<Assets>
16+
<AssetType="Microsoft.VisualStudio.ProjectTemplate"Path="ProjectTemplates" />
17+
<AssetType="Microsoft.VisualStudio.ItemTemplate"Path="ItemTemplates" />
18+
</Assets>
19+
</PackageManifest>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.-->
3+
<PackageManifestVersion="2.0.0"xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
4+
<Metadata>
5+
<IdentityId="WDExpressDeployTemplates..998e13a9-9f80-4bb6-9df9-3a20ae3fe28e"Version="3.2"Language="en-US"Publisher="Microsoft.VisualFSharpTools" />
6+
<DisplayName>Visual F# Tools Templates</DisplayName>
7+
<Descriptionxml:space="preserve">Deploy Visual F# Tools templates to Visual Studio Express for Windows Desktop</Description>
8+
</Metadata>
9+
<Installation>
10+
<InstallationTargetVersion="[14.0]"Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
11+
</Installation>
12+
<Dependencies>
13+
<DependencyId="Microsoft.Framework.NDP"DisplayName="Microsoft .NET Framework"d:Source="Manual"Version="[4.5,)" />
14+
</Dependencies>
15+
<Assets>
16+
<AssetType="Microsoft.VisualStudio.ProjectTemplate"Path="ProjectTemplates" />
17+
<AssetType="Microsoft.VisualStudio.ItemTemplate"Path="ItemTemplates" />
18+
</Assets>
19+
</PackageManifest>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp