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

XsltScenarios.Tests.csproj « XsltScenarios « Xslt « tests « System.Private.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15409efc218db41471d76acbf440e31691824abb (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
<?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>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{540FB7C7-0B15-4592-927F-333761E9B727}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AssemblyName>XsltScenarios.Tests</AssemblyName>
    <RootNamespace>System.Xml.Tests</RootNamespace>
    <NuGetTargetMoniker>.NETStandard,Version=v1.7</NuGetTargetMoniker>
  </PropertyGroup>
  <!-- Default configurations to help VS understand the configurations -->
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
  <ItemGroup>
    <!--<Reference Include="GotDotNet.Exslt.dll" />-->
  </ItemGroup>
  <ItemGroup>
    <!--<Compile Include="AspNet.cs" />-->
    <Compile Include="EXslt.cs" />
    <Compile Include="Schematron.cs" />
    <Compile Include="Utils.cs" />
    <Compile Include="XunitAssemblyAttribute.cs" />
    <SupplementalTestData Include="..\TestFiles\**\*.*">
      <Link>TestFiles\%(RecursiveDir)%(Filename)%(Extension)</Link>
      <DestinationDir>TestFiles\%(RecursiveDir)</DestinationDir>
    </SupplementalTestData>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="$(CommonTestPath)\System\Xml\ModuleCore\ModuleCore.csproj">
      <Project>{3cf0cc76-4ce0-460a-ba37-657cfed39ab0}</Project>
      <Name>ModuleCore</Name>
    </ProjectReference>
    <ProjectReference Include="$(CommonTestPath)\System\Xml\XmlCoreTest\XmlCoreTest.csproj">
      <Project>{89701565-f68b-46d9-bd78-95b0f052c50b}</Project>
      <Name>XmlCoreTest</Name>
    </ProjectReference>
    <ProjectReference Include="$(CommonTestPath)\System\Xml\xmlDiff\XmlDiff.csproj">
      <Project>{466d87df-bdec-4e6c-bacd-317d79b8edbe}</Project>
      <Name>XmlDiff</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\System.Xml.ReaderWriter\pkg\System.Xml.ReaderWriter.pkgproj" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="XsltScenarios.xml" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>