Browse Source

.Net Standard includes System.Numerics

netstandard
Christoph Ruegg 10 years ago
parent
commit
a83d74bd87
  1. 4
      src/Numerics/Numerics-NetStandard.csproj

4
src/Numerics/Numerics-NetStandard.csproj

@ -18,7 +18,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DefineConstants>TRACE;PORTABLE;NOSYSNUMERICS;NET45REFLECTION</DefineConstants>
<DefineConstants>TRACE;PORTABLE;NET45REFLECTION</DefineConstants>
<OutputPath>..\..\out\lib\NetStandard\</OutputPath>
<IntermediateOutputPath>..\..\obj\lib\Profile259\</IntermediateOutputPath>
<BaseIntermediateOutputPath>..\..\obj\lib\Profile259\</BaseIntermediateOutputPath>
@ -32,7 +32,7 @@
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>TRACE;DEBUG;PORTABLE;NOSYSNUMERICS;NET45REFLECTION</DefineConstants>
<DefineConstants>TRACE;DEBUG;PORTABLE;NET45REFLECTION</DefineConstants>
<OutputPath>..\..\out\lib-debug\NetStandard\</OutputPath>
<IntermediateOutputPath>..\..\obj\lib-debug\Profile259\</IntermediateOutputPath>
<BaseIntermediateOutputPath>..\..\obj\lib-debug\Profile259\</BaseIntermediateOutputPath>

Loading…
Cancel
Save