Files
Speckle.DoubleNumerics/tests/Performance/System.Numerics.Vectors.Performance.Tests.csproj
T
2016-09-12 16:54:51 +02:00

65 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>System.Numerics.Performance.Tests</RootNamespace>
<AssemblyName>System.Numerics.Vectors.Performance.Tests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NuGetPackageImportStamp>11f13d9c</NuGetPackageImportStamp>
<IncludePerformanceTests>true</IncludePerformanceTests>
<NugetTargetMoniker>.NETStandard,Version=v1.3</NugetTargetMoniker>
<ProjectGuid>{D9906F1A-A41A-43CD-81D2-BA94CF0001C9}</ProjectGuid>
<OutputPath>bin\$(Configuration)\</OutputPath>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\src\System\Numerics\ConstantHelper.cs">
<Link>ConstantHelper.cs</Link>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ConstantHelper.tt</DependentUpon>
</Compile>
<Compile Include="Common\System\PerfUtils.cs" />
<Compile Include="HashCodeTest.cs" />
<Compile Include="Perf.Vector2.cs" />
<Compile Include="Perf.Vector3.cs" />
<Compile Include="Perf.Vector4.cs" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\pkg\System.Numerics.Vectors.pkgproj">
<Project>{53134b0c-0d57-481b-b84e-d1991e8d54ff}</Project>
<Name>System.Numerics.Vectors</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\System\Numerics\ConstantHelper.tt">
<Link>ConstantHelper.tt</Link>
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>ConstantHelper.cs</LastGenOutput>
</None>
<None Include="..\..\src\System\Numerics\GenerationConfig.ttinclude">
<Link>GenerationConfig.ttinclude</Link>
</None>
<None Include="app.config" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>