Initial Commit.

This commit is contained in:
ivancheahhh
2023-12-31 20:24:44 -07:00
parent 91e379ca0d
commit 8e9d7760be
90 changed files with 74999 additions and 0 deletions

13
CarCareTracker.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.17" />
</ItemGroup>
</Project>