mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Normalize .props
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
<Project>
|
||||
<Import Project="osu.Game.props" />
|
||||
<PropertyGroup>
|
||||
<StartupObject>osu.Game.Tests.VisualTestRunner</StartupObject>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Label="Project References">
|
||||
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
||||
<ProjectReference Include="$(MSBuildThisFileDirectory)osu.Game\osu.Game.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\osu.Game\Tests\VisualTestRunner.cs">
|
||||
<Compile Include="$(MSBuildThisFileDirectory)osu.Game\Tests\VisualTestRunner.cs">
|
||||
<Link>VisualTestRunner.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user