1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-14 04:31:16 +08:00
osu-lazer/osu.TestProject.props

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
527 B
Plaintext
Raw Permalink Normal View History

2018-03-28 11:33:01 +08:00
<Project>
<PropertyGroup>
<StartupObject>osu.Game.Tests.VisualTestRunner</StartupObject>
</PropertyGroup>
<ItemGroup Label="Project References">
2019-10-30 21:54:14 +08:00
<ProjectReference Include="$(MSBuildThisFileDirectory)osu.Game\osu.Game.csproj" />
2018-03-28 11:33:01 +08:00
</ItemGroup>
2018-06-04 19:01:55 +08:00
<ItemGroup>
2019-10-30 21:54:14 +08:00
<Compile Include="$(MSBuildThisFileDirectory)osu.Game\Tests\VisualTestRunner.cs">
2018-03-28 11:33:01 +08:00
<Link>VisualTestRunner.cs</Link>
</Compile>
</ItemGroup>
<PropertyGroup>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
2018-06-07 22:51:09 +08:00
</Project>