Renamed FireLance library to GSMParser

This commit is contained in:
2020-06-27 18:49:18 +01:00
parent aaff08bae4
commit d3b8cd1b6b
27 changed files with 813 additions and 5 deletions
+19
View File
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.35" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.1.5" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<None Update="games.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>