summaryrefslogtreecommitdiff
path: root/tests/src/Common/test_dependencies/test_dependencies.csproj
blob: 0649d2b1e76d1a92fe7300882015a8dc7aa215f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
  <ItemGroup>
    <DnuSourceList Include="$(CORE_ROOT)\.nuget\pkg" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
  <Target Name="Build"
     DependsOnTargets="ResolveReferences" /> 
</Project>