Add project files.

This commit is contained in:
thedigitaltailor
2024-02-28 15:35:49 +10:30
parent 525dea795e
commit 4e8186a767
99 changed files with 108255 additions and 0 deletions

13
rPiNVR.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\js\" />
</ItemGroup>
</Project>