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

Commit 159ed57

Browse files
committed
Fix project templates being displayed incorrectly
1 parent a6b3db0 commit 159ed57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/votive/WixPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace WixToolset.VisualStudioExtension
2828
[ProvideObject(typeof(WixBuildPropertyPage), RegisterUsing = RegistrationMethod.CodeBase)]
2929
[ProvideObject(typeof(WixPathsPropertyPage), RegisterUsing = RegistrationMethod.CodeBase)]
3030
[ProvideObject(typeof(WixToolsSettingsPropertyPage), RegisterUsing = RegistrationMethod.CodeBase)]
31-
[ProvideProjectFactory(typeof(WixProjectFactory), "WiX Toolset", "#100", "wixproj", "wixproj", "ProjectTemplates", LanguageVsTemplate = WixProjectNode.ProjectTypeName)]
31+
[ProvideProjectFactory(typeof(WixProjectFactory), "WiX Toolset", "#100", "wixproj", "wixproj", ".\\NullPath", LanguageVsTemplate = WixProjectNode.ProjectTypeName)]
3232
[CLSCompliant(false)]
3333
public sealed class WixPackage : ProjectPackage, IVsInstalledProduct
3434
{

0 commit comments

Comments
 (0)