Skip to content

Commit

Permalink
Votive only supports WiX v3
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Nov 12, 2022
1 parent 6f74d6d commit caf425d
Show file tree
Hide file tree
Showing 40 changed files with 71 additions and 55 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# WiX Toolset Visual Studio Extension (aka: Votive)
# WiX v3 - Visual Studio Extension (aka: Votive)

This repository contains the code for the WiX Toolset Visual Studio Extension. To install
This repository contains the code for the WiX v3 - Visual Studio Extension. To install
the extension, use the Extension Manager inside Visual Studio or visit the
[Visual Studio Marketplace][marketplace].

The following links will take you to more details:
**Note:** This Visual Studio Extension DOES NOT support WiX v4 based projects. To load
WiX v4 projects in Visual Studio, install [HeatWave for VS2022][heatwave] (or [for VS2019][heatwave16]).

## [Home page](http://wixtoolset.org/ "WiX Toolset home page")
## [Releases](http://wixtoolset.org/releases/ "WiX Toolset stable and weekly releases")
## [Bugs and feature requests](http://wixtoolset.org/issues/ "Files bugs and feature requests for WiX Toolset ")
## [Manual](http://wixtoolset.org/documentation/manual/ "WiX Toolset manuals and documentation links")
## [Hacking on WiX](http://wixtoolset.org/development/ "About development on the WiX Toolset")

[marketplace]: https://marketplace.visualstudio.com/search?term=wix%20toolset&target=VS&sortBy=Relevance
[heatwave]: https://marketplace.visualstudio.com/items?itemName=FireGiant.FireGiantHeatWaveDev17
[heatwave16]: https://marketplace.visualstudio.com/items?itemName=FireGiant.FireGiantHeatWaveDev16
2 changes: 1 addition & 1 deletion src/Schemas/v3/redirects/wix.ca.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<Import Project="$(WixMSBuildFolder)wix.ca.targets" Condition=" Exists('$(WixMSBuildFolder)wix.ca.targets') " />
<Target Name="EnsureActualWixToolsetInstalled" Condition=" '$(WixCATargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. Could not find wix.ca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11 (or newer), see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. Could not find wix.ca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/Schemas/v3/redirects/wix.nativeca.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<Import Project="$(WixMSBuildFolder)wix.nativeca.targets" Condition=" Exists('$(WixMSBuildFolder)wix.nativeca.targets') " />
<Target Name="EnsureActualWixToolsetInstalled" Condition=" '$(WixNativeCATargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. Could not find wix.nativeca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11 (or newer), see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. Could not find wix.nativeca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/Schemas/v3/redirects/wix.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<Import Project="$(WixMSBuildFolder)wix.targets" Condition=" Exists('$(WixMSBuildFolder)wix.targets') " />
<Target Name="EnsureActualWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. Could not find wix.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11 (or newer), see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. Could not find wix.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/Schemas/v3/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Identity Id="WixToolset.VisualStudioExtension.Schemas3" Version="|v3schemas;GetBuildVersion|" Language="en-US" Publisher="WiX Toolset" />
<DisplayName>WiX Toolset v3 Schemas for Visual Studio</DisplayName>
<Description>Visual Studio integraion for the WiX Toolset v3 schemas</Description>
<MoreInfo>http://wixtoolset.org/</MoreInfo>
<MoreInfo>https://wixtoolset.org/</MoreInfo>
<Icon>WixLogo.png</Icon>
<PreviewImage>WixLogo.png</PreviewImage>
</Metadata>
Expand Down
2 changes: 2 additions & 0 deletions src/Schemas/v3/v3schemas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<DeployVSTemplates>false</DeployVSTemplates>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\..\tools\WixBuild.csproj.props" />
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Import Project="$(WixNativeCATargetsPath)" Condition=" '$(WixNativeCATargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.NativeCA.targets" Condition=" '$(WixNativeCATargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.NativeCA.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixNativeCATargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>

<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
<Import Project="$(WixCATargetsPath)" Condition=" '$(WixCATargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.CA.targets" Condition=" '$(WixCATargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.CA.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixCATargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ $endif$
<Import Project="$(WixCATargetsPath)" Condition=" '$(WixCATargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.CA.targets" Condition=" '$(WixCATargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.CA.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixCATargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
<!--
$loc_WIXPROJ_TOMODIFY_LINE1$
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/v3/Projects/WixLibrary/setuplibrary.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
<!--
$loc_WIXPROJ_TOMODIFY_LINE1$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
<!--
$loc_WIXPROJ_TOMODIFY_LINE1$
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/v3/Projects/WixProject/SetupProject.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
<!--
$loc_WIXPROJ_TOMODIFY_LINE1$
Expand Down
2 changes: 2 additions & 0 deletions src/Templates/v3/v3templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<VsTemplateLanguage>WiX</VsTemplateLanguage>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\..\tools\WixBuild.csproj.props" />
<ItemDefinitionGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/Votive2010/Votive2010.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<DeployVSTemplates>false</DeployVSTemplates>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\tools\WixBuild.csproj.props" />
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Votive2010/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="WixToolset.VisualStudioExtension.Dev10">
<Name>Wix Toolset Visual Studio 2010 Extension</Name>
<Name>WiX v3 - Visual Studio 2010 Extension</Name>
<Author>WiX Toolset</Author>
<Version>|Votive2010;GetBuildVersion|</Version>
<Locale>1033</Locale>
<InstalledByMsi>false</InstalledByMsi>
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
<Description>Visual Studio integration for the WiX v3 Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>https://wixtoolset.org/</MoreInfoUrl>
<Icon>WixLogoDev10.png</Icon>
<PreviewImage>WixLogoDev10.png</PreviewImage>
<SupportedProducts>
Expand Down
2 changes: 2 additions & 0 deletions src/Votive2012/Votive2012.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<DeployVSTemplates>false</DeployVSTemplates>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\tools\WixBuild.csproj.props" />
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Votive2012/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="WixToolset.VisualStudioExtension.Dev11">
<Name>Wix Toolset Visual Studio 2012 Extension</Name>
<Name>WiX v3 - Visual Studio 2012 Extension</Name>
<Author>WiX Toolset</Author>
<Version>|Votive2012;GetBuildVersion|</Version>
<Locale>1033</Locale>
<InstalledByMsi>false</InstalledByMsi>
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
<Description>Visual Studio integration for the WiX v3 Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>https://wixtoolset.org/</MoreInfoUrl>
<Icon>WixLogoDev11.png</Icon>
<PreviewImage>WixLogoDev11.png</PreviewImage>
<SupportedProducts>
Expand Down
2 changes: 2 additions & 0 deletions src/Votive2013/Votive2013.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<DeployVSTemplates>false</DeployVSTemplates>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\tools\WixBuild.csproj.props" />
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Votive2013/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="WixToolset.VisualStudioExtension.Dev12">
<Name>Wix Toolset Visual Studio 2013 Extension</Name>
<Name>WiX v3 - Visual Studio 2013 Extension</Name>
<Author>WiX Toolset</Author>
<Version>|Votive2013;GetBuildVersion|</Version>
<Locale>1033</Locale>
<InstalledByMsi>false</InstalledByMsi>
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
<Description>Visual Studio integration for the WiX v3 Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>https://wixtoolset.org/</MoreInfoUrl>
<Icon>WixLogoDev12.png</Icon>
<PreviewImage>WixLogoDev12.png</PreviewImage>
<SupportedProducts>
Expand Down
2 changes: 2 additions & 0 deletions src/Votive2015/Votive2015.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<DeployVSTemplates>false</DeployVSTemplates>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\tools\WixBuild.csproj.props" />
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Votive2015/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="WixToolset.VisualStudioExtension.Dev14">
<Name>Wix Toolset Visual Studio 2015 Extension</Name>
<Name>WiX v3 - Visual Studio 2015 Extension</Name>
<Author>WiX Toolset</Author>
<Version>|Votive2015;GetBuildVersion|</Version>
<Locale>1033</Locale>
<InstalledByMsi>false</InstalledByMsi>
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>http://wixtoolset.org/</MoreInfoUrl>
<Description>Visual Studio integration for the WiX v3 Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfoUrl>https://wixtoolset.org/</MoreInfoUrl>
<Icon>WixLogoDev14.png</Icon>
<PreviewImage>WixLogoDev14.png</PreviewImage>
<SupportedProducts>
Expand Down
2 changes: 2 additions & 0 deletions src/Votive2017/Votive2017.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<DeployVSTemplates>false</DeployVSTemplates>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\tools\WixBuild.csproj.props" />
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Votive2017/redirects/v3/wix.ca.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<Import Project="$(WixMSBuildFolder)wix.ca.targets" Condition=" Exists('$(WixMSBuildFolder)wix.ca.targets') " />
<Target Name="EnsureActualWixToolsetInstalled" Condition=" '$(WixCATargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. Could not find wix.ca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11 (or newer), see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. Could not find wix.ca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/Votive2017/redirects/v3/wix.nativeca.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<Import Project="$(WixMSBuildFolder)wix.nativeca.targets" Condition=" Exists('$(WixMSBuildFolder)wix.nativeca.targets') " />
<Target Name="EnsureActualWixToolsetInstalled" Condition=" '$(WixNativeCATargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. Could not find wix.nativeca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11 (or newer), see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. Could not find wix.nativeca.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion src/Votive2017/redirects/v3/wix.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<Import Project="$(WixMSBuildFolder)wix.targets" Condition=" Exists('$(WixMSBuildFolder)wix.targets') " />
<Target Name="EnsureActualWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. Could not find wix.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11 (or newer), see http://wixtoolset.org/releases/" />
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. Could not find wix.targets at '$(WixMSBuildFolder)'. To download WiX Toolset v3.11, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
</Project>
6 changes: 3 additions & 3 deletions src/Votive2017/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="WixToolset.VisualStudioExtension.Dev15" Version="|Votive2017;GetBuildVersion|" Language="en-US" Publisher="WiX Toolset" />
<DisplayName>Wix Toolset Visual Studio 2017 Extension</DisplayName>
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfo>http://wixtoolset.org/</MoreInfo>
<DisplayName>WiX v3 - Visual Studio 2017 Extension</DisplayName>
<Description>Visual Studio integration for the WiX v3 Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
<MoreInfo>https://wixtoolset.org/</MoreInfo>
<Icon>WixLogoDev15.png</Icon>
<PreviewImage>WixLogoDev15.png</PreviewImage>
</Metadata>
Expand Down
2 changes: 2 additions & 0 deletions src/Votive2019/Votive2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<DeployVSTemplates>false</DeployVSTemplates>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="..\..\tools\WixBuild.csproj.props" />
<ItemGroup>
Expand Down
Loading

0 comments on commit caf425d

Please sign in to comment.