Add project files.

This commit is contained in:
ExilProductions
2025-08-08 05:51:55 +02:00
parent 47d7fa9bc5
commit 7beeac5713
4 changed files with 271 additions and 0 deletions

10
WindowEvader.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>