Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 95e98ca

Browse files
committed
Register the WixToolsSettionsPropertyPage
Fixes wixtoolset/issues#5519
1 parent d25311d commit 95e98ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/votive/WixPackage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ namespace WixToolset.VisualStudioExtension
2727
[ProvideObject(typeof(WixBuildEventsPropertyPage), RegisterUsing = RegistrationMethod.CodeBase)]
2828
[ProvideObject(typeof(WixBuildPropertyPage), RegisterUsing = RegistrationMethod.CodeBase)]
2929
[ProvideObject(typeof(WixPathsPropertyPage), RegisterUsing = RegistrationMethod.CodeBase)]
30+
[ProvideObject(typeof(WixToolsSettingsPropertyPage), RegisterUsing = RegistrationMethod.CodeBase)]
3031
[ProvideProjectFactory(typeof(WixProjectFactory), "WiX Toolset", "#100", "wixproj", "wixproj", "ProjectTemplates", LanguageVsTemplate = WixProjectNode.ProjectTypeName)]
3132
[CLSCompliant(false)]
3233
public sealed class WixPackage : ProjectPackage, IVsInstalledProduct

0 commit comments

Comments
 (0)