This commit is contained in:
2019-09-01 15:26:50 +02:00
parent bdb49b019a
commit efc530059f
2 changed files with 15 additions and 0 deletions

7
CebelcaAPI.csproj Normal file
View File

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

8
CebelcaAPISharp.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace CebelcaAPI
{
public class CebelcaAPISharp
{
}
}