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/Iis | |
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/Iis')
-rw-r--r-- | src/ext/Iis/ca/iisca.vcxproj | 1 | ||||
-rw-r--r-- | src/ext/Iis/wixlib/iis.wixproj | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/Iis/ca/iisca.vcxproj b/src/ext/Iis/ca/iisca.vcxproj index 3ac9cdcf..e148c520 100644 --- a/src/ext/Iis/ca/iisca.vcxproj +++ b/src/ext/Iis/ca/iisca.vcxproj | |||
@@ -139,7 +139,6 @@ | |||
139 | <ItemGroup> | 139 | <ItemGroup> |
140 | <PackageReference Include="WixToolset.WcaUtil" /> | 140 | <PackageReference Include="WixToolset.WcaUtil" /> |
141 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 141 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
142 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
143 | </ItemGroup> | 142 | </ItemGroup> |
144 | 143 | ||
145 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 144 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/Iis/wixlib/iis.wixproj b/src/ext/Iis/wixlib/iis.wixproj index f4e6ae1b..6304e00a 100644 --- a/src/ext/Iis/wixlib/iis.wixproj +++ b/src/ext/Iis/wixlib/iis.wixproj | |||
@@ -21,6 +21,5 @@ | |||
21 | 21 | ||
22 | <ItemGroup> | 22 | <ItemGroup> |
23 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 23 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
24 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
25 | </ItemGroup> | 24 | </ItemGroup> |
26 | </Project> | 25 | </Project> |