-
Notifications
You must be signed in to change notification settings - Fork 436
Testing local framework checkout with other projects
Dean Herbert edited this page Jan 11, 2019
·
12 revisions
CSPROJ="osu.Game/osu.Game.csproj"
dotnet remove $CSPROJ package ppy.osu.Framework;
dotnet sln add ../osu-framework/osu.Framework/osu.Framework.csproj ../osu-framework/osu.Framework.NativeLibs/osu.Framework.NativeLibs.csproj;
dotnet add $CSPROJ reference ../osu-framework/osu.Framework/osu.Framework.csproj
- Create your first project
- Learning framework key bindings
- Adding resource stores
- Adding custom key bindings
- Adding custom fonts