Initial Code commit

This commit is contained in:
xx-TheDoctor-xx
2020-05-11 15:14:08 +01:00
parent 1cf954fa5f
commit fd7f383438
5 changed files with 174 additions and 0 deletions

8
TickManager.csproj Normal file
View File

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