Code Contracts exist on SL4, use the real bits instead

This commit is contained in:
Paul Betts 2010-09-19 22:08:40 -07:00
Родитель 7f2ee210fc
Коммит 8478b7d80c
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
using System;
#if SILVERLIGHT || DOTNETISOLDANDSAD
#if DOTNETISOLDANDSAD
namespace System.Diagnostics.Contracts
{

Просмотреть файл

@ -77,7 +77,6 @@
<Reference Include="System.Windows.Browser" />
</ItemGroup>
<ItemGroup>
<Compile Include="ContractStubs.cs" />
<Compile Include="Interfaces.cs" />
<Compile Include="Logging.cs" />
<Compile Include="MemoizingMRUCache.cs" />