aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-19 20:25:55 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 22:06:52 -0600
commit32b3088eeaaf94eae561886a4235b13aa564a620 (patch)
tree0e33b588071500a8f21c4a4a7106e4ac2142e2bc /src/wixlib
parent045024c3b35e3bee44f33fbe0fb43a1704a18c5c (diff)
downloadwix-32b3088eeaaf94eae561886a4235b13aa564a620.tar.gz
wix-32b3088eeaaf94eae561886a4235b13aa564a620.tar.bz2
wix-32b3088eeaaf94eae561886a4235b13aa564a620.zip
Convert WixToolset.Mba.Host.csproj to SDK-style.
Diffstat (limited to 'src/wixlib')
-rw-r--r--src/wixlib/bal.wixproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj
index ba1a2349..fdcc7475 100644
--- a/src/wixlib/bal.wixproj
+++ b/src/wixlib/bal.wixproj
@@ -8,7 +8,7 @@
8 <ItemGroup> 8 <ItemGroup>
9 <BindInputPaths Include="..\wixstdba\Resources\" /> 9 <BindInputPaths Include="..\wixstdba\Resources\" />
10 <BindInputPaths Include="$(OutputPath)netcoreapp3.1" /> 10 <BindInputPaths Include="$(OutputPath)netcoreapp3.1" />
11 <BindInputPaths Include="$(OutputPath)" /> 11 <BindInputPaths Include="$(OutputPath)net20" />
12 <BindInputPaths Include="$(OutputPath)x86" BindName="x86" /> 12 <BindInputPaths Include="$(OutputPath)x86" BindName="x86" />
13 <BindInputPaths Include="$(OutputPath)x64" BindName="x64" /> 13 <BindInputPaths Include="$(OutputPath)x64" BindName="x64" />
14 <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" /> 14 <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" />