2018-06-19 12:06:54 +03:00
|
|
|
@echo off
|
|
|
|
|
2018-11-28 17:17:38 +03:00
|
|
|
echo Processing Runtime (currently using Linux as template)
|
2020-04-14 17:37:41 +03:00
|
|
|
..\sources\tools\Stride.ProjectGenerator\bin\Debug\net472\Stride.ProjectGenerator.exe solution Stride.sln -o Stride.Runtime.sln -p Linux
|
2018-06-19 12:06:54 +03:00
|
|
|
echo.
|
|
|
|
|
|
|
|
echo Processing Android
|
2020-04-14 17:37:41 +03:00
|
|
|
..\sources\tools\Stride.ProjectGenerator\bin\Debug\net472\Stride.ProjectGenerator.exe solution Stride.sln -o Stride.Android.sln -p Android
|
2018-06-19 12:06:54 +03:00
|
|
|
echo.
|
|
|
|
|
|
|
|
echo Processing iOS
|
2020-04-14 17:37:41 +03:00
|
|
|
..\sources\tools\Stride.ProjectGenerator\bin\Debug\net472\Stride.ProjectGenerator.exe solution Stride.sln -o Stride.iOS.sln -p iOS
|
2018-06-19 12:06:54 +03:00
|
|
|
echo.
|