vcxproj: include reftable when committing `.vcxproj` files

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2022-06-28 17:00:59 +02:00 коммит произвёл Matthew John Cheetham
Родитель af0bb2a43f
Коммит a34de7f83a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -745,7 +745,7 @@ vcxproj:
# Make .vcxproj files and add them
perl contrib/buildsystems/generate -g Vcxproj
git add -f git.sln {*,*/lib.proj,t/helper/*}/*.vcxproj
git add -f git.sln {*,*/lib.proj,t/helper/*,reftable/libreftable{,_test}.proj}/*.vcxproj
# Generate the LinkOrCopyBuiltins.targets and LinkOrCopyRemoteHttp.targets file
(echo '<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">' && \