1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00
osu-lazer/osu.TestProject.props

21 lines
627 B
Plaintext
Raw Normal View History

2018-03-28 11:33:01 +08:00
<Project>
<Import Project="osu.Game.props" />
2018-03-28 11:33:01 +08:00
<PropertyGroup>
<StartupObject>osu.Game.Tests.VisualTestRunner</StartupObject>
</PropertyGroup>
<ItemGroup Label="Service">
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
2018-03-28 11:33:01 +08:00
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
</ItemGroup>
2018-06-04 19:01:55 +08:00
<ItemGroup>
2018-03-28 11:33:01 +08:00
<Compile Include="..\osu.Game\Tests\VisualTestRunner.cs">
<Link>VisualTestRunner.cs</Link>
</Compile>
</ItemGroup>
<PropertyGroup>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
2018-06-07 22:51:09 +08:00
</Project>