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

System.Xml.Linq.TreeManipulation.Tests.csproj « TreeManipulation « tests « System.Private.Xml.Linq « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 887806cf977f658ef2eb5b7241df6886998b935c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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>{10EFE488-FAB4-43DA-847D-FF057BFF52AC}</ProjectGuid>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
  <ItemGroup>
    <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" />
    <Compile Include="AddNodeAfter.cs" />
    <Compile Include="AddNodeBefore.cs" />
    <Compile Include="AddNodeBeforeAfterBase.cs" />
    <Compile Include="FirstNode.cs" />
    <Compile Include="LoadFromReader.cs" />
    <Compile Include="LoadFromStream.cs" />
    <Compile Include="NextNode.cs" />
    <Compile Include="ParamsObjectsCreation.cs" />
    <Compile Include="ParamsObjectsCreationElem.cs" />
    <Compile Include="RemoveAttributes.cs" />
    <Compile Include="SaveWithWriter.cs" />
    <Compile Include="SimpleObjectsCreation.cs" />
    <Compile Include="TreeManipulationTests.cs" />
    <Compile Include="XAttributeEnumRemove.cs" />
    <Compile Include="XAttributeRemove.cs" />
    <Compile Include="XContainerAddIntoDocument.cs" />
    <Compile Include="XContainerAddIntoElement.cs" />
    <Compile Include="XContainerRemoveNodesOnXDocument.cs" />
    <Compile Include="XContainerRemoveNodesOnXElement.cs" />
    <Compile Include="XContainerReplaceNodes.cs" />
    <Compile Include="XContainerReplaceNodesOnDocument.cs" />
    <Compile Include="XContainerReplaceNodesOnXElement.cs" />
    <Compile Include="XElement_SetAttributeValue.cs" />
    <Compile Include="XElement_SetElementValue.cs" />
    <Compile Include="XNodeRemove.cs" />
    <Compile Include="XNodeRemoveNodeMisc.cs" />
    <Compile Include="XNodeRemoveOnDocument.cs" />
    <Compile Include="XNodeRemoveOnElement.cs" />
    <Compile Include="XNodeReplace.cs" />
    <Compile Include="XNodeReplaceOnDocument1.cs" />
    <Compile Include="XNodeReplaceOnDocument2.cs" />
    <Compile Include="XNodeReplaceOnDocument3.cs" />
    <Compile Include="XNodeReplaceOnElement.cs" />
    <Compile Include="XNodeSequenceRemove.cs" />
    <Compile Include="XElementChangedNotificationTests.cs" />
    <Compile Include="SaveWithFileName.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="$(CommonTestPath)\System\Xml\ModuleCore\ModuleCore.csproj" />
    <ProjectReference Include="$(CommonTestPath)\System\Xml\XmlCoreTest\XmlCoreTest.csproj" />
    <ProjectReference Include="$(CommonTestPath)\System\Xml\XmlDiff\XmlDiff.csproj" />
    <ProjectReference Include="..\XDocument.Common\XDocument.Common.csproj" />
    <ProjectReference Include="..\XDocument.Test.ModuleCore\XDocument.Test.ModuleCore.csproj" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>