Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Sync with Git 2.22.1
[gitweb.git]
/
contrib
/
buildsystems
/
Generators
/
Vcxproj.pm
diff --git
a/contrib/buildsystems/Generators/Vcxproj.pm
b/contrib/buildsystems/Generators/Vcxproj.pm
index e65d78e16df6455ac26cfea7e39054a7e485b8cb..576ccabe1dbda06b90ee70a1882ef726315a2182 100644
(file)
--- a/
contrib/buildsystems/Generators/Vcxproj.pm
+++ b/
contrib/buildsystems/Generators/Vcxproj.pm
@@
-274,6
+274,9
@@
sub createProject {
</Target>
EOM
}
+ if ($target eq 'git') {
+ print F " <Import Project=\"LinkOrCopyBuiltins.targets\" />\n";
+ }
print F << "EOM";
</Project>
EOM