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/DirectX | |
| 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/DirectX')
| -rw-r--r-- | src/ext/DirectX/ca/directxca.vcxproj | 1 | ||||
| -rw-r--r-- | src/ext/DirectX/wixlib/directx.wixproj | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/DirectX/ca/directxca.vcxproj b/src/ext/DirectX/ca/directxca.vcxproj index abc54156..00b4fcb0 100644 --- a/src/ext/DirectX/ca/directxca.vcxproj +++ b/src/ext/DirectX/ca/directxca.vcxproj | |||
| @@ -57,7 +57,6 @@ | |||
| 57 | <ItemGroup> | 57 | <ItemGroup> |
| 58 | <PackageReference Include="WixToolset.WcaUtil" /> | 58 | <PackageReference Include="WixToolset.WcaUtil" /> |
| 59 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 59 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 60 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 61 | </ItemGroup> | 60 | </ItemGroup> |
| 62 | 61 | ||
| 63 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/DirectX/wixlib/directx.wixproj b/src/ext/DirectX/wixlib/directx.wixproj index ea0f3330..109b7e37 100644 --- a/src/ext/DirectX/wixlib/directx.wixproj +++ b/src/ext/DirectX/wixlib/directx.wixproj | |||
| @@ -19,6 +19,5 @@ | |||
| 19 | 19 | ||
| 20 | <ItemGroup> | 20 | <ItemGroup> |
| 21 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 21 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 22 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
| 23 | </ItemGroup> | 22 | </ItemGroup> |
| 24 | </Project> | 23 | </Project> |
