Core: fix release mode output folder for new CLI version.

This commit is contained in:
atom0s 2022-04-04 21:39:00 -07:00
parent 62ffbe6732
commit 25f3584e39
No known key found for this signature in database
GPG Key ID: 37D5FD3494D79AF8

View File

@ -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>