1
0
mirror of https://github.com/dnpm-dip/mv64e-mtb-dto-dotnet.git synced 2025-07-02 02:42:54 +00:00

Initial commit

This commit is contained in:
2024-07-10 16:11:26 +02:00
commit b1a8b4280c
9 changed files with 2650 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>

2514
MV64e.MTB/Mtb.cs Normal file

File diff suppressed because it is too large Load Diff