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: d70b8fc7a7cfb54ce12d75361bb609ea7d9ef2c7 (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>
    <DynamicCodeSupport>true</DynamicCodeSupport>
  </PropertyGroup>

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