1
0

chore: adjust directory layout for new added planned peoject

This commit is contained in:
2026-01-18 11:07:52 +08:00
parent ab5a68bed7
commit 941e59e471
162 changed files with 251 additions and 229 deletions

View File

@@ -0,0 +1,18 @@
<Project Sdk="MSTest.Sdk/3.6.4">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<!--
Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
-->
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BallanceTasEditor\BallanceTasEditor.csproj" />
</ItemGroup>
</Project>