Skip to content

Commit 3df2318

Browse files
author
Adam Ratzman
committed
rename unified settings file, add attribute
1 parent 34eb57b commit 3df2318

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

setup/Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles/CommonFiles.swr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,5 +659,5 @@ folder "InstallDir:MSBuild\Microsoft\VisualStudio\Managed\zh-Hant"
659659
file source="$(VisualStudioXamlRulesDir)zh-Hant\ResolvedSdkReference.xaml"
660660
file source="$(VisualStudioXamlRulesDir)zh-Hant\SdkReference.xaml"
661661

662-
folder "Extensions\Microsoft\ManagedProjectSystem\UnifiedSettings"
663-
file source="$(VisualStudioExtensionSetupDir)\ProjectSystemSetup\UnifiedSettings\ManagedProjectSystem.registration.json"
662+
folder "Extensions\Microsoft\ManagedProjectSystem"
663+
file source="$(VisualStudioExtensionSetupDir)\ProjectSystemSetup\UnifiedSettings\registration.json"

setup/ProjectSystemSetup/ProjectSystemSetup.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<Content Include="UnifiedSettings\ManagedProjectSystem.registration.json">
30+
<Content Include="UnifiedSettings\registration.json">
3131
<IncludeInVSIX>true</IncludeInVSIX>
3232
</Content>
3333

File renamed without changes.

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Packaging/ManagedProjectSystemPackage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ namespace Microsoft.VisualStudio.Packaging
2020
termValues: new[] { "SolutionHasProjectCapability:.NET & CPS" }
2121
)]
2222
[ProvideMenuResource("Menus.ctmenu", 5)]
23+
[ProvideSettingsManifest]
2324
internal sealed class ManagedProjectSystemPackage : AsyncPackage
2425
{
2526
public const string ActivationContextGuid = "E7DF1626-44DD-4E8C-A8A0-92EAB6DDC16E";

tests/Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests/Setup/PackageContentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public sealed class PackageContentTests
1212
{
1313
// These files are only added as part of signing.
1414
private const string DigitalSignature = "package/services/digital-signature";
15-
private const string SettingsRegistrationFileSuffix = "ManagedProjectSystem.registration.json";
15+
private const string SettingsRegistrationFileSuffix = "registration.json";
1616
private const string Rels = "_rels/.rels";
1717

1818
[Fact]

0 commit comments

Comments
 (0)