summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-02-27 17:53:25 -0500
committerStephen Toub <stoub@microsoft.com>2019-02-27 21:13:10 -0500
commitd30aaca62d40d235a55a445edff2f85b8c56ba26 (patch)
tree3d428d078a398747c1d7eb2ba353961801e39ece /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent3042c90aa8ed4bfe56b6f6bc21c4bd93545ee239 (diff)
downloadcoreclr-d30aaca62d40d235a55a445edff2f85b8c56ba26.tar.gz
coreclr-d30aaca62d40d235a55a445edff2f85b8c56ba26.tar.bz2
coreclr-d30aaca62d40d235a55a445edff2f85b8c56ba26.zip
Address PR feedback (clean up style in Thread.CoreCLR.cs)
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index 55bf8b40c8..afcfcf763f 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -255,6 +255,7 @@
<Compile Include="$(BclSourcesRoot)\System\Threading\Interlocked.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\Monitor.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\Overlapped.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\Threading\StackCrawlMark.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\SynchronizationContext.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\Thread.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\ThreadPool.CoreCLR.cs" />