Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2018-04-02 00:54:57 +0300
committerMarek Safar <marek.safar@gmail.com>2018-04-02 00:54:57 +0300
commitf4951179bb053a9264f063c824720d6237ae55f1 (patch)
treef7beda10c1e1c9f8a8f4c21a000993598ea0502c /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parente89c5c9646d29d74a069f8f9630e35858b6bb076 (diff)
parent79b3c40e4322fd1778ad075214c90af93e5d2adf (diff)
Merge remote-tracking branch 'upstream/release/2.1' into 2.1-merge
Diffstat (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj')
-rw-r--r--src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index fb99199ad1..7597996101 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -54,6 +54,19 @@
<Compile Include="File\ReadWriteAllBytesAsync.cs" />
<Compile Include="File\ReadWriteAllTextAsync.cs" />
<Compile Include="FileStream\ReadWriteSpan.netcoreapp.cs" />
+ <Compile Include="Enumeration\ConstructionTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\SpecialDirectoryTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\SkipAttributeTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\FileSystemNameTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\MatchCasingTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\TrimmedPaths.netcoreapp.cs" />
+ <Compile Include="Enumeration\ErrorHandlingTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\IncludePredicateTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\PatternTransformTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\RootTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\AttributeTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\MatchTypesTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\ExampleTests.netcoreapp.cs" />
</ItemGroup>
<ItemGroup>
<!-- Rewritten -->
@@ -164,6 +177,9 @@
<Compile Include="FileInfo\AppendText.cs" />
<Compile Include="FileInfo\CopyTo.cs" />
<!-- Helpers -->
+ <Compile Include="$(CommonTestPath)\System\Buffers\NativeOwnedMemory.cs">
+ <Link>Common\System\Buffers\NativeOwnedMemory.cs</Link>
+ </Compile>
<Compile Include="$(CommonTestPath)\System\IO\TempFile.cs">
<Link>Common\System\IO\TempFile.cs</Link>
</Compile>
@@ -182,5 +198,8 @@
<ItemGroup>
<EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
</ItemGroup>
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file