diff --git a/install-VS2015.bat b/install-VS2015.bat new file mode 100644 index 000000000..70efd3d97 --- /dev/null +++ b/install-VS2015.bat @@ -0,0 +1,16 @@ +@REM Delete so if builder fails it wont exist +del source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.* + +%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "source\Builder.sln" /nologo /maxcpucount /p:Configuration=Debug /p:Platform=x86 + +@if not exist source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe goto error + +start source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe -bat -VS2015 %1 %2 %3 %4 %5 %6 %7 %8 %9 + +@exit + +:Error +@echo _ +@echo _ +@echo Something went wrong. +@pause \ No newline at end of file diff --git a/source/Cosmos.Build.Builder/Cosmos.Build.Builder.csproj b/source/Cosmos.Build.Builder/Cosmos.Build.Builder.csproj index 089303c12..c27cacbec 100644 --- a/source/Cosmos.Build.Builder/Cosmos.Build.Builder.csproj +++ b/source/Cosmos.Build.Builder/Cosmos.Build.Builder.csproj @@ -62,6 +62,10 @@ true + + .\Interop.TaskScheduler.dll + True + @@ -131,17 +135,6 @@ - - - {E34CB9F1-C7F7-424C-BE29-027DCC09363A} - 1 - 0 - 0 - tlbimp - False - True - -