summaryrefslogtreecommitdiff
path: root/tests/src/Common/external/external.csproj
blob: f7fa75ed32962a61e6aa3071b4a86291bcd24529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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=v1.1</NugetTargetMoniker>
  </PropertyGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
  <Target Name="Build"
     DependsOnTargets="ResolveReferences" /> 
</Project>