You've already forked linux-packaging-mono
21 lines
1.2 KiB
XML
21 lines
1.2 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<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 -->
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard1.3-Windows_NT-Debug|AnyCPU'" />
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard1.3-Windows_NT-Release|AnyCPU'" />
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard-Debug|AnyCPU'" />
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard-Release|AnyCPU'" />
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="DriveInfo.Unix.Tests.cs" />
|
||
|
|
<Compile Include="DriveInfo.Windows.Tests.cs" />
|
||
|
|
<Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
|
||
|
|
<Link>Common\System\PlatformDetection.cs</Link>
|
||
|
|
</Compile>
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||
|
|
</Project>
|