From db8e9309243292385d209dcf3af97882c5ff8dc9 Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Tue, 8 Nov 2016 22:07:23 +0100 Subject: [PATCH] Renames to msbuild.cmd --- bin/msbuild.cmd | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/msbuild.cmd diff --git a/bin/msbuild.cmd b/bin/msbuild.cmd new file mode 100644 index 0000000..a72a87d --- /dev/null +++ b/bin/msbuild.cmd @@ -0,0 +1 @@ +@call "c:\program files (x86)\msbuild\12.0\bin\msbuild.exe" -m -nologo -v:q -property:GenerateFullPaths=true %* -- 2.43.0