UPnP Checking and updates

This commit is contained in:
2025-08-31 21:27:06 -04:00
parent 8853f56df7
commit 40283c2577
4 changed files with 404 additions and 6 deletions

14
TestUPnP/TestUPnP.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../QemuVmManager.Core/QemuVmManager.Core.csproj" />
</ItemGroup>
</Project>