12b7f905cb450aa1b815a4b3bca07cca7f0d88f8
[platform/upstream/dotnet/runtime.git] /
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
4   </PropertyGroup>
5   <ItemGroup>
6     <Compile Include="cthread.cs" />
7     <Compile Include="CThreads.cs" />
8     <Compile Include="CXmlCache.cs" />
9     <Compile Include="CXslTArgumentList.cs" />
10     <Compile Include="CXsltArgumentListMultith.cs" />
11     <Compile Include="CXslTransform.cs" />
12     <Compile Include="CXslTransformMultith.cs" />
13     <Compile Include="DataHelper.cs" />
14     <Compile Include="ExceptionVerifier.cs" />
15     <Compile Include="MyNavigator.cs" />
16     <Compile Include="ThreadFunc.cs" />
17     <Compile Include="XSLTransform.cs" />
18     <Compile Include="XunitAssemblyAttributes.cs" />
19   </ItemGroup>
20   <ItemGroup>
21     <Content Include="..\TestFiles\**\*"
22           Link="TestFiles\%(RecursiveDir)%(Filename)%(Extension)"
23           CopyToOutputDirectory="PreserveNewest"
24           Visible="false" />
25   </ItemGroup>
26   <ItemGroup>
27     <ProjectReference Include="$(CommonTestPath)System\Xml\ModuleCore\ModuleCore.csproj" />
28     <ProjectReference Include="$(CommonTestPath)System\Xml\XmlCoreTest\XmlCoreTest.csproj" />
29     <ProjectReference Include="$(CommonTestPath)System\Xml\XmlDiff\XmlDiff.csproj" />
30   </ItemGroup>
31 </Project>