|
|
@ -1,7 +1,3 @@ |
|
|
|
@if not exist "cecil\Mono.Cecil.csproj" ( |
|
|
|
|
|
|
|
git submodule update --init || exit /b 1 |
|
|
|
|
|
|
|
git submodule update --remote ILSpy-tests || exit /b 1 |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
@setlocal enabledelayedexpansion |
|
|
|
@setlocal enabledelayedexpansion |
|
|
|
@set MSBUILD= |
|
|
|
@set MSBUILD= |
|
|
|
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do ( |
|
|
|
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do ( |
|
|
|