Initial commit of structure

This commit is contained in:
Smaug123
2021-02-17 16:07:42 +00:00
commit 1a28f01551
7 changed files with 388 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="ServerAgent.fs" />
<Compile Include="ExternalInfoProvider.fs" />
</ItemGroup>
</Project>