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

System.Private.Reflection.Execution.csproj « src « System.Private.Reflection.Execution « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed737d170d7bec81ca8c05e5d62e49e443e3ace8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup Condition="'$(AssemblyName)' == ''">
    <AssemblyName>System.Private.Reflection.Execution</AssemblyName>
  </PropertyGroup>
  <PropertyGroup>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
    <OutputType>Library</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
  </PropertyGroup>

  <PropertyGroup Condition="'$(EcmaMetadataSupport)' == 'true'">
    <DefineConstants>ECMA_METADATA_SUPPORT;$(DefineConstants)</DefineConstants>
  </PropertyGroup>

  <!-- Setup the right references -->
  <ItemGroup>
    <ReferencePath Condition="'$(EcmaMetadataSupport)' == 'true'" Include="$(AotPackageReferencePath)\System.Private.Reflection.Metadata.Ecma335.dll" />
  </ItemGroup>

  <ItemGroup Condition="'$(IsProjectNLibrary)' != 'true'">
    <!-- TODO: Everything but Interop and TypeLoader should be out of the conditional block -->
    <ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj">
      <Aliases>global,System_Private_CoreLib</Aliases>
    </ProjectReference>
    <ProjectReference Include="..\..\System.Private.Reflection.Metadata\src\System.Private.Reflection.Metadata.csproj" />
  </ItemGroup>
  <ItemGroup Condition="'$(IsProjectNLibrary)' != 'true' and '$(EcmaMetadataSupport)' != 'true'">
    <ProjectReference Include="..\..\System.Private.Interop\src\System.Private.Interop.csproj" />
    <ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.csproj" />
    <ProjectReference Include="..\..\System.Private.Reflection.Core\src\System.Private.Reflection.Core.csproj" />
  </ItemGroup>
  <ItemGroup Condition="'$(IsProjectNLibrary)' != 'true' and '$(EcmaMetadataSupport)' == 'true'">
    <ProjectReference Include="..\..\System.Private.Interop\src\System.Private.Interop.Experimental.csproj" />
    <ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.Experimental.csproj" />
    <ProjectReference Include="..\..\System.Private.Reflection.Core\src\System.Private.Reflection.Core.Experimental.csproj" />
    <ProjectReference Include="..\..\System.Private.Jit\src\System.Private.Jit.csproj" />
    <ProjectReference Include="..\..\System.Private.Interpreter\src\System.Private.Interpreter.csproj" />
  </ItemGroup>

  <PropertyGroup>
    <NativeFormatCommonPath>..\..\Common\src\Internal\NativeFormat</NativeFormatCommonPath>
  </PropertyGroup>
  <ItemGroup Condition="'$(EcmaMetadataSupport)' == 'true'">
    <Compile Include="Internal\Reflection\Execution\PayForPlayExperience\DiagnosticMappingTables.Ecma.cs" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="$(NativeFormatCommonPath)\NativeFormat.cs" />
    <Compile Include="$(NativeFormatCommonPath)\NativeFormatReader.cs" />
    <Compile Include="$(NativeFormatCommonPath)\NativeFormatReader.Primitives.cs" />
    <Compile Include="$(NativeFormatCommonPath)\NativeFormatReader.Metadata.cs" />
    <Compile Include="$(NativeFormatCommonPath)\NativeFormatReader.String.cs" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Internal\Reflection\Execution\TypeLoader\ConstraintValidator.cs" />
    <Compile Include="Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs" />
    <Compile Include="Internal\Reflection\Execution\TypeLoader\TypeCast.cs" />
    <Compile Include="Internal\Reflection\Execution\ReflectionExecution.cs" />
    <Compile Include="Internal\Reflection\Execution\ReflectionDomainSetupImplementation.cs" />
    <Compile Include="Internal\Reflection\Execution\ExecutionEnvironmentImplementation.cs" />
    <Compile Include="Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Interop.cs" />
    <Compile Include="Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs" />
    <Compile Include="Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs" />
    <Compile Include="Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MetadataTable.cs" />
    <Compile Include="Internal\Reflection\Execution\ExecutionEnvironmentImplementation.ManifestResources.cs" />
    <Compile Include="Internal\Reflection\Execution\ReflectionExecutionDomainCallbacksImplementation.cs" />
    <Compile Include="Internal\Reflection\Execution\MetadataReaderExtensions.cs" />
    <Compile Include="Internal\Reflection\Execution\MethodInvokeInfo.cs" />
    <Compile Include="Internal\Reflection\Execution\RuntimeHandlesExtensions.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\LiteralFieldAccessor.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForInstanceFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForStaticFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForThreadStaticFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\RegularStaticFieldAccessor.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForInstanceFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForStaticFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForThreadStaticFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\StaticFieldAccessor.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\ThreadStaticFieldAccessor.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForInstanceFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForStaticFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForThreadStaticFields.cs" />
    <Compile Include="Internal\Reflection\Execution\FieldAccessors\WritableStaticFieldAccessor.cs" />
    <Compile Include="Internal\Reflection\Execution\MethodInvokers\MethodInvokerWithMethodInvokeInfo.cs" />
    <Compile Include="Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs" />
    <Compile Include="Internal\Reflection\Execution\MethodInvokers\StaticMethodInvoker.cs" />
    <Compile Include="Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs" />
    <Compile Include="Internal\Reflection\Execution\PayForPlayExperience\DiagnosticMappingTables.cs" />
    <Compile Include="Internal\Reflection\Execution\PayForPlayExperience\MissingMetadataExceptionCreator.cs" />
    <Compile Include="Internal\Reflection\Extensions\NonPortable\CustomAttributeInstantiator.cs" />
    <Compile Include="Internal\Reflection\Extensions\NonPortable\DelegateMethodInfoRetriever.cs" />
    <Compile Include="Internal\Runtime\CompilerHelpers\LibraryInitializer.cs" />
    <Compile Include="System\Reflection\MissingRuntimeArtifactException.cs" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\Common\src\Internal\Runtime\MetadataBlob.cs" >
      <Link>Internal\Runtime\MetadataBlob.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\System\CommonRuntimeTypes.cs" >
      <Link>System\CommonRuntimeTypes.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\System\NotImplemented.cs" >
      <Link>System\NotImplemented.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\System\Collections\Generic\LowLevelList.cs" >
      <Link>System\Collections\Generic\LowLevelList.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\System\Collections\Generic\LowLevelDictionary.cs" >
      <Link>System\Collections\Generic\LowLevelDictionary.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\Internal\LowLevelLinq\LowLevelEnumerable.cs" >
      <Link>Internal\LowLevelLinq\LowLevelEnumerable.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\Internal\LowLevelLinq\LowLevelEnumerable.ToArray.cs" >
      <Link>Internal\LowLevelLinq\LowLevelEnumerable.ToArray.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\System\Collections\HashHelpers.cs" >
      <Link>System\Collections\HashHelpers.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\System\Collections\Generic\Empty.cs" >
      <Link>System\Collections\Generic\Empty.cs</Link>
    </Compile>
    <Compile Include="..\..\Common\src\System\Runtime\CompilerServices\__BlockAllReflectionAttribute.cs" Condition="'$(IsProjectNLibrary)' != 'true'">
      <Link>System\Runtime\CompilerServices\__BlockAllReflectionAttribute.cs</Link>
    </Compile>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>