|
|
|
@ -48,11 +48,12 @@ |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="FFT.cs" /> |
|
|
|
<Compile Include="Transforms\FFT.cs" /> |
|
|
|
<Compile Include="LinearAlgebra\DenseVectorAdd.cs" /> |
|
|
|
<Compile Include="LinearAlgebra\DenseMatrixProduct.cs" /> |
|
|
|
<Compile Include="Program.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Providers.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="paket.references" /> |
|
|
|
@ -64,6 +65,13 @@ |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5'"> |
|
|
|
<PropertyGroup> |
|
|
|
<__paket__Microsoft_Diagnostics_Tracing_TraceEvent_targets>Microsoft.Diagnostics.Tracing.TraceEvent</__paket__Microsoft_Diagnostics_Tracing_TraceEvent_targets> |
|
|
|
</PropertyGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
<Target Name="BeforeBuild"> |
|
|
|
@ -96,6 +104,17 @@ |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="BenchmarkDotNet.Diagnostics.Windows"> |
|
|
|
<HintPath>..\..\packages\benchmark\BenchmarkDotNet.Diagnostics.Windows\lib\net45\BenchmarkDotNet.Diagnostics.Windows.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5'"> |
|
|
|
<ItemGroup> |
|
|
|
@ -137,6 +156,17 @@ |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5'"> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.Diagnostics.Tracing.TraceEvent"> |
|
|
|
<HintPath>..\..\packages\benchmark\Microsoft.Diagnostics.Tracing.TraceEvent\lib\net40\Microsoft.Diagnostics.Tracing.TraceEvent.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
<Paket>True</Paket> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
<Choose> |
|
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5'"> |
|
|
|
<ItemGroup> |
|
|
|
@ -170,4 +200,5 @@ |
|
|
|
</ItemGroup> |
|
|
|
</When> |
|
|
|
</Choose> |
|
|
|
<Import Project="..\..\packages\benchmark\Microsoft.Diagnostics.Tracing.TraceEvent\build\$(__paket__Microsoft_Diagnostics_Tracing_TraceEvent_targets).targets" Condition="Exists('..\..\packages\benchmark\Microsoft.Diagnostics.Tracing.TraceEvent\build\$(__paket__Microsoft_Diagnostics_Tracing_TraceEvent_targets).targets')" Label="Paket" /> |
|
|
|
</Project> |