File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ Push-Location $libgit2Directory
93
93
$buildProperties = @"
94
94
<Project>
95
95
<PropertyGroup>
96
+ <MSBuildAllProjects>`$ (MSBuildAllProjects);`$ (MSBuildThisFileFullPath)</MSBuildAllProjects>
97
+ <libgit2_propsfile>`$ (MSBuildThisFileFullPath)</libgit2_propsfile>
96
98
<libgit2_hash>$sha </libgit2_hash>
97
99
<libgit2_filename>$binaryFilename </libgit2_filename>
98
100
</PropertyGroup>
@@ -104,6 +106,8 @@ Push-Location $libgit2Directory
104
106
$net461BuildProperties = @"
105
107
<Project>
106
108
<PropertyGroup>
109
+ <MSBuildAllProjects>`$ (MSBuildAllProjects);`$ (MSBuildThisFileFullPath)</MSBuildAllProjects>
110
+ <libgit2_propsfile>`$ (MSBuildThisFileFullPath)</libgit2_propsfile>
107
111
<libgit2_hash>$sha </libgit2_hash>
108
112
<libgit2_filename>$binaryFilename </libgit2_filename>
109
113
</PropertyGroup>
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
4
+ <libgit2_propsfile >$(MSBuildThisFileFullPath)</libgit2_propsfile >
3
5
<libgit2_hash >15e119375018fba121cf58e02a9f17fe22df0df8</libgit2_hash >
4
6
<libgit2_filename >git2-15e1193</libgit2_filename >
5
7
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
4
+ <libgit2_propsfile >$(MSBuildThisFileFullPath)</libgit2_propsfile >
3
5
<libgit2_hash >15e119375018fba121cf58e02a9f17fe22df0df8</libgit2_hash >
4
6
<libgit2_filename >git2-15e1193</libgit2_filename >
5
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments