summaryrefslogtreecommitdiff
path: root/tests/src/Common/vc_runtime/vc_runtime.csproj
blob: e319af8d8b4ba2cb0fd620a3af9bd59f168bdb20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <CLRTestKind>BuildOnly</CLRTestKind>
    <NugetTargetMoniker>.NETCoreApp,Version=v3.0</NugetTargetMoniker>
    <NugetTargetMonikerShort>netcoreapp3.0</NugetTargetMonikerShort>
    <IsTestProject>false</IsTestProject>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="vc-runtime">
      <Version>$(VCRuntimeVersion)</Version>
    </PackageReference>
  </ItemGroup>
  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
    <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
    <PackageTargetFallback>$(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8</PackageTargetFallback>
    <RuntimeIdentifiers>win-arm;win-arm64</RuntimeIdentifiers>
    <ContainsPackageReferences>true</ContainsPackageReferences>
    <PrereleaseResolveNuGetPackages>false</PrereleaseResolveNuGetPackages>
  </PropertyGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
  <Target Name="Build"
     DependsOnTargets="ResolveReferences" />
</Project>