diff options
author | Rob Mensching <rob@firegiant.com> | 2022-11-10 23:35:31 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-11-13 07:27:49 -0800 |
commit | c8a832c931f6c34892e596a11c14e9181d5eee16 (patch) | |
tree | f7038e49a221ec4e1ce7a5eb42002e90710b7f50 /src/ext/ComPlus | |
parent | fdf2b03587cddd74618f57c59f24a22819bd28ff (diff) | |
download | wix-c8a832c931f6c34892e596a11c14e9181d5eee16.tar.gz wix-c8a832c931f6c34892e596a11c14e9181d5eee16.tar.bz2 wix-c8a832c931f6c34892e596a11c14e9181d5eee16.zip |
Minimize calls into GitInfo by caching results during build_init
Diffstat (limited to 'src/ext/ComPlus')
-rw-r--r-- | src/ext/ComPlus/ca/complusca.vcxproj | 1 | ||||
-rw-r--r-- | src/ext/ComPlus/wixlib/complus.wixproj | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/ComPlus/ca/complusca.vcxproj b/src/ext/ComPlus/ca/complusca.vcxproj index a5b0622e..93abb3b0 100644 --- a/src/ext/ComPlus/ca/complusca.vcxproj +++ b/src/ext/ComPlus/ca/complusca.vcxproj | |||
@@ -93,7 +93,6 @@ | |||
93 | <ItemGroup> | 93 | <ItemGroup> |
94 | <PackageReference Include="WixToolset.WcaUtil" /> | 94 | <PackageReference Include="WixToolset.WcaUtil" /> |
95 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 95 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
96 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
97 | </ItemGroup> | 96 | </ItemGroup> |
98 | 97 | ||
99 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/ComPlus/wixlib/complus.wixproj b/src/ext/ComPlus/wixlib/complus.wixproj index 41f31a0d..0d9a64cf 100644 --- a/src/ext/ComPlus/wixlib/complus.wixproj +++ b/src/ext/ComPlus/wixlib/complus.wixproj | |||
@@ -22,6 +22,5 @@ | |||
22 | 22 | ||
23 | <ItemGroup> | 23 | <ItemGroup> |
24 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 24 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
25 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
26 | </ItemGroup> | 25 | </ItemGroup> |
27 | </Project> | 26 | </Project> |