System.Runtime.Caching-net_4_5.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</OutputPath>
  12. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  13. <NoStdLib>true</NoStdLib>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>mscorlib</RootNamespace>
  16. <AssemblyName>System.Runtime.Caching</AssemblyName>
  17. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <StartupObject>
  20. </StartupObject>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <NoWarn>1699</NoWarn>
  26. <Optimize>true</Optimize>
  27. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <NoWarn>1699</NoWarn>
  35. <Optimize>true</Optimize>
  36. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  40. </PropertyGroup>
  41. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  42. <ItemGroup>
  43. <Compile Include="..\..\build\common\Consts.cs" />
  44. <Compile Include="..\..\build\common\Locale.cs" />
  45. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  46. <Compile Include="..\System.Web\System.Web.Configuration_2.0\NullableStringValidator.cs" />
  47. <Compile Include="Assembly\AssemblyInfo.cs" />
  48. <Compile Include="System.Runtime.Caching\CacheEntryChangeMonitor.cs" />
  49. <Compile Include="System.Runtime.Caching\CacheEntryRemovedArguments.cs" />
  50. <Compile Include="System.Runtime.Caching\CacheEntryRemovedCallback.cs" />
  51. <Compile Include="System.Runtime.Caching\CacheEntryRemovedReason.cs" />
  52. <Compile Include="System.Runtime.Caching\CacheEntryUpdateArguments.cs" />
  53. <Compile Include="System.Runtime.Caching\CacheEntryUpdateCallback.cs" />
  54. <Compile Include="System.Runtime.Caching\CacheItem.cs" />
  55. <Compile Include="System.Runtime.Caching\CacheItemPolicy.cs" />
  56. <Compile Include="System.Runtime.Caching\CacheItemPriority.cs" />
  57. <Compile Include="System.Runtime.Caching\ChangeMonitor.cs" />
  58. <Compile Include="System.Runtime.Caching\DefaultCacheCapabilities.cs" />
  59. <Compile Include="System.Runtime.Caching\FileChangeMonitor.cs" />
  60. <Compile Include="System.Runtime.Caching\FileChangeNotificationSystem.cs" />
  61. <Compile Include="System.Runtime.Caching\FileChangeNotificationSystemEntry.cs" />
  62. <Compile Include="System.Runtime.Caching\Helpers.cs" />
  63. <Compile Include="System.Runtime.Caching\HostFileChangeMonitor.cs" />
  64. <Compile Include="System.Runtime.Caching\MemoryCache.cs" />
  65. <Compile Include="System.Runtime.Caching\MemoryCacheContainer.cs" />
  66. <Compile Include="System.Runtime.Caching\MemoryCacheEntry.cs" />
  67. <Compile Include="System.Runtime.Caching\MemoryCacheEntryChangeMonitor.cs" />
  68. <Compile Include="System.Runtime.Caching\MemoryCacheLRU.cs" />
  69. <Compile Include="System.Runtime.Caching\MemoryCachePerformanceCounters.cs" />
  70. <Compile Include="System.Runtime.Caching\MemoryCacheEntryPriorityQueue.cs" />
  71. <Compile Include="System.Runtime.Caching\ObjectCache.cs" />
  72. <Compile Include="System.Runtime.Caching\OnChangedCallback.cs" />
  73. <Compile Include="System.Runtime.Caching\SqlChangeMonitor.cs" />
  74. <Compile Include="System.Runtime.Caching.Configuration\CachingSectionGroup.cs" />
  75. <Compile Include="System.Runtime.Caching.Configuration\MemoryCacheSection.cs" />
  76. <Compile Include="System.Runtime.Caching.Configuration\MemoryCacheSettingsCollection.cs" />
  77. <Compile Include="System.Runtime.Caching.Configuration\MemoryCacheElement.cs" />
  78. <Compile Include="System.Runtime.Caching.Hosting\IApplicationIdentifier.cs" />
  79. <Compile Include="System.Runtime.Caching.Hosting\IFileChangeNotificationSystem.cs" />
  80. <Compile Include="System.Runtime.Caching.Hosting\IMemoryCacheManager.cs" />
  81. </ItemGroup>
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. <PropertyGroup>
  90. <PreBuildEvent></PreBuildEvent>
  91. </PropertyGroup>
  92. <ItemGroup>
  93. <Reference Include="mscorlib.dll">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\\lib\build\mscorlib.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.dll">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\\lib\build\System.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Data.dll">
  102. <SpecificVersion>False</SpecificVersion>
  103. <HintPath>..\\lib\build\System.Data.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Configuration.dll">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>..\\lib\build\System.Configuration.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Core.dll">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\\lib\build\System.Core.dll</HintPath>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Folder Include="Properties\" />
  116. </ItemGroup>
  117. </Project>