summaryrefslogtreecommitdiff
path: root/src/ext/VisualStudio
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-11-10 23:35:31 -0800
committerRob Mensching <rob@firegiant.com>2022-11-13 07:27:49 -0800
commitc8a832c931f6c34892e596a11c14e9181d5eee16 (patch)
treef7038e49a221ec4e1ce7a5eb42002e90710b7f50 /src/ext/VisualStudio
parentfdf2b03587cddd74618f57c59f24a22819bd28ff (diff)
downloadwix-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/VisualStudio')
-rw-r--r--src/ext/VisualStudio/ca/vsca.vcxproj1
-rw-r--r--src/ext/VisualStudio/wixlib/vs.wixproj1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/VisualStudio/ca/vsca.vcxproj b/src/ext/VisualStudio/ca/vsca.vcxproj
index 6eb78fd7..466275d8 100644
--- a/src/ext/VisualStudio/ca/vsca.vcxproj
+++ b/src/ext/VisualStudio/ca/vsca.vcxproj
@@ -56,7 +56,6 @@
56 <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Native" /> 56 <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Native" />
57 <PackageReference Include="WixToolset.WcaUtil" /> 57 <PackageReference Include="WixToolset.WcaUtil" />
58 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 58 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
59 <PackageReference Include="GitInfo" PrivateAssets="All" />
60 </ItemGroup> 59 </ItemGroup>
61 60
62 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/VisualStudio/wixlib/vs.wixproj b/src/ext/VisualStudio/wixlib/vs.wixproj
index 61b4a93a..85b9120a 100644
--- a/src/ext/VisualStudio/wixlib/vs.wixproj
+++ b/src/ext/VisualStudio/wixlib/vs.wixproj
@@ -15,6 +15,5 @@
15 15
16 <ItemGroup> 16 <ItemGroup>
17 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 17 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
18 <PackageReference Include="GitInfo" PrivateAssets="All" />
19 </ItemGroup> 18 </ItemGroup>
20</Project> 19</Project>