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:
authorSergey Andreenko <seandree@microsoft.com>2017-03-21 01:31:47 +0300
committerGitHub <noreply@github.com>2017-03-21 01:31:47 +0300
commitad8bf9c0cea137101629746202df9a93a1c4239c (patch)
tree0f4e60e6a7f8b8b2f9b2c0a78dab4dc47ef754e7 /src/System.Private.Jit
parent92b2a76400845acae894a3b16e85bfa0b3f3fdf6 (diff)
User defined types draft for CodeView. (#2922)
User Defined Types for CodeView. Enum, Class, Struct.
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/System.Private.Jit.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.Jit/src/System.Private.Jit.csproj b/src/System.Private.Jit/src/System.Private.Jit.csproj
index b30691de1..43bd519ee 100644
--- a/src/System.Private.Jit/src/System.Private.Jit.csproj
+++ b/src/System.Private.Jit/src/System.Private.Jit.csproj
@@ -133,7 +133,6 @@
<Compile Include="$(JitInterfaceBasePath)\CorInfoImpl.Intrinsics.cs" />
<Compile Include="$(JitInterfaceBasePath)\CorInfoTypes.cs" />
<Compile Include="$(JitInterfaceBasePath)\JitConfigProvider.cs" />
- <Compile Include="$(JitInterfaceBasePath)\TypesDebugInfo\PrimitiveTypeDescriptor.cs" />
<Compile Include="$(TypeLoaderBasePath)\Internal\TypeSystem\PInvokeTargetNativeMethod.Runtime.cs" />
<Compile Include="Internal\Runtime\JitSupport\RyuJitExecutionStrategy.cs" />
<Compile Include="Internal\Runtime\JitSupport\VirtualMethodSlotHelper.cs" />