|
|
|
@ -17,7 +17,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DefineConstants>TRACE;NATIVE</DefineConstants> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\AnyCPU\</OutputPath> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\</OutputPath> |
|
|
|
<IntermediateOutputPath>..\..\obj\MKL\Windows\x86\</IntermediateOutputPath> |
|
|
|
<BaseIntermediateOutputPath>..\..\obj\MKL\Windows\x86\</BaseIntermediateOutputPath> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DefineConstants>TRACE;DEBUG;NATIVE</DefineConstants> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\AnyCPU\</OutputPath> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\</OutputPath> |
|
|
|
<IntermediateOutputPath>..\..\obj\MKL\Windows\x86\</IntermediateOutputPath> |
|
|
|
<BaseIntermediateOutputPath>..\..\obj\MKL\Windows\x86\</BaseIntermediateOutputPath> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
@ -40,54 +40,6 @@ |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\x86\</OutputPath> |
|
|
|
<IntermediateOutputPath>..\..\obj\MKL\Windows\x86\</IntermediateOutputPath> |
|
|
|
<BaseIntermediateOutputPath>..\..\obj\MKL\Windows\x86\</BaseIntermediateOutputPath> |
|
|
|
<DefineConstants>TRACE;NATIVE</DefineConstants> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\x86\</OutputPath> |
|
|
|
<IntermediateOutputPath>..\..\obj\MKL\Windows\x86\</IntermediateOutputPath> |
|
|
|
<BaseIntermediateOutputPath>..\..\obj\MKL\Windows\x86\</BaseIntermediateOutputPath> |
|
|
|
<DefineConstants>TRACE;DEBUG;NATIVE</DefineConstants> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\x64\</OutputPath> |
|
|
|
<IntermediateOutputPath>..\..\obj\MKL\Windows\x64\</IntermediateOutputPath> |
|
|
|
<BaseIntermediateOutputPath>..\..\obj\MKL\Windows\x64\</BaseIntermediateOutputPath> |
|
|
|
<DefineConstants>TRACE;NATIVE</DefineConstants> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<OutputPath>..\..\out\MKL\Windows\x64\</OutputPath> |
|
|
|
<IntermediateOutputPath>..\..\obj\MKL\Windows\x64\</IntermediateOutputPath> |
|
|
|
<BaseIntermediateOutputPath>..\..\obj\MKL\Windows\x64\</BaseIntermediateOutputPath> |
|
|
|
<DefineConstants>TRACE;DEBUG;NATIVE</DefineConstants> |
|
|
|
<NoWarn>1591</NoWarn> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
|