Skip to content

Commit 3809c9f

Browse files
committed
ToolsVersion 4
1 parent 81eeb76 commit 3809c9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Setup/Setup.wixproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
WiX v3 MSBuild project. Requires WiX Toolset v3.x to be installed.
44
See https://wixtoolset.org/ to download WiX v3.
55
For a standalone build (including harvesting), use buildmsi.ps1.
66
-->
7-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
88
<PropertyGroup>
99
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1010
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
@@ -44,7 +44,7 @@
4444
harvest.wxs, harvest2.wxs and harvest3.wxs are generated by heat.exe
4545
in buildmsi.ps1. Run buildmsi.ps1 before building from Visual Studio.
4646
-->
47-
<Compile Include="harvest.wxs" Condition="Exists('harvest.wxs')" />
47+
<Compile Include="harvest.wxs" Condition="Exists('harvest.wxs')" />
4848
<Compile Include="harvest2.wxs" Condition="Exists('harvest2.wxs')" />
4949
<Compile Include="harvest3.wxs" Condition="Exists('harvest3.wxs')" />
5050
</ItemGroup>

SetupBootstrapper/SetupBootstrapper.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
WiX v3 MSBuild project. Requires WiX Toolset v3.x to be installed.
44
See https://wixtoolset.org/ to download WiX v3.
55
For a standalone build, use buildexe.ps1.
66
The MSI (Setup project) must be built before building this bundle.
77
-->
8-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
8+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
99
<PropertyGroup>
1010
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1111
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>

0 commit comments

Comments
 (0)