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/UI | |
| 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/UI')
| -rw-r--r-- | src/ext/UI/ca/uica.vcxproj | 1 | ||||
| -rw-r--r-- | src/ext/UI/wixlib/ui.wixproj | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/UI/ca/uica.vcxproj b/src/ext/UI/ca/uica.vcxproj index 17e39046..0803b252 100644 --- a/src/ext/UI/ca/uica.vcxproj +++ b/src/ext/UI/ca/uica.vcxproj | |||
| @@ -65,7 +65,6 @@ | |||
| 65 | <ItemGroup> | 65 | <ItemGroup> |
| 66 | <PackageReference Include="WixToolset.WcaUtil" /> | 66 | <PackageReference Include="WixToolset.WcaUtil" /> |
| 67 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 67 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 68 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 69 | </ItemGroup> | 68 | </ItemGroup> |
| 70 | 69 | ||
| 71 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 70 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/UI/wixlib/ui.wixproj b/src/ext/UI/wixlib/ui.wixproj index ead77af4..d7c6e638 100644 --- a/src/ext/UI/wixlib/ui.wixproj +++ b/src/ext/UI/wixlib/ui.wixproj | |||
| @@ -34,6 +34,5 @@ | |||
| 34 | 34 | ||
| 35 | <ItemGroup> | 35 | <ItemGroup> |
| 36 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 36 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 37 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 38 | </ItemGroup> | 37 | </ItemGroup> |
| 39 | </Project> | 38 | </Project> |
