- add server project

pull/26/head
Simon Gockner 6 years ago
parent 0fc86391da
commit ded8f9a968
  1. 8
      GBase.Server/GBase.Server.csproj
  2. 14
      GBase.Server/Program.cs

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>

@ -0,0 +1,14 @@
// Author: Gockner, Simon
// Created: 2020-02-07
// Copyright(c) 2020 SimonG. All Rights Reserved.
namespace GBase.Server
{
class Program
{
static void Main(string[] args)
{
}
}
}
Loading…
Cancel
Save