Skip to content

Commit eacc0fe

Browse files
committed
Use local framework
1 parent 5568e9f commit eacc0fe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

osu.Game/osu.Game.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
1212
</ItemGroup>
1313
<ItemGroup Label="Project References">
14+
<ProjectReference Include="..\..\osu-framework\osu.Framework\osu.Framework.csproj" />
1415
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj" />
1516
</ItemGroup>
1617
<ItemGroup Label="Package References">
1718
<PackageReference Include="Humanizer" Version="2.5.1" />
1819
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
1920
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.1.4" />
2021
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
21-
<PackageReference Include="ppy.osu.Framework" Version="0.0.7422" />
2222
<PackageReference Include="SharpCompress" Version="0.22.0" />
2323
<PackageReference Include="NUnit" Version="3.11.0" />
2424
<PackageReference Include="SharpRaven" Version="2.4.0" />

osu.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Game.Tournament", "osu.
3131
EndProject
3232
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Game.Tournament.Tests", "osu.Game.Tournament.Tests\osu.Game.Tournament.Tests.csproj", "{5789E78D-38F9-4072-AB7B-978F34B2C17F}"
3333
EndProject
34+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu.Framework", "..\osu-framework\osu.Framework\osu.Framework.csproj", "{7A69A230-45A1-4444-8C43-A582E4F48C1E}"
35+
EndProject
3436
Global
3537
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3638
Debug|Any CPU = Debug|Any CPU
@@ -93,6 +95,10 @@ Global
9395
{5789E78D-38F9-4072-AB7B-978F34B2C17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
9496
{5789E78D-38F9-4072-AB7B-978F34B2C17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
9597
{5789E78D-38F9-4072-AB7B-978F34B2C17F}.Release|Any CPU.Build.0 = Release|Any CPU
98+
{7A69A230-45A1-4444-8C43-A582E4F48C1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
99+
{7A69A230-45A1-4444-8C43-A582E4F48C1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
100+
{7A69A230-45A1-4444-8C43-A582E4F48C1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
101+
{7A69A230-45A1-4444-8C43-A582E4F48C1E}.Release|Any CPU.Build.0 = Release|Any CPU
96102
EndGlobalSection
97103
GlobalSection(SolutionProperties) = preSolution
98104
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)