You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CacheControl.csproj 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{BA63D177-BE9E-41E0-89F5-3D134A26A604}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>iiie.CacheControl</RootNamespace>
  11. <AssemblyName>CacheControl</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="EntityFramework">
  34. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  35. </Reference>
  36. <Reference Include="EntityFramework.SqlServer">
  37. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.ComponentModel.DataAnnotations" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Runtime.Caching" />
  52. <Reference Include="System.Runtime.Serialization" />
  53. <Reference Include="System.Security" />
  54. <Reference Include="System.Web" />
  55. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Business\Attributes\CacheControlAttribute.cs" />
  71. <Compile Include="Business\Attributes\TimeCacheControlAttribute.cs" />
  72. <Compile Include="Business\CacheKey\DefaultCacheKeyGenerator.cs" />
  73. <Compile Include="Business\CacheKey\ICacheKeyGenerator.cs" />
  74. <Compile Include="Business\HttpExtensions\CacheOutputConfiguration.cs" />
  75. <Compile Include="Business\HttpExtensions\HttpConfigurationExtensions.cs" />
  76. <Compile Include="Business\OutputCache\DbOutputCache.cs" />
  77. <Compile Include="Business\OutputCache\IOutputCache.cs" />
  78. <Compile Include="Business\OutputCache\MemoryOutputCache.cs" />
  79. <Compile Include="Business\OutputCache\OutputCacheType.cs" />
  80. <Compile Include="DataAccess\CacheEntities.Context.cs">
  81. <AutoGen>True</AutoGen>
  82. <DesignTime>True</DesignTime>
  83. <DependentUpon>CacheEntities.Context.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="DataAccess\CacheEntities.cs">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>CacheEntities.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="DataAccess\CacheEntities.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DesignTime>True</DesignTime>
  93. <DependentUpon>CacheEntities.edmx</DependentUpon>
  94. </Compile>
  95. <Compile Include="DataAccess\T_Cache.cs">
  96. <DependentUpon>CacheEntities.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="DBO\CacheDbo.cs" />
  99. <Compile Include="DBO\DbOutputCacheDbo.cs" />
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="App.config" />
  104. <EntityDeploy Include="DataAccess\CacheEntities.edmx">
  105. <Generator>EntityModelCodeGenerator</Generator>
  106. <LastGenOutput>CacheEntities.Designer.cs</LastGenOutput>
  107. </EntityDeploy>
  108. <None Include="DataAccess\CacheEntities.Context.tt">
  109. <Generator>TextTemplatingFileGenerator</Generator>
  110. <DependentUpon>CacheEntities.edmx</DependentUpon>
  111. <LastGenOutput>CacheEntities.Context.cs</LastGenOutput>
  112. </None>
  113. <None Include="DataAccess\CacheEntities.edmx.diagram">
  114. <DependentUpon>CacheEntities.edmx</DependentUpon>
  115. </None>
  116. <None Include="DataAccess\CacheEntities.tt">
  117. <Generator>TextTemplatingFileGenerator</Generator>
  118. <DependentUpon>CacheEntities.edmx</DependentUpon>
  119. <LastGenOutput>CacheEntities.cs</LastGenOutput>
  120. </None>
  121. <None Include="packages.config" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="DataAccess\schema.txt" />
  128. </ItemGroup>
  129. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. </Project>