aboutsummaryrefslogtreecommitdiff
path: root/src/balutil
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-12-11 20:15:08 +1100
committerSean Hall <r.sean.hall@gmail.com>2019-12-11 20:10:40 +1000
commit20bbfc8ad82e6246f5357d8bc183a5fc0ea3fac7 (patch)
tree8eac8121addae50bda7fe9bbc7246b6cefd05ff8 /src/balutil
parent62352fabd541aaa9d0a2c957c4bdd4b9c682df9c (diff)
downloadwix-20bbfc8ad82e6246f5357d8bc183a5fc0ea3fac7.tar.gz
wix-20bbfc8ad82e6246f5357d8bc183a5fc0ea3fac7.tar.bz2
wix-20bbfc8ad82e6246f5357d8bc183a5fc0ea3fac7.zip
Setup WixToolset.Mba.Core project and nuget package.
Diffstat (limited to 'src/balutil')
-rw-r--r--src/balutil/balutil.nuspec2
-rw-r--r--src/balutil/balutil.vcxproj9
-rw-r--r--src/balutil/packages.config4
3 files changed, 8 insertions, 7 deletions
diff --git a/src/balutil/balutil.nuspec b/src/balutil/balutil.nuspec
index 67ed9bde..0a26004a 100644
--- a/src/balutil/balutil.nuspec
+++ b/src/balutil/balutil.nuspec
@@ -12,7 +12,7 @@
12 <description>$description$</description> 12 <description>$description$</description>
13 <copyright>$copyright$</copyright> 13 <copyright>$copyright$</copyright>
14 <dependencies> 14 <dependencies>
15 <dependency id="WixToolset.BootstrapperCore" version="[4,5)" /> 15 <dependency id="WixToolset.BootstrapperCore.Native" version="[4,5)" />
16 <dependency id="WixToolset.DUtil" version="[4,5)" /> 16 <dependency id="WixToolset.DUtil" version="[4,5)" />
17 </dependencies> 17 </dependencies>
18 </metadata> 18 </metadata>
diff --git a/src/balutil/balutil.vcxproj b/src/balutil/balutil.vcxproj
index a8b97615..42aa909e 100644
--- a/src/balutil/balutil.vcxproj
+++ b/src/balutil/balutil.vcxproj
@@ -2,8 +2,8 @@
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.BootstrapperCore.4.0.1\build\WixToolset.BootstrapperCore.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.4.0.1\build\WixToolset.BootstrapperCore.props')" /> 5 <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.8\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.8\build\WixToolset.BootstrapperCore.Native.props')" />
6 <Import Project="..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props')" /> 6 <Import Project="..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" />
7 7
8 <ItemGroup Label="ProjectConfigurations"> 8 <ItemGroup Label="ProjectConfigurations">
9 <ProjectConfiguration Include="Debug|Win32"> 9 <ProjectConfiguration Include="Debug|Win32">
@@ -70,6 +70,7 @@
70 <ClInclude Include="inc\balretry.h" /> 70 <ClInclude Include="inc\balretry.h" />
71 <ClInclude Include="inc\balutil.h" /> 71 <ClInclude Include="inc\balutil.h" />
72 <ClInclude Include="inc\IBAFunctions.h" /> 72 <ClInclude Include="inc\IBAFunctions.h" />
73 <ClInclude Include="inc\IBootstrapperApplicationFactory.h" />
73 <ClInclude Include="precomp.h" /> 74 <ClInclude Include="precomp.h" />
74 </ItemGroup> 75 </ItemGroup>
75 76
@@ -87,8 +88,8 @@
87 <PropertyGroup> 88 <PropertyGroup>
88 <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> 89 <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>
89 </PropertyGroup> 90 </PropertyGroup>
90 <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.4.0.1\build\WixToolset.BootstrapperCore.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.4.0.1\build\WixToolset.BootstrapperCore.props'))" /> 91 <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.8\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.Native.4.0.8\build\WixToolset.BootstrapperCore.Native.props'))" />
91 <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.13\build\WixToolset.DUtil.props'))" /> 92 <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props'))" />
92 <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'))" /> 93 <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'))" />
93 </Target> 94 </Target>
94</Project> 95</Project>
diff --git a/src/balutil/packages.config b/src/balutil/packages.config
index 52c84cf0..769c5a6e 100644
--- a/src/balutil/packages.config
+++ b/src/balutil/packages.config
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<packages> 2<packages>
3 <package id="Nerdbank.GitVersioning" version="2.1.65" targetFramework="native" developmentDependency="true" /> 3 <package id="Nerdbank.GitVersioning" version="2.1.65" targetFramework="native" developmentDependency="true" />
4 <package id="WixToolset.BootstrapperCore" version="4.0.1" targetFramework="native" /> 4 <package id="WixToolset.BootstrapperCore.Native" version="4.0.8" targetFramework="native" />
5 <package id="WixToolset.DUtil" version="4.0.13" targetFramework="native" /> 5 <package id="WixToolset.DUtil" version="4.0.18" targetFramework="native" />
6</packages> \ No newline at end of file 6</packages> \ No newline at end of file