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>
|