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

System.Reflection.Emit.ILGeneration.pkgproj « pkg « System.Reflection.Emit.ILGeneration « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 245e94d9d744badf1cc170e2102f09b5d4751e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Version>4.0.1.0</Version>
  </PropertyGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <ItemGroup>
    <ProjectReference Include="..\ref\System.Reflection.Emit.ILGeneration.csproj">
      <SupportedFramework>net45;netcoreapp1.0;wp8</SupportedFramework>
    </ProjectReference>
    <ProjectReference Include="..\src\System.Reflection.Emit.ILGeneration.builds" />
    <InboxOnTargetFramework Include="net45" />
    <InboxOnTargetFramework Include="wp80" />
    <InboxOnTargetFramework Include="portable-net45+wp8" />
    <!-- ensure that no lib is in scope for AOT since this isn't supported -->
    <File Include="$(PlaceholderFile)">
      <TargetPath>runtimes/aot/lib/netcore50</TargetPath>
    </File>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>