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

Commit 9816fe6

Browse files
drolevarrseanhall
authored andcommitted
Create a project for VS2019
1 parent f02288a commit 9816fe6

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/Votive2019/Votive2019.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Content Include="redirects\v4\wix.nativeca.targets">
5050
<IncludeInVSIX>true</IncludeInVSIX>
5151
<InstallRoot>MSBuild</InstallRoot>
52-
<VSIXSubPath>Microsoft\WiX\v3.x\</VSIXSubPath>
52+
<VSIXSubPath>WiX Toolset\v4\</VSIXSubPath>
5353
</Content>
5454
<Content Include="redirects\v4\wix.targets">
5555
<IncludeInVSIX>true</IncludeInVSIX>

src/Votive2019/WixLogoDev16.png

730 Bytes
Loading

src/Votive2019/redirects/v3/wix.ca.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="EnsureActualWixToolsetInstalled" ToolsVersion="15.0">
3+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="EnsureActualWixToolsetInstalled" ToolsVersion="16.0">
44
<PropertyGroup>
55
<WixMSBuildFolder>$(MSBuildProgramFiles32)\MSBuild\Microsoft\WiX\v3.x\</WixMSBuildFolder>
66
</PropertyGroup>

src/Votive2019/redirects/v3/wix.nativeca.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="EnsureActualWixToolsetInstalled" ToolsVersion="15.0">
3+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="EnsureActualWixToolsetInstalled" ToolsVersion="16.0">
44
<PropertyGroup>
55
<WixMSBuildFolder>$(MSBuildProgramFiles32)\MSBuild\Microsoft\WiX\v3.x\</WixMSBuildFolder>
66
</PropertyGroup>

src/Votive2019/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="WixToolset.VisualStudioExtension.Dev19" Version="|Votive2019;GetBuildVersion|" Language="en-US" Publisher=".NET Foundation and contributors" />
4+
<Identity Id="WixToolset.VisualStudioExtension.Dev16" Version="|Votive2019;GetBuildVersion|" Language="en-US" Publisher=".NET Foundation and contributors" />
55
<DisplayName>Wix Toolset Visual Studio 2019 Extension</DisplayName>
66
<Description>Visual Studio integration for the WiX Toolset - the most powerful set of tools available to create your Windows installation experience.</Description>
77
<MoreInfo>http://wixtoolset.org/</MoreInfo>

0 commit comments

Comments
 (0)