Skip to content

Commit

Permalink
Better output dir for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 2, 2017
1 parent 1a12a25 commit f02f418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/ModuleManager.csproj
Expand Up @@ -15,7 +15,7 @@
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>..</OutputPath>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit f02f418

Please sign in to comment.