mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Merge remote-tracking branch 'smoogipoo/update-netstandard' into update-netstandard
This commit is contained in:
commit
bdaba97d62
9
osu.Desktop/Properties/launchSettings.json
Normal file
9
osu.Desktop/Properties/launchSettings.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"profiles": {
|
||||
"osu.Desktop": {
|
||||
// this avoids an ugly command window appearing when running without debugger attached from VS2017
|
||||
"commandName": "Executable",
|
||||
"executablePath": ".\\osu!.exe"
|
||||
}
|
||||
}
|
||||
}
|
@ -23,6 +23,9 @@
|
||||
<PropertyGroup Label="Defines">
|
||||
<DefineConstants Condition="'$(TargetFramework)' == 'net461'">$(DefineConstants);NET_FRAMEWORK</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>osu.Desktop.Program</StartupObject>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Label="Project References">
|
||||
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj" />
|
||||
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
|
||||
|
Loading…
Reference in New Issue
Block a user