* Added links to docs and hardcoded variables to troubleshoot why the context menu isn't showing up.
The vsct file looks correct based on the docs and the VS 2019 extension. Not able to break the debugger on Initialize which suggests the VSPackage isn't autoloading. vsixmanifest appears to be including the VSPackage as an Asset as expected.
* Stubbed out or removed elements that control visibility to try and get the context menu to show up.
* Context menu is showing now after adding/updating some csproj properties, setting the build action of the vsct manually to VSCTCompile, and setting a generic SolutionExists activation context. Also had to reset the experimental instance before this payload worked.
* Added back menu icons and restored the UWP activation context and Enabled/Visible checks in code. Removed AlwaysCreate on the Menu in the vsct.
* Restored Edit functionality in the UWP extension.
* Restored Edit functionality in the WPF extension.
* Restored Edit functionality in the WinUI extension.
* Added links to docs and renamed GUIDs in the WinUI extension.
* Added SelfContained to the edit project menu.
* Changed casing on FrontendFrameworks and ProjectTypes.
* Refactored ProjectTypes and FrontendFrameworks for localization.
* Updated paths in the localization pipeline.
* Moved WinUI description.md files to localize.
* Moved localized WinUI template.json files to localize.
* Removed strings that shouldn't be localized.
* Initial import of localization pipeline.
* Renamed StringRes.resx to Resources.resx in preparation for onboarding to localization service.
* Fixed test.
* Localize template.json name and description properties once localized files are in the right location.
* Moved missed template.json file.
* Added base templatestrings.json to all WinUI templates.
* Added templatestrings.json to localization pipeline.
* Accept language prefix or suffix for localized description.md files.
New files should use the suffix and old files should eventually be renamed to use the suffix. Supporting the prefix enables existing files to continue being supported in the meantime.
* Allow description.md files to be moved under the localize folder.
Updated the MSIX feature to use the new location.
New files should use the suffix and old files should eventually be renamed to use the suffix. Supporting the prefix enables existing files to continue being supported in the meantime.