Files
rPiNVR/rPiNVR.csproj
thedigitaltailor 4e8186a767 Add project files.
2024-02-28 15:48:58 +10:30

14 lines
277 B
XML

<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>