summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-12-21 16:07:22 -0800
committerJan Kotas <jkotas@microsoft.com>2018-12-21 18:39:10 -0800
commit302dda27ee4ea80cc879c62cb40ce23fcc0de39f (patch)
treeadafd800d356dd9f0a06e272cfec13054fa65a47 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parentfd2adccf3e921979d6716462f64d3b423d9cbf46 (diff)
downloadcoreclr-302dda27ee4ea80cc879c62cb40ce23fcc0de39f.tar.gz
coreclr-302dda27ee4ea80cc879c62cb40ce23fcc0de39f.tar.bz2
coreclr-302dda27ee4ea80cc879c62cb40ce23fcc0de39f.zip
Cleanup to match conventions
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index f471ad6ac0..126c62608f 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -123,6 +123,7 @@
<Compile Include="$(BclSourcesRoot)\Internal\Runtime\Augments\RuntimeThread.cs" />
<Compile Include="$(BclSourcesRoot)\Microsoft\Win32\UnsafeNativeMethods.cs" />
<Compile Include="$(BclSourcesRoot)\Microsoft\Win32\Win32Native.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\__Canon.cs" />
<Compile Include="$(BclSourcesRoot)\System\Activator.cs" />
<Compile Include="$(BclSourcesRoot)\System\AppContext.cs" />
<Compile Include="$(BclSourcesRoot)\System\ArgIterator.cs" />
@@ -137,6 +138,7 @@
<Compile Include="$(BclSourcesRoot)\System\Collections\Generic\ComparerHelpers.cs" />
<Compile Include="$(BclSourcesRoot)\System\Collections\Generic\EqualityComparer.cs" />
<Compile Include="$(BclSourcesRoot)\System\Collections\ObjectModel\ReadOnlyDictionary.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\CoreLib.cs" />
<Compile Include="$(BclSourcesRoot)\System\Currency.cs" />
<Compile Include="$(BclSourcesRoot)\System\DefaultBinder.CanConvert.cs" />
<Compile Include="$(BclSourcesRoot)\System\Delegate.cs" />
@@ -178,7 +180,7 @@
<Compile Include="$(BclSourcesRoot)\System\MissingMemberException.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\MulticastDelegate.cs" />
<Compile Include="$(BclSourcesRoot)\System\Numerics\Hashing\HashHelpers.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Object.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\Object.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\OleAutBinder.cs" Condition="'$(FeatureClassicCominterop)' == 'true'" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Assembly.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\AssemblyName.cs" />