forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Xml.RW.XmlWriterApi.Tests.csproj
More file actions
47 lines (47 loc) · 2.14 KB
/
Copy pathSystem.Xml.RW.XmlWriterApi.Tests.csproj
File metadata and controls
47 lines (47 loc) · 2.14 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
<XUnitUseRandomizedTestOrderer>false</XUnitUseRandomizedTestOrderer>
</PropertyGroup>
<ItemGroup>
<Compile Include="EndOfLineHandlingTests.cs" />
<Compile Include="ErrorCondition.cs" />
<Compile Include="NamespaceHandlingTests.cs" />
<Compile Include="TCAttribute.cs" />
<Compile Include="ReaderParamTestCase.cs" />
<Compile Include="TCAutoCL.cs" />
<Compile Include="TCAutoComplete.cs" />
<Compile Include="TCCheckChars.cs" />
<Compile Include="TCCloseOutput.cs" />
<Compile Include="TCDefaultWriterSettingsTests.cs" />
<Compile Include="TCDocType.cs" />
<Compile Include="TCDocument.cs" />
<Compile Include="TCElement.cs" />
<Compile Include="TCErrorState.cs" />
<Compile Include="TCFlushClose.cs" />
<Compile Include="TCFragmentCL.cs" />
<Compile Include="TCFullEndElement.cs" />
<Compile Include="TCIndent.cs" />
<Compile Include="TCIndentChars.cs" />
<Compile Include="TCNewLineChars.cs" />
<Compile Include="TCNewLineHandling.cs" />
<Compile Include="TCNewLineOnAttributes.cs" />
<Compile Include="$(CommonTestPath)TestUtilities\System\DisableParallelizationPerAssembly.cs" />
<Compile Include="TCOmitXmlDecl.cs" />
<Compile Include="TCStandAlone.cs" />
<Compile Include="TCWriteAttributes.cs" />
<Compile Include="TCWriteBuffer.cs" />
<Compile Include="TCWriteNode_XmlReader.cs" />
<Compile Include="TCWriterSettingsMisc.cs" />
<Compile Include="TCWriterWithMemoryStream.cs" />
<Compile Include="TestExtensions.cs" />
<Compile Include="WriteEndDocumentOnCloseTest.cs" />
<Compile Include="XmlWriterTestCaseBase.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit.extensibility.execution" Version="$(XUnitVersion)" />
<ProjectReference Include="$(CommonTestPath)System\Xml\ModuleCore\ModuleCore.csproj" />
<ProjectReference Include="$(CommonTestPath)System\Xml\XmlCoreTest\XmlCoreTest.csproj" />
<ProjectReference Include="$(CommonTestPath)System\Xml\XmlDiff\XmlDiff.csproj" />
</ItemGroup>
</Project>