2025-11-18 20:53:42 +08:00
|
|
|
<Project Sdk="MSTest.Sdk/3.6.4">
|
|
|
|
|
|
2025-11-18 14:50:17 +08:00
|
|
|
<PropertyGroup>
|
2025-11-18 21:12:33 +08:00
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
2025-11-18 20:53:42 +08:00
|
|
|
<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>
|
2025-11-18 14:50:17 +08:00
|
|
|
</PropertyGroup>
|
2025-11-18 20:53:42 +08:00
|
|
|
|
2025-11-17 12:35:47 +08:00
|
|
|
<ItemGroup>
|
2025-11-18 20:53:42 +08:00
|
|
|
<ProjectReference Include="..\BallanceTasEditor\BallanceTasEditor.csproj" />
|
2025-11-17 12:35:47 +08:00
|
|
|
</ItemGroup>
|
2025-11-18 20:53:42 +08:00
|
|
|
|
|
|
|
|
</Project>
|