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

System.CodeDom.csproj « ref « System.CodeDom « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23dbaab9849bd768e6032a6a8955ed5c5b93f58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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" />
  <ItemGroup>
    <Compile Include="System.CodeDom.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\System.Collections.Specialized\ref\System.Collections.Specialized.csproj" />
    <ProjectReference Include="..\..\System.ComponentModel.TypeConverter\ref\System.ComponentModel.TypeConverter.csproj" />
    <ProjectReference Include="..\..\System.Collections.NonGeneric\ref\System.Collections.NonGeneric.csproj" />
    <ProjectReference Include="..\..\System.IO\ref\System.IO.csproj" />
    <ProjectReference Include="..\..\System.Reflection\ref\System.Reflection.csproj" />
    <ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
    <ProjectReference Include="..\..\System.Runtime.Extensions\ref\System.Runtime.Extensions.csproj" />
    <ProjectReference Include="..\..\System.Security.Permissions\ref\System.Security.Permissions.csproj" />
    <ProjectReference Include="..\..\System.Text.Encoding\ref\System.Text.Encoding.csproj" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>