forked from stride3d/stride
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8,854 changed files
with
56,315 additions
and
56,315 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*.nupkg | ||
XenkoSetup*.exe | ||
StrideSetup*.exe | ||
/TestResults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
@echo off | ||
setlocal | ||
rmdir /S /Q "%LOCALAPPDATA%\temp\Xenko" | ||
rmdir /S /Q "%LOCALAPPDATA%\temp\Stride" | ||
REM ------------------------------------------------------------------- | ||
REM Global config | ||
REM ------------------------------------------------------------------- | ||
set XENKO_OUTPUT_DIR=%~dp0\..\Bin | ||
set XENKO_VSIX=%XENKO_OUTPUT_DIR%\VSIX\Xenko.vsix | ||
set STRIDE_OUTPUT_DIR=%~dp0\..\Bin | ||
set STRIDE_VSIX=%STRIDE_OUTPUT_DIR%\VSIX\Stride.vsix | ||
REM ------------------------------------------------------------------- | ||
REM Build Xenko | ||
REM Build Stride | ||
REM ------------------------------------------------------------------- | ||
IF EXIST "%XENKO_VSIX%" GOTO :vsixok | ||
echo Error, unable to find Xenko VSIX [%XENKO_VSIX%] | ||
echo Run 00-BuildXenko.bat before trying to install the VisualStudio package | ||
IF EXIST "%STRIDE_VSIX%" GOTO :vsixok | ||
echo Error, unable to find Stride VSIX [%STRIDE_VSIX%] | ||
echo Run 00-BuildStride.bat before trying to install the VisualStudio package | ||
pause | ||
exit /b 1 | ||
:vsixok | ||
"%XENKO_VSIX%" | ||
"%STRIDE_VSIX%" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\VsDevCmd.bat" | ||
msbuild Xenko.build /p:XenkoGenerateDoc=true /t:BuildWindows > NUL | ||
msbuild Stride.build /p:StrideGenerateDoc=true /t:BuildWindows > NUL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CALL "%VS140COMNTOOLS%VsDevCmd.bat" | ||
msbuild Xenko.build /p:XenkoGenerateDoc=true /t:BuildWindows > NUL | ||
msbuild Stride.build /p:StrideGenerateDoc=true /t:BuildWindows > NUL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
set XenkoPlatforms=Windows;UWP;Android;iOS;Linux | ||
Xenko.sln | ||
set StridePlatforms=Windows;UWP;Android;iOS;Linux | ||
Stride.sln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<!-- Build file pre-included by all Xenko projects --> | ||
<!-- Build file pre-included by all Stride projects --> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName> | ||
<XenkoPlatforms Condition="'$(XenkoPlatforms)' == ''">Windows;Android</XenkoPlatforms> | ||
<StrideCommonPreSettingsName>Stride</StrideCommonPreSettingsName> | ||
<StridePlatforms Condition="'$(StridePlatforms)' == ''">Windows;Android</StridePlatforms> | ||
</PropertyGroup> | ||
</Project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.