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>2017-06-06 14:05:26 +0300
committerMarek Safar <marek.safar@gmail.com>2017-06-06 14:05:26 +0300
commit684f306d0d2bfabac80d7aae99cfdfe6a300ca5f (patch)
tree81b2f5cca7fe0b4caa3d90d1fe945b4f496490e4 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parente49886bd091487abfbf5de934a451c5a8fe7f4c5 (diff)
parent0e2b8241482c472b1ff456f57bc032716d62c260 (diff)
Merge remote-tracking branch 'upstream/master'
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>