aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/bal.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/bal.wixproj')
-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" />