diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-03 13:14:38 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-03 13:49:20 -0800 |
commit | f7268b6ba1fbcc25ba321205d2fdea6bd0d39b2b (patch) | |
tree | a8a5dc64f17525ad84ea4b6e4204feb0b92deb38 /src/wixlib | |
parent | 0cce08ec250a53f28c2b349b8d88d3d9ea7def9c (diff) | |
download | wix-f7268b6ba1fbcc25ba321205d2fdea6bd0d39b2b.tar.gz wix-f7268b6ba1fbcc25ba321205d2fdea6bd0d39b2b.tar.bz2 wix-f7268b6ba1fbcc25ba321205d2fdea6bd0d39b2b.zip |
Update to latest build infrastructure
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/util.wixproj | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index 4aeb09f2..99dede7d 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj | |||
@@ -13,22 +13,15 @@ | |||
13 | </ItemGroup> | 13 | </ItemGroup> |
14 | 14 | ||
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" /> | 16 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> |
17 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" /> | 17 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> |
18 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" /> | 18 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> |
19 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" /> | 19 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> |
20 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" /> | 20 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> |
21 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x64" /> | 21 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> |
22 | </ItemGroup> | 22 | </ItemGroup> |
23 | 23 | ||
24 | <ItemGroup> | 24 | <ItemGroup> |
25 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 25 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
26 | </ItemGroup> | 26 | </ItemGroup> |
27 | |||
28 | <!-- Workaround for bug in ProjectReferenceDefineConstants, they're not needed for this project anyway --> | ||
29 | <Target Name="ClearProjectReferenceDefineConstants" AfterTargets="CalculateDefineConstants"> | ||
30 | <PropertyGroup> | ||
31 | <ProjectReferenceDefineConstants></ProjectReferenceDefineConstants> | ||
32 | </PropertyGroup> | ||
33 | </Target> | ||
34 | </Project> | 27 | </Project> |