Files
zfxaction26_1/tests/SideScrollerGame.Content.Tests/SideScrollerGame.Content.Tests.csproj

28 lines
859 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<GodotProjectDir>$(MSBuildProjectDirectory)\..\..\godot\</GodotProjectDir>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
<CompilerVisibleProperty Include="GodotProjectDir" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\godot\SideScrollerGame.Godot.csproj" />
</ItemGroup>
</Project>