|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="..\packages\WiX.3.11.2\build\wix.props" Condition="Exists('..\packages\WiX.3.11.2\build\wix.props')" /> |
| 3 | + <Import Project="..\packages\wix.3.14.0\build\wix.props" Condition="Exists('..\packages\wix.3.14.0\build\wix.props')" /> |
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
7 | 7 | <ProductVersion>3.6</ProductVersion>
|
8 | 8 | <ProjectGuid>{da1c1aa7-15f6-4787-b441-e75bcffe680b}</ProjectGuid>
|
9 | 9 | <SchemaVersion>2.0</SchemaVersion>
|
10 |
| - <OutputName>Bonsai-2.8.1</OutputName> |
| 10 | + <OutputName>Bonsai-2.8.2</OutputName> |
11 | 11 | <OutputType>Bundle</OutputType>
|
12 | 12 | <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
13 | 13 | <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
|
34 | 34 | </PropertyGroup>
|
35 | 35 | <ItemGroup>
|
36 | 36 | <Compile Include="Bundle.wxs" />
|
37 |
| - <Compile Include="NetFx48.wxs" /> |
38 | 37 | </ItemGroup>
|
39 | 38 | <ItemGroup>
|
40 | 39 | <WixExtension Include="WixUtilExtension">
|
|
74 | 73 | <PropertyGroup>
|
75 | 74 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
76 | 75 | </PropertyGroup>
|
77 |
| - <Error Condition="!Exists('..\packages\WiX.3.11.2\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\WiX.3.11.2\build\wix.props'))" /> |
78 | 76 | <Error Condition="!Exists('..\packages\vc143.wixproj.redist.0.1.0\build\vc143.wixproj.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\vc143.wixproj.redist.0.1.0\build\vc143.wixproj.redist.targets'))" />
|
| 77 | + <Error Condition="!Exists('..\packages\wix.3.14.0\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\wix.3.14.0\build\wix.props'))" /> |
79 | 78 | </Target>
|
80 | 79 | <Import Project="..\packages\vc143.wixproj.redist.0.1.0\build\vc143.wixproj.redist.targets" Condition="Exists('..\packages\vc143.wixproj.redist.0.1.0\build\vc143.wixproj.redist.targets')" />
|
81 | 80 | <!--
|
|
0 commit comments