You've already forked linux-packaging-mono
60 lines
3.8 KiB
XML
60 lines
3.8 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>{82B54697-0251-47A1-8546-FC507D0F3B08}</ProjectGuid>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard1.3-Debug|AnyCPU'" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard1.3-Release|AnyCPU'" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard-Debug|AnyCPU'" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netstandard-Release|AnyCPU'" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netcoreapp-Debug|AnyCPU'" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='netcoreapp-Release|AnyCPU'" />
|
||
|
<ItemGroup>
|
||
|
<Compile Include="$(CommonTestPath)\System\Collections\IEnumerableTest.cs">
|
||
|
<Link>Common\System\CollectionsIEnumerableTest.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="$(CommonTestPath)\System\Collections\ICollectionTest.cs">
|
||
|
<Link>Common\System\CollectionsICollectionTest.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="$(CommonTestPath)\System\Collections\IListTest.cs">
|
||
|
<Link>Common\System\CollectionsIListTest.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="$(CommonTestPath)\System\Collections\Utils.cs">
|
||
|
<Link>Common\System\CollectionsUtils.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="$(CommonTestPath)\System\ShouldNotBeInvokedException.cs">
|
||
|
<Link>Common\System\ShouldNotBeInvokedException.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="$(CommonTestPath)\System\Collections\IDictionaryTest.cs">
|
||
|
<Link>Common\System\CollectionsIDictionaryTest.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="ComponentModel\INotifyPropertyChangingTests.cs" />
|
||
|
<Compile Include="ComponentModel\PropertyChangingEventArgsTests.cs" />
|
||
|
<Compile Include="KeyedCollection\TestMethods.cs" />
|
||
|
<Compile Include="KeyedCollection\ConcreteTestClasses.cs" />
|
||
|
<Compile Include="KeyedCollection\Utils.cs" />
|
||
|
<Compile Include="ObservableCollection\ObservableCollection_ConstructorAndPropertyTests.cs" />
|
||
|
<Compile Include="ObservableCollection\ObservableCollection_MethodsTest.cs" />
|
||
|
<Compile Include="ObservableCollection\ObservableCollection_ReentrancyTests.cs" />
|
||
|
<Compile Include="ReadOnlyDictionary\ReadOnlyDictionaryTests.cs" />
|
||
|
<Compile Include="ReadOnlyObservableCollection\ReadOnlyObservableCollection_EventsTests.cs" />
|
||
|
<Compile Include="ReadOnlyObservableCollection\ReadOnlyObservableCollectionTests.cs" />
|
||
|
<Compile Include="$(CommonTestPath)\System\Diagnostics\DebuggerAttributes.cs">
|
||
|
<Link>Common\System\Diagnostics\DebuggerAttributes.cs</Link>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup Condition="'$(TargetGroup)'=='netstandard'">
|
||
|
<Compile Include="KeyedCollection\TestMethods.netcoreapp.cs" />
|
||
|
<Compile Include="KeyedCollection\Serialization.netstandard.cs" />
|
||
|
<Compile Include="ObservableCollection\ObservableCollection_ConstructorAndPropertyTests.netstandard.cs" />
|
||
|
<Compile Include="ObservableCollection\ObservableCollection_Serialization.netstandard.cs" />
|
||
|
<Compile Include="ReadOnlyDictionary\ReadOnlyDictionary_SerializationTests.netstandard.cs" />
|
||
|
<Compile Include="ReadOnlyObservableCollection\ReadOnlyObservableCollection_SerializationTests.netstandard.cs" />
|
||
|
<Compile Include="$(CommonTestPath)\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
|
||
|
<Link>Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs</Link>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||
|
</Project>
|