You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
59
external/corefx/src/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
vendored
Normal file
59
external/corefx/src/System.ObjectModel/tests/System.ObjectModel.Tests.csproj
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
<?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>
|
Reference in New Issue
Block a user