Output ruleset assemblies to the game folder rather than adding special logic

This commit is contained in:
Dean Herbert
2017-09-19 19:27:14 +09:00
parent 51cdff1d9a
commit 99b512cce5
5 changed files with 4 additions and 15 deletions

View File

@ -16,7 +16,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\osu.Game\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>