Completelly fix build of tests on Linux
[platform/upstream/coreclr.git] / tests / src / JIT / Performance / CodeQuality / Span / Indexer.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   <!-- Always try to use latest Roslyn compiler -->
4   <Import Project="$(ToolsDir)net46\roslyn\build\Microsoft.Net.Compilers.props" Condition="Exists('$(ToolsDir)net46\roslyn\build\Microsoft.Net.Compilers.props')" />
5   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
6   <PropertyGroup>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9     <SchemaVersion>2.0</SchemaVersion>
10     <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
11     <OutputType>Exe</OutputType>
12     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
14     <NuGetTargetMoniker>.NETStandard,Version=v1.4</NuGetTargetMoniker>
15     <NuGetTargetMonikerShort>netstandard1.4</NuGetTargetMonikerShort>
16   </PropertyGroup>
17   <!-- Default configurations to help VS understand the configurations -->
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21   </PropertyGroup>
22   <PropertyGroup>
23     <DebugType>pdbonly</DebugType>
24     <Optimize>true</Optimize>
25     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26   </PropertyGroup>
27   <ItemGroup>
28     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
29       <Visible>False</Visible>
30     </CodeAnalysisDependentAssemblyPaths>
31   </ItemGroup>
32   <ItemGroup>
33     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
34   </ItemGroup>
35   <ItemGroup>
36     <Compile Include="Indexer.cs" />
37   </ItemGroup>
38   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
39   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
40   <PropertyGroup>
41     <ProjectAssetsFile>$(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json</ProjectAssetsFile>
42   </PropertyGroup>
43 </Project>