61 |
|
<OutputPath>bin\Debug\x64\</OutputPath> |
62 |
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
63 |
|
<DebugType>full</DebugType> |
64 |
< |
<PlatformTarget>x64</PlatformTarget> |
64 |
> |
<PlatformTarget>AnyCPU</PlatformTarget> |
65 |
|
<ErrorReport>prompt</ErrorReport> |
66 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
67 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
68 |
+ |
<NoWarn>1607</NoWarn> |
69 |
|
</PropertyGroup> |
70 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
71 |
|
<OutputPath>bin\x64\Release\</OutputPath> |