System.Runtime.Caching-net_4_x.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
  3. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{2FE2D8C6-B7B8-4067-A2C0-9D1DEA020FD8}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <NoWarn>1699,414</NoWarn>
  12. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  13. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  14. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  15. <NoStdLib>True</NoStdLib>
  16. <NoConfig>True</NoConfig>
  17. <AppDesignerFolder>Properties</AppDesignerFolder>
  18. <RootNamespace>
  19. </RootNamespace>
  20. <AssemblyName>System.Runtime.Caching</AssemblyName>
  21. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  22. <FileAlignment>512</FileAlignment>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <NoWarn>1699,414</NoWarn>
  28. <Optimize>false</Optimize>
  29. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <NoWarn>1699,414</NoWarn>
  36. <Optimize>true</Optimize>
  37. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  42. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  43. is a problem to compile the Mono mscorlib.dll -->
  44. <PropertyGroup>
  45. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  46. </PropertyGroup>
  47. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  48. <ItemGroup>
  49. <Compile Include="..\..\build\common\Consts.cs" />
  50. <Compile Include="..\..\build\common\Locale.cs" />
  51. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  52. <Compile Include="..\referencesource\System.Runtime.Caching\Resources\RH.cs" />
  53. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryChangeMonitor.cs" />
  54. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryRemovedArguments.cs" />
  55. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryRemovedCallback.cs" />
  56. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryRemovedReason.cs" />
  57. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryUpdateArguments.cs" />
  58. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheEntryUpdateCallback.cs" />
  59. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheItem.cs" />
  60. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheItemPolicy.cs" />
  61. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheItemPriority.cs" />
  62. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\CacheMemoryMonitor.cs" />
  63. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\ChangeMonitor.cs" />
  64. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\CachingSectionGroup.cs" />
  65. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\ConfigUtil.cs" />
  66. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\MemoryCacheElement.cs" />
  67. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\MemoryCacheSection.cs" />
  68. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Configuration\MemoryCacheSettingsCollection.cs" />
  69. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Dbg.cs" />
  70. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\DefaultCacheCapabilities.cs" />
  71. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\EntryState.cs" />
  72. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\FileChangeMonitor.cs" />
  73. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\FileChangeNotificationSystem.cs" />
  74. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\HostFileChangeMonitor.cs" />
  75. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Hosting\IApplicationIdentifier.cs" />
  76. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Hosting\IFileChangeNotificationSystem.cs" />
  77. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\Hosting\IMemoryCacheManager.cs" />
  78. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCache.cs" />
  79. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheEntry.cs" />
  80. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheEntryChangeMonitor.cs" />
  81. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheKey.cs" />
  82. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheKeyEqualityComparer.cs" />
  83. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheStatistics.cs" />
  84. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryCacheStore.cs" />
  85. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\MemoryMonitor.cs" />
  86. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\ObjectCache.cs" />
  87. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\OnChangedCallback.cs" />
  88. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\PerfCounterName.cs" />
  89. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\PerfCounters.cs" />
  90. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\PhysicalMemoryMonitor.cs" />
  91. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SafeBitVector32.cs" />
  92. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SafeRegistryHandle.cs" />
  93. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SqlChangeMonitor.cs" />
  94. <Compile Include="..\referencesource\System.Runtime.Caching\System\Caching\SRef.cs" />
  95. <Compile Include="..\System.Web\System.Web.Configuration_2.0\NullableStringValidator.cs" />
  96. <Compile Include="Assembly\AssemblyInfo.cs" />
  97. <Compile Include="ReferenceSources\CacheEntryCollection.cs" />
  98. <Compile Include="ReferenceSources\CacheExpires.cs" />
  99. <Compile Include="ReferenceSources\CacheUsage.cs" />
  100. <Compile Include="ReferenceSources\R.cs" /> </ItemGroup>
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. <PropertyGroup>
  109. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  110. </PreBuildEvent>
  111. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  112. </PreBuildEvent>
  113. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  114. </PostBuildEvent>
  115. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  116. </PostBuildEvent>
  117. </PropertyGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  120. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  121. <Name>corlib-net_4_x</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="../System/System-net_4_x.csproj">
  124. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  125. <Name>System-net_4_x</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="../System.Data/System.Data-net_4_x.csproj">
  128. <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
  129. <Name>System.Data-net_4_x</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
  132. <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
  133. <Name>System.Configuration-net_4_x</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  136. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  137. <Name>System.Core-net_4_x</Name>
  138. </ProjectReference>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Folder Include="Properties\" />
  142. </ItemGroup>
  143. </Project>