|
|
@@ -284,8 +284,6 @@
|
|
|
<Compile Include="System.Security.Cryptography\SHA512CryptoServiceProvider.cs" />
|
|
|
<Compile Include="System.Threading.Tasks\TaskExtensions.cs" />
|
|
|
<Compile Include="System.Threading\LockRecursionException.cs" />
|
|
|
- <Compile Include="System.Threading\LockRecursionPolicy.cs" />
|
|
|
- <Compile Include="System.Threading\ReaderWriterLockSlim.cs" />
|
|
|
<Compile Include="System.Threading\ReaderWriterLockSlimExtensions.cs" />
|
|
|
<Compile Include="System.Threading\ThreadLockState.cs" />
|
|
|
<Compile Include="System\Actions.cs" />
|
|
|
@@ -295,7 +293,12 @@
|
|
|
<Compile Include="System\TimeZoneInfo.cs" />
|
|
|
<Compile Include="System\TimeZoneInfo.TransitionTime.cs" />
|
|
|
<Compile Include="System\TimeZoneNotFoundException.cs" />
|
|
|
- <Compile Include="System\Util.cs" />
</ItemGroup>
|
|
|
+ <Compile Include="System\Util.cs" />
|
|
|
+ <Compile Include="ReferenceSources/Set.cs" />
|
|
|
+ <Compile Include="ReferenceSources/SR.cs" />
|
|
|
+ <Compile Include="..\..\build\common\SR.cs" />
|
|
|
+ <Compile Include="..\..\..\external\referencesource\System.Core\System\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs" />
|
|
|
+ </ItemGroup>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
<Target Name="BeforeBuild">
|