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 | |
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')
37 files changed, 4 insertions, 37 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" /> |
diff --git a/src/ext/ComPlus/ca/complusca.vcxproj b/src/ext/ComPlus/ca/complusca.vcxproj index a5b0622e..93abb3b0 100644 --- a/src/ext/ComPlus/ca/complusca.vcxproj +++ b/src/ext/ComPlus/ca/complusca.vcxproj | |||
@@ -93,7 +93,6 @@ | |||
93 | <ItemGroup> | 93 | <ItemGroup> |
94 | <PackageReference Include="WixToolset.WcaUtil" /> | 94 | <PackageReference Include="WixToolset.WcaUtil" /> |
95 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 95 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
96 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
97 | </ItemGroup> | 96 | </ItemGroup> |
98 | 97 | ||
99 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/ComPlus/wixlib/complus.wixproj b/src/ext/ComPlus/wixlib/complus.wixproj index 41f31a0d..0d9a64cf 100644 --- a/src/ext/ComPlus/wixlib/complus.wixproj +++ b/src/ext/ComPlus/wixlib/complus.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> |
diff --git a/src/ext/Dependency/ca/dependencyca.vcxproj b/src/ext/Dependency/ca/dependencyca.vcxproj index 336196bc..f2eb7a0f 100644 --- a/src/ext/Dependency/ca/dependencyca.vcxproj +++ b/src/ext/Dependency/ca/dependencyca.vcxproj | |||
@@ -63,7 +63,6 @@ | |||
63 | <ItemGroup> | 63 | <ItemGroup> |
64 | <PackageReference Include="WixToolset.WcaUtil" /> | 64 | <PackageReference Include="WixToolset.WcaUtil" /> |
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/Dependency/wixlib/dependency.wixproj b/src/ext/Dependency/wixlib/dependency.wixproj index 32261349..2c43c3a9 100644 --- a/src/ext/Dependency/wixlib/dependency.wixproj +++ b/src/ext/Dependency/wixlib/dependency.wixproj | |||
@@ -24,6 +24,5 @@ | |||
24 | 24 | ||
25 | <ItemGroup> | 25 | <ItemGroup> |
26 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 26 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
27 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
28 | </ItemGroup> | 27 | </ItemGroup> |
29 | </Project> | 28 | </Project> |
diff --git a/src/ext/DifxApp/wixlib/difxapp.wixproj b/src/ext/DifxApp/wixlib/difxapp.wixproj index 71e88ffc..62e7cb3e 100644 --- a/src/ext/DifxApp/wixlib/difxapp.wixproj +++ b/src/ext/DifxApp/wixlib/difxapp.wixproj | |||
@@ -8,6 +8,5 @@ | |||
8 | 8 | ||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 10 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
11 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
12 | </ItemGroup> | 11 | </ItemGroup> |
13 | </Project> | 12 | </Project> |
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> |
diff --git a/src/ext/Firewall/ca/fwca.vcxproj b/src/ext/Firewall/ca/fwca.vcxproj index 0f08bc72..227242cb 100644 --- a/src/ext/Firewall/ca/fwca.vcxproj +++ b/src/ext/Firewall/ca/fwca.vcxproj | |||
@@ -67,7 +67,6 @@ | |||
67 | <ItemGroup> | 67 | <ItemGroup> |
68 | <PackageReference Include="WixToolset.WcaUtil" /> | 68 | <PackageReference Include="WixToolset.WcaUtil" /> |
69 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 69 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
70 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
71 | </ItemGroup> | 70 | </ItemGroup> |
72 | 71 | ||
73 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 72 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/Firewall/wixlib/firewall.wixproj b/src/ext/Firewall/wixlib/firewall.wixproj index 51941541..efb0b64b 100644 --- a/src/ext/Firewall/wixlib/firewall.wixproj +++ b/src/ext/Firewall/wixlib/firewall.wixproj | |||
@@ -5,18 +5,20 @@ | |||
5 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
6 | <Cultures>en-us</Cultures> | 6 | <Cultures>en-us</Cultures> |
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | |||
8 | <ItemGroup> | 9 | <ItemGroup> |
9 | <BindInputPaths Include="$(OutputPath)x86" BindName="x86" /> | 10 | <BindInputPaths Include="$(OutputPath)x86" BindName="x86" /> |
10 | <BindInputPaths Include="$(OutputPath)x64" BindName="x64" /> | 11 | <BindInputPaths Include="$(OutputPath)x64" BindName="x64" /> |
11 | <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" /> | 12 | <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" /> |
12 | </ItemGroup> | 13 | </ItemGroup> |
14 | |||
13 | <ItemGroup> | 15 | <ItemGroup> |
14 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> | 16 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> |
15 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> | 17 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> |
16 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> | 18 | <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> |
17 | </ItemGroup> | 19 | </ItemGroup> |
20 | |||
18 | <ItemGroup> | 21 | <ItemGroup> |
19 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
20 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
21 | </ItemGroup> | 23 | </ItemGroup> |
22 | </Project> \ No newline at end of file | 24 | </Project> \ No newline at end of file |
diff --git a/src/ext/Http/ca/httpca.vcxproj b/src/ext/Http/ca/httpca.vcxproj index 9e6fbd56..42acd85d 100644 --- a/src/ext/Http/ca/httpca.vcxproj +++ b/src/ext/Http/ca/httpca.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/Http/wixlib/http.wixproj b/src/ext/Http/wixlib/http.wixproj index 651a32ef..0b229f1b 100644 --- a/src/ext/Http/wixlib/http.wixproj +++ b/src/ext/Http/wixlib/http.wixproj | |||
@@ -20,6 +20,5 @@ | |||
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
23 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
24 | </ItemGroup> | 23 | </ItemGroup> |
25 | </Project> | 24 | </Project> |
diff --git a/src/ext/Iis/ca/iisca.vcxproj b/src/ext/Iis/ca/iisca.vcxproj index 3ac9cdcf..e148c520 100644 --- a/src/ext/Iis/ca/iisca.vcxproj +++ b/src/ext/Iis/ca/iisca.vcxproj | |||
@@ -139,7 +139,6 @@ | |||
139 | <ItemGroup> | 139 | <ItemGroup> |
140 | <PackageReference Include="WixToolset.WcaUtil" /> | 140 | <PackageReference Include="WixToolset.WcaUtil" /> |
141 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 141 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
142 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
143 | </ItemGroup> | 142 | </ItemGroup> |
144 | 143 | ||
145 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 144 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/Iis/wixlib/iis.wixproj b/src/ext/Iis/wixlib/iis.wixproj index f4e6ae1b..6304e00a 100644 --- a/src/ext/Iis/wixlib/iis.wixproj +++ b/src/ext/Iis/wixlib/iis.wixproj | |||
@@ -21,6 +21,5 @@ | |||
21 | 21 | ||
22 | <ItemGroup> | 22 | <ItemGroup> |
23 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 23 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
24 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
25 | </ItemGroup> | 24 | </ItemGroup> |
26 | </Project> | 25 | </Project> |
diff --git a/src/ext/Msmq/ca/msmqca.vcxproj b/src/ext/Msmq/ca/msmqca.vcxproj index 8460179d..6957c24f 100644 --- a/src/ext/Msmq/ca/msmqca.vcxproj +++ b/src/ext/Msmq/ca/msmqca.vcxproj | |||
@@ -63,7 +63,6 @@ | |||
63 | <ItemGroup> | 63 | <ItemGroup> |
64 | <PackageReference Include="WixToolset.WcaUtil" /> | 64 | <PackageReference Include="WixToolset.WcaUtil" /> |
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 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 67 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
69 | </Project> \ No newline at end of file | 68 | </Project> \ No newline at end of file |
diff --git a/src/ext/Msmq/wixlib/msmq.wixproj b/src/ext/Msmq/wixlib/msmq.wixproj index e2887823..903259d2 100644 --- a/src/ext/Msmq/wixlib/msmq.wixproj +++ b/src/ext/Msmq/wixlib/msmq.wixproj | |||
@@ -20,6 +20,5 @@ | |||
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
23 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
24 | </ItemGroup> | 23 | </ItemGroup> |
25 | </Project> | 24 | </Project> |
diff --git a/src/ext/NetFx/be/netfxbe.vcxproj b/src/ext/NetFx/be/netfxbe.vcxproj index 00588764..d1084dd1 100644 --- a/src/ext/NetFx/be/netfxbe.vcxproj +++ b/src/ext/NetFx/be/netfxbe.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/NetFx/ca/netfxca.vcxproj b/src/ext/NetFx/ca/netfxca.vcxproj index 0158a656..ea9d2d90 100644 --- a/src/ext/NetFx/ca/netfxca.vcxproj +++ b/src/ext/NetFx/ca/netfxca.vcxproj | |||
@@ -64,7 +64,6 @@ | |||
64 | <ItemGroup> | 64 | <ItemGroup> |
65 | <PackageReference Include="WixToolset.WcaUtil" /> | 65 | <PackageReference Include="WixToolset.WcaUtil" /> |
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/NetFx/netcoresearch/netcoresearch.vcxproj b/src/ext/NetFx/netcoresearch/netcoresearch.vcxproj index b5f12f07..a73192d0 100644 --- a/src/ext/NetFx/netcoresearch/netcoresearch.vcxproj +++ b/src/ext/NetFx/netcoresearch/netcoresearch.vcxproj | |||
@@ -62,7 +62,6 @@ | |||
62 | <ItemGroup> | 62 | <ItemGroup> |
63 | <PackageReference Include="WixToolset.Dutil" /> | 63 | <PackageReference Include="WixToolset.Dutil" /> |
64 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 64 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
65 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
66 | </ItemGroup> | 65 | </ItemGroup> |
67 | 66 | ||
68 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 67 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/NetFx/wixlib/netfx.wixproj b/src/ext/NetFx/wixlib/netfx.wixproj index 734e64da..1ab72e8e 100644 --- a/src/ext/NetFx/wixlib/netfx.wixproj +++ b/src/ext/NetFx/wixlib/netfx.wixproj | |||
@@ -35,7 +35,6 @@ | |||
35 | 35 | ||
36 | <ItemGroup> | 36 | <ItemGroup> |
37 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 37 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
38 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
39 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x86" GeneratePathProperty="true" /> | 38 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x86" GeneratePathProperty="true" /> |
40 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x64" GeneratePathProperty="true" /> | 39 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x64" GeneratePathProperty="true" /> |
41 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.arm64" GeneratePathProperty="true" /> | 40 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.arm64" GeneratePathProperty="true" /> |
diff --git a/src/ext/PowerShell/wixlib/powershell.wixproj b/src/ext/PowerShell/wixlib/powershell.wixproj index b28eb626..67bea57a 100644 --- a/src/ext/PowerShell/wixlib/powershell.wixproj +++ b/src/ext/PowerShell/wixlib/powershell.wixproj | |||
@@ -7,6 +7,5 @@ | |||
7 | 7 | ||
8 | <ItemGroup> | 8 | <ItemGroup> |
9 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 9 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
10 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
11 | </ItemGroup> | 10 | </ItemGroup> |
12 | </Project> | 11 | </Project> |
diff --git a/src/ext/Sql/ca/sqlca.vcxproj b/src/ext/Sql/ca/sqlca.vcxproj index a6e85afb..4013351f 100644 --- a/src/ext/Sql/ca/sqlca.vcxproj +++ b/src/ext/Sql/ca/sqlca.vcxproj | |||
@@ -74,7 +74,6 @@ | |||
74 | <ItemGroup> | 74 | <ItemGroup> |
75 | <PackageReference Include="WixToolset.WcaUtil" /> | 75 | <PackageReference Include="WixToolset.WcaUtil" /> |
76 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 76 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
77 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
78 | </ItemGroup> | 77 | </ItemGroup> |
79 | 78 | ||
80 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 79 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/ext/Sql/wixlib/sql.wixproj b/src/ext/Sql/wixlib/sql.wixproj index ef2080c4..d896bbb3 100644 --- a/src/ext/Sql/wixlib/sql.wixproj +++ b/src/ext/Sql/wixlib/sql.wixproj | |||
@@ -20,6 +20,5 @@ | |||
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 22 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
23 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
24 | </ItemGroup> | 23 | </ItemGroup> |
25 | </Project> | 24 | </Project> |
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> |
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> |
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> |