2017-06-07 13:16:24 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{7D9E5F2F-5677-40FC-AD04-FA7D603E4806}</ProjectGuid>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<!-- Default configurations to help VS understand the configurations -->
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Unix-Debug|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Unix-Release|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Debug|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Release|AnyCPU'" />
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<ItemGroup>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<Compile Include="DriveInfo.Unix.Tests.cs" Condition="'$(TargetsUnix)' == 'true'" />
|
|
|
|
|
|
<Compile Include="DriveInfo.Windows.Tests.cs" Condition="'$(TargetsWindows)' == 'true'" />
|
2017-04-10 11:41:01 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
2017-06-07 13:16:24 +00:00
|
|
|
|
</Project>
|