feat(gamecli): scaffold .NET solution and test project
This commit is contained in:
10
GameCli/GameCli.csproj
Normal file
10
GameCli/GameCli.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
2
GameCli/Program.cs
Normal file
2
GameCli/Program.cs
Normal file
@@ -0,0 +1,2 @@
|
||||
// Placeholder. Rewritten in Task 8.
|
||||
System.Console.Error.WriteLine("GameCli placeholder");
|
||||
Reference in New Issue
Block a user