aboutsummaryrefslogtreecommitdiff
path: root/src/stub/stub.vcxproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-24 09:20:15 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-24 20:38:36 +1000
commit453bec104676c7dd808a20eaf30db9c918bed1e7 (patch)
treec07b2f62d0c9ea0380392b3ba7ed7e29339408b9 /src/stub/stub.vcxproj
parent04f279ab8659c9e4c6c6c796548da01eca1e7615 (diff)
downloadwix-453bec104676c7dd808a20eaf30db9c918bed1e7.tar.gz
wix-453bec104676c7dd808a20eaf30db9c918bed1e7.tar.bz2
wix-453bec104676c7dd808a20eaf30db9c918bed1e7.zip
Update to latest dutil.
Diffstat (limited to 'src/stub/stub.vcxproj')
-rw-r--r--src/stub/stub.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stub/stub.vcxproj b/src/stub/stub.vcxproj
index ce43e0e6..a3db2044 100644
--- a/src/stub/stub.vcxproj
+++ b/src/stub/stub.vcxproj
@@ -2,7 +2,7 @@
2<!-- 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. --> 2<!-- 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 3
4<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 4<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <Import Project="..\..\packages\WixToolset.DUtil.4.0.23\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.23\build\WixToolset.DUtil.props')" /> 5 <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" />
6 6
7 <ItemGroup Label="ProjectConfigurations"> 7 <ItemGroup Label="ProjectConfigurations">
8 <ProjectConfiguration Include="Debug|Win32"> 8 <ProjectConfiguration Include="Debug|Win32">
@@ -28,7 +28,7 @@
28 <ConfigurationType>Application</ConfigurationType> 28 <ConfigurationType>Application</ConfigurationType>
29 <ProjectSubSystem>Windows</ProjectSubSystem> 29 <ProjectSubSystem>Windows</ProjectSubSystem>
30 <TargetName>burn</TargetName> 30 <TargetName>burn</TargetName>
31 <PlatformToolset>v141</PlatformToolset> 31 <PlatformToolset>v142</PlatformToolset>
32 <CharacterSet>Unicode</CharacterSet> 32 <CharacterSet>Unicode</CharacterSet>
33 <Description>Native component of WixToolset.Burn</Description> 33 <Description>Native component of WixToolset.Burn</Description>
34 </PropertyGroup> 34 </PropertyGroup>
@@ -85,7 +85,7 @@
85 </ItemGroup> 85 </ItemGroup>
86 86
87 <Target Name="Pack" DependsOnTargets="GetBuildVersion"> 87 <Target Name="Pack" DependsOnTargets="GetBuildVersion">
88 <Exec Command='nuget pack WixToolset.Burn.nuspec -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=WixToolset.Burn;Version="$(BuildVersionSimple)";ProjectFolder=$(MSBuildThisFileDirectory);Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title)"' /> 88 <Exec Command='nuget pack WixToolset.Burn.nuspec -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=WixToolset.Burn;Version="$(BuildVersionSimple)";ProjectFolder=$(MSBuildThisFileDirectory);Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)"' />
89 </Target> 89 </Target>
90 90
91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
@@ -94,6 +94,6 @@
94 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText> 94 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
95 </PropertyGroup> 95 </PropertyGroup>
96 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" /> 96 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" />
97 <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.23\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.23\build\WixToolset.DUtil.props'))" /> 97 <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props'))" />
98 </Target> 98 </Target>
99</Project> 99</Project>