Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from RocketMaDev/stable
Browse files Browse the repository at this point in the history
fix: stable分支中Mvis相关引用问题
  • Loading branch information
MATRIX-feather authored Jul 4, 2021
2 parents 4669bb3 + 2c45c49 commit ad225dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup Label="Project References">
<ProjectReference Include="..\..\mfosu\osu.Game\osu.Game.csproj" />
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
<ProjectReference Include="..\..\osu-framework\osu.Framework\osu.Framework.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Mvis.Plugin.Yasp/Mvis.Plugin.Yasp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup Label="Project References">
<ProjectReference Include="..\..\mfosu\osu.Game\osu.Game.csproj" />
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
<ProjectReference Include="..\..\osu-framework\osu.Framework\osu.Framework.csproj" />
</ItemGroup>

Expand Down

0 comments on commit ad225dd

Please sign in to comment.