feat: 添加测试项目并更新解决方案配置

This commit is contained in:
2025-01-21 17:47:23 +08:00
parent 6b2c87c031
commit 2aeef0227c
4 changed files with 49 additions and 0 deletions

15
Test/Test.csproj Normal file
View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>latestmajor</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\JackCraft.Config\JackCraft.Config.csproj"/>
</ItemGroup>
</Project>