5838715850cbff9571fea1c2ea53f856b6c042eb
[platform/upstream/coreclr.git] / tests / src / Common / test_runtime / test_runtime.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     <CLRTestKind>BuildOnly</CLRTestKind>
8     <NugetTargetMoniker>.NETCoreApp,Version=v2.1</NugetTargetMoniker>
9     <NugetTargetMonikerShort>netcoreapp2.1</NugetTargetMonikerShort>
10     <IsTestProject>false</IsTestProject>
11   </PropertyGroup>
12   <ItemGroup>
13     <PackageReference Include="Microsoft.NETCore.Platforms">
14       <Version>$(PlatformPackageVersion)</Version>
15     </PackageReference>
16     <PackageReference Include="Microsoft.DotNet.CoreCLR.TestDependencies">
17       <Version>1.0.0-prerelease</Version>
18     </PackageReference>
19     <PackageReference Include="jit-dasm">
20       <Version>0.0.1.4</Version>
21     </PackageReference>
22     <PackageReference Include="cijobs">
23       <Version>0.0.1.2</Version>
24     </PackageReference>
25     <PackageReference Include="jit-analyze">
26       <Version>0.0.1.1</Version>
27     </PackageReference>
28   </ItemGroup>
29   <PropertyGroup>
30     <TargetFramework>netcoreapp2.1</TargetFramework>
31     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
32     <PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
33     <RuntimeIdentifiers>win-arm;win-x64;win-x86;win7-x86;win7-x64;win-arm64;win-arm;win7-arm64;win7-arm;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;osx-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;linux-x64</RuntimeIdentifiers>
34     <ContainsPackageReferences>true</ContainsPackageReferences>
35     <PrereleaseResolveNuGetPackages>false</PrereleaseResolveNuGetPackages>
36   </PropertyGroup>
37   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
38   <Target Name="Build"
39      DependsOnTargets="ResolveReferences" />
40 </Project>