-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
d6e22ce
commit f16e5d5
Showing
43 changed files
with
234 additions
and
187 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"enum": [ | ||
"BrowseReport", | ||
"Build", | ||
"BuildAll", | ||
"BuildDocs", | ||
"BuildNative", | ||
"BuildSamples", | ||
|
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 @@ | ||
dotnet build -c Release | ||
start dotnet run --no-build -c Release -- 9000 2 local 127.0.0.1:9001 | ||
start dotnet run --no-build -c Release -- 9001 2 127.0.0.1:9000 local | ||
dotnet build -c Debug | ||
start dotnet run --no-build -- 9000 2 local 127.0.0.1:9001 | ||
start dotnet run --no-build -- 9001 2 127.0.0.1:9000 local |
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,4 +1,4 @@ | ||
dotnet build -c Release | ||
start dotnet run --no-build -c Release -- 9000 2 local 127.0.0.1:9001 127.0.0.1:9100 | ||
start dotnet run --no-build -c Release -- 9001 2 127.0.0.1:9000 local | ||
start dotnet run --no-build -c Release -- 9100 2 spectate 127.0.0.1:9000 | ||
dotnet build -c Debug | ||
start dotnet run --no-build -- 9000 2 local 127.0.0.1:9001 127.0.0.1:9100 | ||
start dotnet run --no-build -- 9001 2 127.0.0.1:9000 local | ||
start dotnet run --no-build -- 9100 2 spectate 127.0.0.1:9000 |
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,5 +1,5 @@ | ||
dotnet build -c Release | ||
start dotnet run --no-build -c Release -- 9000 2 local 127.0.0.1:9001 127.0.0.1:9100 | ||
start dotnet run --no-build -c Release -- 9001 2 127.0.0.1:9000 local 127.0.0.1:9101 | ||
start dotnet run --no-build -c Release -- 9100 2 spectate 127.0.0.1:9000 | ||
start dotnet run --no-build -c Release -- 9101 2 spectate 127.0.0.1:9001 | ||
dotnet build -c Debug | ||
start dotnet run --no-build -- 9000 2 local 127.0.0.1:9001 127.0.0.1:9100 | ||
start dotnet run --no-build -- 9001 2 127.0.0.1:9000 local 127.0.0.1:9101 | ||
start dotnet run --no-build -- 9100 2 spectate 127.0.0.1:9000 | ||
start dotnet run --no-build -- 9101 2 spectate 127.0.0.1:9001 |
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,4 +1,4 @@ | ||
#!/bin/bash | ||
pushd "$(dirname "$0")/../../../LobbyServer" || exit | ||
dotnet run --no-build -c Release | ||
dotnet run --no-build | ||
popd || exit |
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,19 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<RootNamespace>SpaceWar</RootNamespace> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303"/> | ||
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Backdash\Backdash.csproj" /> | ||
</ItemGroup> | ||
<Target Name="RestoreDotnetTools" BeforeTargets="Restore"> | ||
<Message Text="Restoring dotnet tools" Importance="High"/> | ||
<Exec Command="dotnet tool restore"/> | ||
</Target> | ||
<PropertyGroup> | ||
<RootNamespace>SpaceWar</RootNamespace> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RollForward>Major</RollForward> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<PublishReadyToRun>false</PublishReadyToRun> | ||
<TieredCompilation>false</TieredCompilation> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105"/> | ||
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.2.1105"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Backdash\Backdash.csproj"/> | ||
</ItemGroup> | ||
<Target Name="RestoreDotnetTools" BeforeTargets="Restore"> | ||
<Message Text="Restoring dotnet tools" Importance="High"/> | ||
<Exec Command="dotnet tool restore"/> | ||
</Target> | ||
</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.