Added the build paths for release x64 (removed AnyCPU)

This commit is contained in:
Alekhya Reddy
2020-03-20 17:05:58 -07:00
parent 3b3dca4a26
commit 18bf1400a7
10 changed files with 10 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<OutputPath>..\..\..\..\x64\Release\modules\launcher\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>