Initial commit

This commit is contained in:
2020-06-27 18:34:44 +01:00
commit aaff08bae4
11 changed files with 319 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FireLance\GSMParser.csproj" />
</ItemGroup>
</Project>