diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-26 20:31:50 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-26 20:36:18 -0400 |
commit | 6241bbf88e61f07816ea8fd028d7aaeba6bc524e (patch) | |
tree | bc77cbfe75f73f81cfcb487e57b378fa70fb6072 /src/wixlib | |
parent | 8ff3569ddfb908107f9f1ef344fde0fdbbccb31d (diff) | |
download | wix-6241bbf88e61f07816ea8fd028d7aaeba6bc524e.tar.gz wix-6241bbf88e61f07816ea8fd028d7aaeba6bc524e.tar.bz2 wix-6241bbf88e61f07816ea8fd028d7aaeba6bc524e.zip |
Last bit of inner text expunged.
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/bal.wixproj | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/wixlib/bal.wixproj b/src/wixlib/bal.wixproj index 5c743cd9..5657ffbd 100644 --- a/src/wixlib/bal.wixproj +++ b/src/wixlib/bal.wixproj | |||
@@ -1,27 +1,22 @@ | |||
1 | <!-- 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. --> | 1 | <!-- 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 | <Project Sdk="WixToolset.Sdk"> | 2 | <Project Sdk="WixToolset.Sdk" ToolsVersion="4.0"> |
3 | |||
4 | <PropertyGroup> | 3 | <PropertyGroup> |
5 | <OutputType>Library</OutputType> | 4 | <OutputType>Library</OutputType> |
6 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
7 | <Cultures>en-us</Cultures> | 6 | <Cultures>en-us</Cultures> |
8 | </PropertyGroup> | 7 | </PropertyGroup> |
9 | |||
10 | <ItemGroup> | 8 | <ItemGroup> |
11 | <BindInputPaths Include="..\wixstdba\Resources\" /> | 9 | <BindInputPaths Include="..\wixstdba\Resources\" /> |
12 | <BindInputPaths Include="$(OutputPath)netcoreapp3.0" /> | 10 | <BindInputPaths Include="$(OutputPath)netcoreapp3.0" /> |
13 | <BindInputPaths Include="$(OutputPath)" /> | 11 | <BindInputPaths Include="$(OutputPath)" /> |
14 | <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' /> | 12 | <BindInputPaths Include="$(OutputPath)Win32" BindName="x86" /> |
15 | </ItemGroup> | 13 | </ItemGroup> |
16 | |||
17 | <ItemGroup> | 14 | <ItemGroup> |
18 | <ProjectReference Include="..\dnchost\dnchost.vcxproj" /> | 15 | <ProjectReference Include="..\dnchost\dnchost.vcxproj" /> |
19 | <ProjectReference Include="..\mbahost\mbahost.vcxproj" /> | 16 | <ProjectReference Include="..\mbahost\mbahost.vcxproj" /> |
20 | <ProjectReference Include="..\wixstdba\wixstdba.vcxproj" /> | 17 | <ProjectReference Include="..\wixstdba\wixstdba.vcxproj" /> |
21 | </ItemGroup> | 18 | </ItemGroup> |
22 | |||
23 | <ItemGroup> | 19 | <ItemGroup> |
24 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 20 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> |
25 | </ItemGroup> | 21 | </ItemGroup> |
26 | 22 | </Project> \ No newline at end of file | |
27 | </Project> | ||