mirror of
https://github.com/atom0s/Steamless.git
synced 2024-12-19 23:07:41 +01:00
Core: fix release mode output folder for new CLI version.
This commit is contained in:
parent
62ffbe6732
commit
25f3584e39
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\Steamless\bin\x86\Debug\</OutputPath>
|
||||
<OutputPath>..\Steamless\bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
|
Loading…
Reference in a new issue