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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj')
-rw-r--r--src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj22
1 files changed, 13 insertions, 9 deletions
diff --git a/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj b/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
index a29a5cd10..be2d84a43 100644
--- a/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
+++ b/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
@@ -58,9 +58,6 @@
<Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\ComparerIntrinsics.cs">
<Link>IL\Stubs\ComparerIntrinsics.cs</Link>
</Compile>
- <Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.Sorting.cs">
- <Link>IL\Stubs\DynamicInvokeMethodThunk.Sorting.cs</Link>
- </Compile>
<Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\GetCanonTypeIntrinsic.cs">
<Link>IL\Stubs\GetCanonTypeIntrinsic.cs</Link>
</Compile>
@@ -73,9 +70,6 @@
<Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\DelegateMethodILEmitter.cs">
<Link>IL\Stubs\DelegateMethodILEmitter.cs</Link>
</Compile>
- <Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs">
- <Link>IL\Stubs\DynamicInvokeMethodThunk.cs</Link>
- </Compile>
<Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\EETypePtrOfIntrinsic.cs">
<Link>IL\Stubs\EETypePtrOfIntrinsic.cs</Link>
</Compile>
@@ -100,8 +94,6 @@
<Compile Include="Compiler\AnalysisBasedMetadataManager.cs" />
<Compile Include="Compiler\BlockedInternalsBlockingPolicy.cs" />
<Compile Include="Compiler\CodeGenerationFailedException.cs" />
- <Compile Include="Compiler\CompilerGeneratedType.cs" />
- <Compile Include="Compiler\CompilerGeneratedType.Sorting.cs" />
<Compile Include="Compiler\CompilerTypeSystemContext.BoxedTypes.cs" />
<Compile Include="Compiler\CompilerTypeSystemContext.Mangling.cs" />
<Compile Include="Compiler\CompilerTypeSystemContext.Sorting.cs" />
@@ -110,6 +102,8 @@
<Compile Include="Compiler\DependencyAnalysis\DefaultConstructorMapNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\ExternSymbolsImportedNodeProvider.cs" />
<Compile Include="Compiler\DependencyAnalysis\ExternSymbolsWithIndirectionImportedNodeProvider.cs" />
+ <Compile Include="Compiler\DependencyAnalysis\IndirectionExtensions.cs" />
+ <Compile Include="Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\MrtImportImportedNodeProvider.cs" />
<Compile Include="Compiler\DependencyAnalysis\MrtImports.cs" />
<Compile Include="Compiler\DependencyAnalysis\MrtProcessedExportAddressTableNode.cs" />
@@ -132,14 +126,21 @@
<Compile Include="Compiler\DependencyAnalysis\IMethodBodyNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\IMethodBodyNodeWithFuncletSymbols.cs" />
<Compile Include="Compiler\DependencyAnalysis\ISymbolNodeWithFuncletId.cs" />
+ <Compile Include="Compiler\DependencyAnalysis\ISymbolNodeWithDebugInfo.cs" />
<Compile Include="Compiler\DependencyAnalysis\LoopHijackFlagNode.cs" />
<Compile Include="Compiler\DevirtualizationManager.cs" />
<Compile Include="Compiler\DictionaryLayoutProvider.cs" />
+ <Compile Include="Compiler\DynamicInvokeThunkGenerationPolicy.cs" />
<Compile Include="Compiler\EmptyInteropStubManager.cs" />
+ <Compile Include="Compiler\DependencyAnalysis\ISortableNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\SortableDependencyNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\ImportedNodeProvider.cs" />
+ <Compile Include="Compiler\FrameworkStringResourceBlockingPolicy.cs" />
<Compile Include="Compiler\GeneratingMetadataManager.cs" />
<Compile Include="Compiler\InternalCompilerErrorException.cs" />
+ <Compile Include="Compiler\ManifestResourceBlockingPolicy.cs" />
+ <Compile Include="Compiler\NoManifestResourceBlockingPolicy.cs" />
+ <Compile Include="Compiler\NoMetadataBlockingPolicy.cs" />
<Compile Include="Compiler\PreInitFieldInfo.cs" />
<Compile Include="Compiler\DependencyAnalysis\FrozenArrayNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\GCStaticsPreInitDataNode.cs" />
@@ -280,9 +281,9 @@
<Compile Include="Compiler\DependencyAnalysis\UtcThreadStaticsNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\TypeMetadataMapNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\UnboxingStubNode.cs" />
- <Compile Include="Compiler\DependencyAnalysis\UtcDictionaryLayoutNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\UtcNodeFactory.cs" />
<Compile Include="Compiler\DependencyAnalysis\VirtualMethodUseNode.cs" />
+ <Compile Include="Compiler\DependencyAnalysis\SealedVTableNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\StackTraceMethodMappingNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\StackTraceEmbeddedMetadataNode.cs" />
<Compile Include="Compiler\DependencyAnalysis\Target_X64\Register.cs" />
@@ -335,6 +336,7 @@
<Compile Include="Compiler\ExportsFileWriter.cs" />
<Compile Include="Compiler\PrecomputedMetadataManager.cs" />
<Compile Include="Compiler\ReadyToRun.cs" />
+ <Compile Include="Compiler\RuntimeConfigurationRootProvider.cs" />
<Compile Include="Compiler\RyuJitCompilation.cs" />
<Compile Include="Compiler\RyuJitCompilationBuilder.cs" />
<Compile Include="Compiler\SingleFileCompilationModuleGroup.cs" />
@@ -359,6 +361,8 @@
<Compile Include="Compiler\WindowsNodeMangler.cs" />
<Compile Include="IL\ILImporter.Scanner.cs" />
<Compile Include="IL\Stubs\PInvokeILProvider.cs" />
+ <Compile Include="IL\Stubs\StartupCode\AppContextInitializerMethod.cs" />
+ <Compile Include="IL\Stubs\StartupCode\AppContextInitializerMethod.Sorting.cs" />
<Compile Include="IL\Stubs\StartupCode\StartupCodeMainMethod.cs" />
<Compile Include="IL\Stubs\StartupCode\StartupCodeMainMethod.Sorting.cs" />
<Compile Include="IL\Stubs\StartupCode\NativeLibraryStartupMethod.cs" />