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:
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.csproj8
1 files changed, 4 insertions, 4 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 7e346d3068..3382fab9d2 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -108,9 +108,6 @@
<Compile Include="PortedCommon\IOServices.cs" />
<Compile Include="PortedCommon\PathInfo.cs" />
<Compile Include="PortedCommon\ReparsePointUtilities.cs" />
- <Compile Include="PortedCommon\TemporaryDirectory.cs" />
- <Compile Include="PortedCommon\TemporaryFile.cs" />
- <Compile Include="PortedCommon\TemporaryFileSystemItem.cs" />
<Compile Include="DirectoryInfo\EnumerableAPIs.cs" />
<Compile Include="DirectoryInfo\GetDirectories.cs" />
<Compile Include="DirectoryInfo\GetFiles.cs" />
@@ -176,5 +173,8 @@
<Name>RemoteExecutorConsoleApp</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
+ </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>