Initial commit

This commit is contained in:
2025-06-17 00:24:42 +02:00
commit fbf9152128
3 changed files with 118 additions and 0 deletions

11
WindowCapture.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.6" />
</ItemGroup>
</Project>