-
Notifications
You must be signed in to change notification settings - Fork 413
Add localization for NuGet Install Wizard for the VS templates #5989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lauren-ciha
merged 17 commits into
main
from
user/laurenciha/vsix-wizard-localization-two-files
Nov 19, 2025
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f26d4f4
Initial localization commit
lauren-ciha e99dca9
Realign and add missing package messages to resources
lauren-ciha 1677bc8
Update s_resourceManager to _resourceManager
lauren-ciha 98837d1
Lazy initialize ResourceManager to make it thread safe
lauren-ciha a629940
Make Resources not static
lauren-ciha bd66411
Dev in progress, adding error messaging
lauren-ciha 3b6fdc5
Resources load without error
lauren-ciha 392c0e1
Capture localization dev/test state
lauren-ciha 25e6bc5
Undo dev/test configuration and remove wait dialog error check
lauren-ciha f14b814
Resolve conflicting Designer file
lauren-ciha 9a37f0f
Move VSPackage.Designer files back to Common (where resources are)
lauren-ciha a9bce61
Update Cpp error message string to include where to find details
lauren-ciha ec512e2
Include satellite assemblies
lauren-ciha 9358949
Reset source.extension.vsixmanifests
lauren-ciha 0734a04
Remove WizardStringHelper
lauren-ciha d1920c5
Clean up null check and spacing
lauren-ciha ec10e60
Add copyright headers to VSPackage.Designer.cs files
lauren-ciha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
109 changes: 54 additions & 55 deletions
109
dev/VSIX/Extension/Cpp/Dev17/Standalone/source.extension.vsixmanifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,58 +1,57 @@ | ||
| <?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="Microsoft.WindowsAppSDK.Cpp.Dev17" Version="|%CurrentProject%;GetVSIXVersion|" Language="en-US" Publisher="Microsoft" /> | ||
| <DisplayName>Windows App SDK C++ VS Templates</DisplayName> | ||
| <Description xml:space="preserve">The Microsoft Windows App SDK Visual Studio extension adds C++ project and item templates to support building Windows apps and components in VS 2022-2026.</Description> | ||
| <MoreInfo>https://github.com/microsoft/WindowsAppSDK/</MoreInfo> | ||
| <License>LICENSE</License> | ||
| <GettingStartedGuide>https://github.com/microsoft/WindowsAppSDK/</GettingStartedGuide> | ||
| <ReleaseNotes>https://github.com/microsoft/WindowsAppSDK/releases</ReleaseNotes> | ||
| <Icon>WindowsAppSDK.png</Icon> | ||
| <PreviewImage>WindowsAppSDK.png</PreviewImage> | ||
| <Tags>WindowsAppSDK, WinAppSDK, WinUI, XAML, C++, C++/WinRT</Tags> | ||
| <Preview>false</Preview> | ||
| </Metadata> | ||
| <Installation AllUsers="true"> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>amd64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>amd64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>amd64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>arm64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>arm64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>arm64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| </Installation> | ||
| <Prerequisites> | ||
| <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,19.0)" DisplayName="Visual Studio core editor" /> | ||
| <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.Support" Version="[16.2.29003.222,19.0)" DisplayName="Universal Windows Platform tools" /> | ||
| <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.VC" Version="[16.0,19.0)" DisplayName="C++ (v143) Universal Windows Platform tools" /> | ||
| </Prerequisites> | ||
| <Reference Id="NuPackToolsVsix.Microsoft.67e54e40-0ae3-42c5-a949-fddf5739e7a5" MinVersion="1.7.30402.9028"> | ||
| <Name>NuGet Package Manager</Name> | ||
| <MoreInfoUrl>http://docs.microsoft.com/nuget/</MoreInfoUrl> | ||
| </Reference> | ||
| <Assets> | ||
| <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
| <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" AssemblyName="|%CurrentProject%;AssemblyName|" /> | ||
| <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Desktop.CppWinRT.BlankWindow" d:TargetPath="|WinUI.Desktop.CppWinRT.BlankWindow;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.BlankPage" d:TargetPath="|WinUI.Neutral.CppWinRT.BlankPage;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.Resw" d:TargetPath="|WinUI.Neutral.CppWinRT.Resw;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.TemplatedControl" d:TargetPath="|WinUI.Neutral.CppWinRT.TemplatedControl;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.UserControl" d:TargetPath="|WinUI.Neutral.CppWinRT.UserControl;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WinUI.Desktop.CppWinRT.PackagedApp" d:TargetPath="|WinUI.Desktop.CppWinRT.PackagedApp;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.ResourceDictionary" d:TargetPath="|WinUI.Neutral.CppWinRT.ResourceDictionary;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.RuntimeComponent" d:TargetPath="|WinUI.Neutral.CppWinRT.RuntimeComponent;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
| </Assets> | ||
| <Metadata> | ||
| <Identity Id="Microsoft.WindowsAppSDK.Cpp.Dev17" Version="|%CurrentProject%;GetVSIXVersion|" Language="en-US" Publisher="Microsoft" /> | ||
| <DisplayName>Windows App SDK C++ VS Templates</DisplayName> | ||
| <Description xml:space="preserve">The Microsoft Windows App SDK Visual Studio extension adds C++ project and item templates to support building Windows apps and components in VS 2022-2026.</Description> | ||
| <MoreInfo>https://github.com/microsoft/WindowsAppSDK/</MoreInfo> | ||
| <License>LICENSE</License> | ||
| <GettingStartedGuide>https://github.com/microsoft/WindowsAppSDK/</GettingStartedGuide> | ||
| <ReleaseNotes>https://github.com/microsoft/WindowsAppSDK/releases</ReleaseNotes> | ||
| <Icon>WindowsAppSDK.png</Icon> | ||
| <PreviewImage>WindowsAppSDK.png</PreviewImage> | ||
| <Tags>WindowsAppSDK, WinAppSDK, WinUI, XAML, C++, C++/WinRT</Tags> | ||
| </Metadata> | ||
| <Installation AllUsers="true"> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>amd64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>amd64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>amd64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>arm64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>arm64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0, 19.0)"> | ||
| <ProductArchitecture>arm64</ProductArchitecture> | ||
| </InstallationTarget> | ||
| </Installation> | ||
| <Prerequisites> | ||
| <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,19.0)" DisplayName="Visual Studio core editor" /> | ||
| <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.Support" Version="[16.2.29003.222,19.0)" DisplayName="Universal Windows Platform tools" /> | ||
| <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.UWP.VC" Version="[16.0,19.0)" DisplayName="C++ (v143) Universal Windows Platform tools" /> | ||
| </Prerequisites> | ||
| <Reference Id="NuPackToolsVsix.Microsoft.67e54e40-0ae3-42c5-a949-fddf5739e7a5" MinVersion="1.7.30402.9028"> | ||
| <Name>NuGet Package Manager</Name> | ||
| <MoreInfoUrl>http://docs.microsoft.com/nuget/</MoreInfoUrl> | ||
| </Reference> | ||
| <Assets> | ||
| <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
| <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" AssemblyName="|%CurrentProject%;AssemblyName|" /> | ||
| <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Desktop.CppWinRT.BlankWindow" d:TargetPath="|WinUI.Desktop.CppWinRT.BlankWindow;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.BlankPage" d:TargetPath="|WinUI.Neutral.CppWinRT.BlankPage;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.Resw" d:TargetPath="|WinUI.Neutral.CppWinRT.Resw;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.TemplatedControl" d:TargetPath="|WinUI.Neutral.CppWinRT.TemplatedControl;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.UserControl" d:TargetPath="|WinUI.Neutral.CppWinRT.UserControl;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WinUI.Desktop.CppWinRT.PackagedApp" d:TargetPath="|WinUI.Desktop.CppWinRT.PackagedApp;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.ResourceDictionary" d:TargetPath="|WinUI.Neutral.CppWinRT.ResourceDictionary;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
| <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WinUI.Neutral.CppWinRT.RuntimeComponent" d:TargetPath="|WinUI.Neutral.CppWinRT.RuntimeComponent;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
| </Assets> | ||
| </PackageManifest> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.