aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal
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/Bal
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/Bal')
-rw-r--r--src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj1
-rw-r--r--src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj2
-rw-r--r--src/ext/Bal/dnchost/dnchost.vcxproj1
-rw-r--r--src/ext/Bal/mbahost/mbahost.vcxproj1
-rw-r--r--src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj1
-rw-r--r--src/ext/Bal/wixiuiba/wixiuiba.vcxproj1
-rw-r--r--src/ext/Bal/wixlib/bal.wixproj1
-rw-r--r--src/ext/Bal/wixstdba/wixstdba.vcxproj1
8 files changed, 1 insertions, 8 deletions
diff --git a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj
index a294a608..7e41313f 100644
--- a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj
+++ b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj
@@ -63,7 +63,6 @@
63 <PackageReference Include="WixToolset.BalUtil" /> 63 <PackageReference Include="WixToolset.BalUtil" />
64 64
65 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 65 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
66 <PackageReference Include="GitInfo" PrivateAssets="All" />
67 </ItemGroup> 66 </ItemGroup>
68 67
69 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 68 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj b/src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj
index 2c33ac3c..750db40e 100644
--- a/src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj
+++ b/src/ext/Bal/WixToolset.Dnc.HostGenerator/WixToolset.Dnc.HostGenerator.csproj
@@ -9,7 +9,7 @@
9 <Title>WiX Toolset .NET Core BA Host Generator</Title> 9 <Title>WiX Toolset .NET Core BA Host Generator</Title>
10 <DebugType>embedded</DebugType> 10 <DebugType>embedded</DebugType>
11 <PlatformTarget>AnyCPU</PlatformTarget> 11 <PlatformTarget>AnyCPU</PlatformTarget>
12 <GitThisAssembly>true</GitThisAssembly> 12 <IncludeThisAssembly>true</IncludeThisAssembly>
13 </PropertyGroup> 13 </PropertyGroup>
14 14
15 <ItemGroup> 15 <ItemGroup>
diff --git a/src/ext/Bal/dnchost/dnchost.vcxproj b/src/ext/Bal/dnchost/dnchost.vcxproj
index fc96580a..5860e968 100644
--- a/src/ext/Bal/dnchost/dnchost.vcxproj
+++ b/src/ext/Bal/dnchost/dnchost.vcxproj
@@ -83,7 +83,6 @@
83 <PackageReference Include="WixToolset.BalUtil" /> 83 <PackageReference Include="WixToolset.BalUtil" />
84 84
85 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 85 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
86 <PackageReference Include="GitInfo" PrivateAssets="All" />
87 </ItemGroup> 86 </ItemGroup>
88 87
89 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 88 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/Bal/mbahost/mbahost.vcxproj b/src/ext/Bal/mbahost/mbahost.vcxproj
index a8fbbcc2..7764e4d4 100644
--- a/src/ext/Bal/mbahost/mbahost.vcxproj
+++ b/src/ext/Bal/mbahost/mbahost.vcxproj
@@ -71,7 +71,6 @@
71 <PackageReference Include="WixToolset.BalUtil" /> 71 <PackageReference Include="WixToolset.BalUtil" />
72 72
73 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 73 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
74 <PackageReference Include="GitInfo" PrivateAssets="All" />
75 </ItemGroup> 74 </ItemGroup>
76 75
77 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj
index 1ce5737c..42c51c9e 100644
--- a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj
+++ b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj
@@ -64,7 +64,6 @@
64 <PackageReference Include="WixToolset.BalUtil" /> 64 <PackageReference Include="WixToolset.BalUtil" />
65 65
66 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 66 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
67 <PackageReference Include="GitInfo" PrivateAssets="All" />
68 </ItemGroup> 67 </ItemGroup>
69 68
70 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 69 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/src/ext/Bal/wixiuiba/wixiuiba.vcxproj b/src/ext/Bal/wixiuiba/wixiuiba.vcxproj
index dfadbb95..29c7cb50 100644
--- a/src/ext/Bal/wixiuiba/wixiuiba.vcxproj
+++ b/src/ext/Bal/wixiuiba/wixiuiba.vcxproj
@@ -65,7 +65,6 @@
65 <PackageReference Include="WixToolset.BalUtil" /> 65 <PackageReference Include="WixToolset.BalUtil" />
66 66
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/Bal/wixlib/bal.wixproj b/src/ext/Bal/wixlib/bal.wixproj
index 64552f1a..64c9c122 100644
--- a/src/ext/Bal/wixlib/bal.wixproj
+++ b/src/ext/Bal/wixlib/bal.wixproj
@@ -32,6 +32,5 @@
32 32
33 <ItemGroup> 33 <ItemGroup>
34 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 34 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
35 <PackageReference Include="GitInfo" PrivateAssets="All" />
36 </ItemGroup> 35 </ItemGroup>
37</Project> 36</Project>
diff --git a/src/ext/Bal/wixstdba/wixstdba.vcxproj b/src/ext/Bal/wixstdba/wixstdba.vcxproj
index 9273c1ed..9df3d5fd 100644
--- a/src/ext/Bal/wixstdba/wixstdba.vcxproj
+++ b/src/ext/Bal/wixstdba/wixstdba.vcxproj
@@ -75,7 +75,6 @@ rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc"</Command>
75 <PackageReference Include="WixToolset.BalUtil" /> 75 <PackageReference Include="WixToolset.BalUtil" />
76 76
77 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 77 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
78 <PackageReference Include="GitInfo" PrivateAssets="All" />
79 </ItemGroup> 78 </ItemGroup>
80 79
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />