<?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>{BA63D177-BE9E-41E0-89F5-3D134A26A604}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>iiie.CacheControl</RootNamespace> <AssemblyName>CacheControl</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="EntityFramework"> <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath> </Reference> <Reference Include="EntityFramework.SqlServer"> <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Core" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath> </Reference> <Reference Include="System.Runtime.Caching" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Security" /> <Reference Include="System.Web" /> <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath> </Reference> <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Business\Attributes\CacheControlAttribute.cs" /> <Compile Include="Business\Attributes\TimeCacheControlAttribute.cs" /> <Compile Include="Business\CacheKey\DefaultCacheKeyGenerator.cs" /> <Compile Include="Business\CacheKey\ICacheKeyGenerator.cs" /> <Compile Include="Business\HttpExtensions\CacheOutputConfiguration.cs" /> <Compile Include="Business\HttpExtensions\HttpConfigurationExtensions.cs" /> <Compile Include="Business\OutputCache\DbOutputCache.cs" /> <Compile Include="Business\OutputCache\IOutputCache.cs" /> <Compile Include="Business\OutputCache\MemoryOutputCache.cs" /> <Compile Include="Business\OutputCache\OutputCacheType.cs" /> <Compile Include="DataAccess\CacheEntities.Context.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>CacheEntities.Context.tt</DependentUpon> </Compile> <Compile Include="DataAccess\CacheEntities.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>CacheEntities.tt</DependentUpon> </Compile> <Compile Include="DataAccess\CacheEntities.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>CacheEntities.edmx</DependentUpon> </Compile> <Compile Include="DataAccess\T_Cache.cs"> <DependentUpon>CacheEntities.tt</DependentUpon> </Compile> <Compile Include="DBO\CacheDbo.cs" /> <Compile Include="DBO\DbOutputCacheDbo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> <EntityDeploy Include="DataAccess\CacheEntities.edmx"> <Generator>EntityModelCodeGenerator</Generator> <LastGenOutput>CacheEntities.Designer.cs</LastGenOutput> </EntityDeploy> <None Include="DataAccess\CacheEntities.Context.tt"> <Generator>TextTemplatingFileGenerator</Generator> <DependentUpon>CacheEntities.edmx</DependentUpon> <LastGenOutput>CacheEntities.Context.cs</LastGenOutput> </None> <None Include="DataAccess\CacheEntities.edmx.diagram"> <DependentUpon>CacheEntities.edmx</DependentUpon> </None> <None Include="DataAccess\CacheEntities.tt"> <Generator>TextTemplatingFileGenerator</Generator> <DependentUpon>CacheEntities.edmx</DependentUpon> <LastGenOutput>CacheEntities.cs</LastGenOutput> </None> <None Include="packages.config" /> </ItemGroup> <ItemGroup> <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> </ItemGroup> <ItemGroup> <Content Include="DataAccess\schema.txt" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>