File: System.Runtime.Caching.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{4149eb67-2efa-488a-b333-0d584dfdcec0}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Runtime.Caching</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;FEATURE_LEGACYSURFACEAREA;FEATURE_UTF32;FEATURE_UTF7;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="..\Configuration\System.Configuration.csproj">
      <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project>
      <Name>System.Configuration</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\System.Data.csproj">
      <Project>{50bf0abe-a7fe-40e6-8e95-ce5080b432af}</Project>
      <Name>System.Data</Name>
    </ProjectReference>
    <ProjectReference Include="..\Xml\System.Xml.csproj">
      <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project>
      <Name>System.Xml</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Resources\R.Designer.cs" />
    <Compile Include="Resources\RH.cs" />
    <Compile Include="System\Caching\CacheEntryChangeMonitor.cs" />
    <Compile Include="System\Caching\CacheEntryRemovedArguments.cs" />
    <Compile Include="System\Caching\CacheEntryRemovedCallback.cs" />
    <Compile Include="System\Caching\CacheEntryRemovedReason.cs" />
    <Compile Include="System\Caching\CacheEntryUpdateArguments.cs" />
    <Compile Include="System\Caching\CacheEntryUpdateCallback.cs" />
    <Compile Include="System\Caching\CacheItem.cs" />
    <Compile Include="System\Caching\CacheItemPolicy.cs" />
    <Compile Include="System\Caching\CacheItemPriority.cs" />
    <Compile Include="System\Caching\CacheMemoryMonitor.cs" />
    <Compile Include="System\Caching\ChangeMonitor.cs" />
    <Compile Include="System\Caching\Configuration\CachingSectionGroup.cs" />
    <Compile Include="System\Caching\Configuration\ConfigUtil.cs" />
    <Compile Include="System\Caching\Configuration\MemoryCacheElement.cs" />
    <Compile Include="System\Caching\Configuration\MemoryCacheSection.cs" />
    <Compile Include="System\Caching\Configuration\MemoryCacheSettingsCollection.cs" />
    <Compile Include="System\Caching\Dbg.cs" />
    <Compile Include="System\Caching\DefaultCacheCapabilities.cs" />
    <Compile Include="System\Caching\EntryState.cs" />
    <Compile Include="System\Caching\FileChangeMonitor.cs" />
    <Compile Include="System\Caching\FileChangeNotificationSystem.cs" />
    <Compile Include="System\Caching\HostFileChangeMonitor.cs" />
    <Compile Include="System\Caching\Hosting\IApplicationIdentifier.cs" />
    <Compile Include="System\Caching\Hosting\IFileChangeNotificationSystem.cs" />
    <Compile Include="System\Caching\Hosting\IMemoryCacheManager.cs" />
    <Compile Include="System\Caching\MemoryCache.cs" />
    <Compile Include="System\Caching\MemoryCacheEntry.cs" />
    <Compile Include="System\Caching\MemoryCacheEntryChangeMonitor.cs" />
    <Compile Include="System\Caching\MemoryCacheKey.cs" />
    <Compile Include="System\Caching\MemoryCacheKeyEqualityComparer.cs" />
    <Compile Include="System\Caching\MemoryCacheStatistics.cs" />
    <Compile Include="System\Caching\MemoryCacheStore.cs" />
    <Compile Include="System\Caching\MemoryMonitor.cs" />
    <Compile Include="System\Caching\ObjectCache.cs" />
    <Compile Include="System\Caching\OnChangedCallback.cs" />
    <Compile Include="System\Caching\PerfCounterName.cs" />
    <Compile Include="System\Caching\PerfCounters.cs" />
    <Compile Include="System\Caching\PhysicalMemoryMonitor.cs" />
    <Compile Include="System\Caching\SafeBitVector32.cs" />
    <Compile Include="System\Caching\SafeRegistryHandle.cs" />
    <Compile Include="System\Caching\SqlChangeMonitor.cs" />
    <Compile Include="System\Caching\SRef.cs" />
    <Compile Include="System\Caching\UnsafeNativeMethods.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>