Files
linux-packaging-mono/external/corefx/src/System.ObjectModel/tests/System.ObjectModel.Tests.csproj

65 lines
3.8 KiB
XML
Raw Normal View History

<?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>{43841228-2A2B-4215-B97F-33006995E486}</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="$(CommonTestPath)\System\AssertExtensions.cs">
<Link>Common\System\AssertExtensions.cs</Link>
</Compile>
<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="$(CommonTestPath)\System\PlatformDetection.cs">
<Link>Common\System\PlatformDetection.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)'=='netcoreapp'">
<Compile Include="KeyedCollection\TestMethods.netcoreapp.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="KeyedCollection\Serialization.cs" />
<Compile Include="ObservableCollection\ObservableCollection_Serialization.cs" />
<Compile Include="ReadOnlyDictionary\ReadOnlyDictionary_SerializationTests.cs" />
<Compile Include="ReadOnlyObservableCollection\ReadOnlyObservableCollection_SerializationTests.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>