mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
|
<Project>
|
||
|
<Import Project=".\osu.Game.props" />
|
||
|
<PropertyGroup Label="Defines">
|
||
|
<DefineConstants Condition="'$(TargetFramework)' == 'net461'">$(DefineConstants);NET_FRAMEWORK</DefineConstants>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<StartupObject>osu.Game.Tests.VisualTestRunner</StartupObject>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup Label="Project References">
|
||
|
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj" />
|
||
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
||
|
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup Label="Package References">
|
||
|
<PackageReference Include="DeepEqual" Version="1.6.0" />
|
||
|
<PackageReference Include="NUnit" Version="3.8.1" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="..\osu.Game\Tests\VisualTestRunner.cs">
|
||
|
<Link>VisualTestRunner.cs</Link>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<PropertyGroup>
|
||
|
<GenerateProgramFile>false</GenerateProgramFile>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|