Updated allow unsafe code and build path for release x64

This commit is contained in:
hondacrx
2017-06-21 10:55:11 -04:00
parent cebaa26a69
commit d16d6d57f0
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<OutputPath>..\Build\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>