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

System.Xml.RW.CustomReader.Tests.csproj « CustomReader « Readers « tests « System.Private.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7f6de391fce692c2f08e6d9efa1715c417f1c3a (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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{B51913C2-478E-46AA-A523-521BD4593651}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Xml.RW.CustomReader.Tests</AssemblyName>
    <RootNamespace>XmlReaderTest.CustomReaderTest</RootNamespace>
  </PropertyGroup>
  <!-- Default configurations to help VS understand the configurations -->
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>..\..\..\..\..\bin\AnyOS.AnyCPU.Debug\System.Xml.RW.CustomReader2.Tests\</OutputPath>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="CReaderTestModule.cs" />
    <Compile Include="InheritedCases.cs" />
  </ItemGroup>
  <ItemGroup>
    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  </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="..\..\..\src\System.Private.Xml.csproj">
      <Project>{c427ce0d-0740-41f3-9c3a-552bea3ddb0d}</Project>
      <Name>System.Xml</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\XmlReaderLib\System.Xml.RW.XmlReaderLib.csproj">
      <Project>{6d9b0285-5e8a-4c20-9c53-9e2084ef64c4}</Project>
      <Name>System.Xml.RW.XmlReaderLib</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>