summaryrefslogtreecommitdiff
path: root/src/ext/ComPlus
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-18 11:57:08 -0700
committerRob Mensching <rob@firegiant.com>2022-10-19 13:23:21 -0700
commit44e69b72d820bcebee45b738372117d35d487404 (patch)
treec6fb14635ccfe00c2bda5409a0da9b61cebe8292 /src/ext/ComPlus
parente550b63845a90e1a9452060b50a00ca5d9ee8c67 (diff)
downloadwix-44e69b72d820bcebee45b738372117d35d487404.tar.gz
wix-44e69b72d820bcebee45b738372117d35d487404.tar.bz2
wix-44e69b72d820bcebee45b738372117d35d487404.zip
Update build dependencies and normalize more projects
Diffstat (limited to 'src/ext/ComPlus')
-rw-r--r--src/ext/ComPlus/ca/complusca.vcxproj4
-rw-r--r--src/ext/ComPlus/wixlib/complus.wixproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/ComPlus/ca/complusca.vcxproj b/src/ext/ComPlus/ca/complusca.vcxproj
index 39264f98..a5b0622e 100644
--- a/src/ext/ComPlus/ca/complusca.vcxproj
+++ b/src/ext/ComPlus/ca/complusca.vcxproj
@@ -92,8 +92,8 @@
92 92
93 <ItemGroup> 93 <ItemGroup>
94 <PackageReference Include="WixToolset.WcaUtil" /> 94 <PackageReference Include="WixToolset.WcaUtil" />
95 <PackageReference Include="Microsoft.SourceLink.GitHub" /> 95 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
96 <PackageReference Include="GitInfo" /> 96 <PackageReference Include="GitInfo" PrivateAssets="All" />
97 </ItemGroup> 97 </ItemGroup>
98 98
99 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 99 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/ComPlus/wixlib/complus.wixproj b/src/ext/ComPlus/wixlib/complus.wixproj
index 9a70c17a..41f31a0d 100644
--- a/src/ext/ComPlus/wixlib/complus.wixproj
+++ b/src/ext/ComPlus/wixlib/complus.wixproj
@@ -21,7 +21,7 @@
21 </ItemGroup> 21 </ItemGroup>
22 22
23 <ItemGroup> 23 <ItemGroup>
24 <PackageReference Include="Microsoft.SourceLink.GitHub" /> 24 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
25 <PackageReference Include="GitInfo" /> 25 <PackageReference Include="GitInfo" PrivateAssets="All" />
26 </ItemGroup> 26 </ItemGroup>
27</Project> 27</Project>