summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-02-15 03:28:01 +0100
committerJan Kotas <jkotas@microsoft.com>2019-02-14 18:28:01 -0800
commit00f0c3250e4f2cd156753ccd17f005db696ff046 (patch)
tree5803ad29a9c77b629faed73579eedd1559287aed /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent361e7dc5ee73b8d86fd9ec16b0fdec6ac7302b16 (diff)
downloadcoreclr-00f0c3250e4f2cd156753ccd17f005db696ff046.tar.gz
coreclr-00f0c3250e4f2cd156753ccd17f005db696ff046.tar.bz2
coreclr-00f0c3250e4f2cd156753ccd17f005db696ff046.zip
Move Reflection.Emit Tokens to shared partition (#22602)
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index 4a08a06403..1053e64ae5 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -184,30 +184,22 @@
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\DynamicMethod.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\EnumBuilder.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\EventBuilder.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\EventToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\FieldBuilder.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\FieldToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\GenericTypeParameterBuilder.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\ILGenerator.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\ISymWrapperCore.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\LocalBuilder.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\MethodBuilder.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\MethodBuilderInstantiation.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\MethodToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\ModuleBuilder.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\ModuleBuilderData.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\ParameterBuilder.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\ParameterToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\PropertyBuilder.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\PropertyToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\SignatureHelper.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\SignatureToken.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\StringToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\SymbolMethod.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\SymbolType.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\TypeBuilder.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\TypeBuilderInstantiation.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\TypeToken.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Emit\XXXOnTypeBuilderInstantiation.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\FieldInfo.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\INVOCATION_FLAGS.cs" />