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:
authorDan Moseley <danmose@microsoft.com>2017-04-09 08:19:36 +0300
committerDan Moseley <danmose@microsoft.com>2017-04-09 08:25:48 +0300
commit2b8ac1b369b1d3da376743377c9662162ce2f3b6 (patch)
tree582ec9862facc07ebf6554d15e1243997c6cbb85 /src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
parentca69bb9ad0fc2823c29f4085838f9cdb26905b95 (diff)
Stop writing to current directory
Diffstat (limited to 'src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj')
-rw-r--r--src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
index 6e01214563..d907197608 100644
--- a/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
@@ -13,6 +13,9 @@
<Compile Include="$(CommonTestPath)\System\Collections\DictionaryExtensions.cs">
<Link>Common\System\Collections\DictionaryExtensions.cs</Link>
</Compile>
+ <Compile Include="$(CommonTestPath)\System\IO\TempFile.cs">
+ <Link>Common\System\IO\TempFile.cs</Link>
+ </Compile>
<Compile Include="AddFirstAddFirstIntoDocument.cs" />
<Compile Include="AddFirstInvalidIntoXDocument.cs" />
<Compile Include="AddFirstSingeNodeAddIntoElement.cs" />