添加项目文件。

This commit is contained in:
2025-08-02 01:55:10 +08:00
parent 66c6a1a7fe
commit 280f128a84
5 changed files with 666 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>DDSPatcher</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
</Project>