Explode generic Intel hardware intrinsic on all the supported types
[platform/upstream/coreclr.git] / tests / src / JIT / Performance / CodeQuality / HWIntrinsic / X86 / PacketTracer / PacketTracer.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <SchemaVersion>2.1</SchemaVersion>
8     <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
12     <NuGetTargetMoniker>.NETStandard,Version=v1.4</NuGetTargetMoniker>
13     <NuGetTargetMonikerShort>netstandard1.4</NuGetTargetMonikerShort>
14     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15   </PropertyGroup>
16   <!-- Default configurations to help VS understand the configurations -->
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
19   <PropertyGroup>
20     <DebugType>pdbonly</DebugType>
21     <Optimize>true</Optimize>
22   </PropertyGroup>
23   
24   <ItemGroup>
25     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
26       <Visible>False</Visible>
27     </CodeAnalysisDependentAssemblyPaths>
28   </ItemGroup>
29   <ItemGroup>
30     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
31   </ItemGroup>
32   <ItemGroup>
33     <Compile Include="Program.cs" />
34     <Compile Include="Camera.cs" />
35     <Compile Include="Color.cs" />
36     <Compile Include="ColorPacket.cs" />
37     <Compile Include="Intersections.cs" />
38     <Compile Include="LightPacket.cs" />
39     <Compile Include="ObjectPacket.cs" />
40     <Compile Include="ObjectPool.cs" />
41     <Compile Include="PacketTracer.cs" />
42     <Compile Include="PlanePacket.cs" />
43     <Compile Include="ProducerConsumerCollectionBase.cs" />
44     <Compile Include="RayPacket.cs" />
45     <Compile Include="Scene.cs" />
46     <Compile Include="SpherePacket.cs" />
47     <Compile Include="Surface.cs" />
48     <Compile Include="Surfaces.cs" />
49     <Compile Include="Vector.cs" />
50     <Compile Include="VectorPacket.cs" />
51     <Compile Include="VectorMath.cs" />
52   </ItemGroup>
53   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
54   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
55   <PropertyGroup>
56     <ProjectAssetsFile>$(JitPackagesConfigFileDirectory)benchmark+intrinsic\obj\project.assets.json</ProjectAssetsFile>
57   </PropertyGroup>
58 </Project>