Projektdateien hinzufügen.

This commit is contained in:
Railz
2020-02-24 21:12:29 +01:00
parent c84cf0d4bf
commit b9f8647778
3 changed files with 41 additions and 0 deletions

8
5sim_api/5sim_api.csproj Normal file
View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>_5sim_api</RootNamespace>
</PropertyGroup>
</Project>

8
5sim_api/Class1.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace _5sim_api
{
public class Class1
{
}
}