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

System.Private.Reflection.Execution.Experimental.csproj « src « System.Private.Reflection.Execution « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 069aa60a9dd2812d37f113899cb5d1c5fe7fe152 (plain)
1
2
3
4
5
6
7
8
9
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  <PropertyGroup>
    <AssemblyName>System.Private.Reflection.Execution.Experimental</AssemblyName>
    <EcmaMetadataSupport>true</EcmaMetadataSupport>
    <JitSupport>true</JitSupport>
  </PropertyGroup>

  <Import Project="System.Private.Reflection.Execution.csproj" />
</Project>