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

Commit e1fae62

Browse files
authored
Merge pull request #3 from robmen/5519-fix-toolssettings
Register the WixToolsSettionsPropertyPage
2 parents d25311d + 95e98ca commit e1fae62

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)