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/Util | |
| 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/Util')
| -rw-r--r-- | src/ext/Util/be/utilbe.vcxproj | 1 | ||||
| -rw-r--r-- | src/ext/Util/ca/utilca.vcxproj | 1 | ||||
| -rw-r--r-- | src/ext/Util/wixlib/util.wixproj | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/ext/Util/be/utilbe.vcxproj b/src/ext/Util/be/utilbe.vcxproj index fa39dcf3..d2697bbd 100644 --- a/src/ext/Util/be/utilbe.vcxproj +++ b/src/ext/Util/be/utilbe.vcxproj | |||
| @@ -70,7 +70,6 @@ | |||
| 70 | <PackageReference Include="WixToolset.BextUtil" /> | 70 | <PackageReference Include="WixToolset.BextUtil" /> |
| 71 | 71 | ||
| 72 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 72 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 73 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 74 | </ItemGroup> | 73 | </ItemGroup> |
| 75 | 74 | ||
| 76 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/Util/ca/utilca.vcxproj b/src/ext/Util/ca/utilca.vcxproj index 352d7723..8fe26942 100644 --- a/src/ext/Util/ca/utilca.vcxproj +++ b/src/ext/Util/ca/utilca.vcxproj | |||
| @@ -97,7 +97,6 @@ | |||
| 97 | <ItemGroup> | 97 | <ItemGroup> |
| 98 | <PackageReference Include="WixToolset.WcaUtil" /> | 98 | <PackageReference Include="WixToolset.WcaUtil" /> |
| 99 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 99 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 100 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 101 | </ItemGroup> | 100 | </ItemGroup> |
| 102 | 101 | ||
| 103 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 102 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/Util/wixlib/util.wixproj b/src/ext/Util/wixlib/util.wixproj index fa82fea2..c1975af2 100644 --- a/src/ext/Util/wixlib/util.wixproj +++ b/src/ext/Util/wixlib/util.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> |
