|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<AssemblyName>System.Reflection.Emit</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>Preview</LangVersion>
<DefineConstants>TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs" Link="src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs"/>
<Compile Include="..\..\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs" Link="src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs"/>
<Compile Include="..\..\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs" Link="src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs"/>
<Compile Include="System\Reflection\Emit\ArrayMethod.cs"/>
<Compile Include="System\Reflection\Emit\ConstructorBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\CustomAttributeWrapper.cs"/>
<Compile Include="System\Reflection\Emit\EnumBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\EventBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\FieldBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\ILGeneratorImpl.cs"/>
<Compile Include="System\Reflection\Emit\LocalBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\MethodBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\ModuleBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\ParameterBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\Pdb\SequencePoint.cs"/>
<Compile Include="System\Reflection\Emit\Pdb\SymbolDocumentWriter.cs"/>
<Compile Include="System\Reflection\Emit\PersistedAssemblyBuilder.cs"/>
<Compile Include="System\Reflection\Emit\PropertyBuilderImpl.cs"/>
<Compile Include="System\Reflection\Emit\PseudoCustomAttributesData.cs"/>
<Compile Include="System\Reflection\Emit\SignatureHelper.cs"/>
<Compile Include="System\Reflection\Emit\TypeBuilderImpl.cs"/>
<Compile Include="..\..\Common\src\System\SR.cs" Link="src\libraries\Common\src\System\SR.cs"/>
<Compile Include="..\..\Common\src\SkipLocalsInit.cs" Link="src\libraries\Common\src\SkipLocalsInit.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Reflection.Emit\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs" Link="artifacts\obj\System.Reflection.Emit\Debug\net10.0\.NETCoreApp,Version=v10.0.AssemblyAttributes.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Reflection.Emit\Debug\net10.0\System.SR.cs" Link="artifacts\obj\System.Reflection.Emit\Debug\net10.0\System.SR.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Reflection.Emit\Debug\net10.0\System.Reflection.Emit.AssemblyInfo.cs" Link="artifacts\obj\System.Reflection.Emit\Debug\net10.0\System.Reflection.Emit.AssemblyInfo.cs"/>
<Compile Include="..\..\..\..\artifacts\obj\System.Reflection.Emit\Debug\net10.0\System.Reflection.Emit.Forwards.cs" Link="artifacts\obj\System.Reflection.Emit\Debug\net10.0\System.Reflection.Emit.Forwards.cs"/>
</ItemGroup>
<ItemGroup>
<ReferencePath Include="..\..\..\..\..\ref\cca8c396ca8a41eb95ac697439349c82\System.Collections.Immutable.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b2858dae85c944498e321c4305e683fb\System.Reflection.Metadata.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\93498515fc6344febcd2706def5b5098\System.Runtime.dll"/>
<ReferencePath Include="..\..\..\..\..\ref\b791ef24bc5c4615aa70e4e0a9ca8e16\System.Private.CoreLib.dll"/>
</ItemGroup>
</Project>
|