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 =" ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4+ <Import Project =" ..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition =" Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
5+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6+ <PropertyGroup >
7+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9+ <ProductVersion >
10+ </ProductVersion >
11+ <SchemaVersion >2.0</SchemaVersion >
12+ <ProjectGuid >{062FD141-4E51-4943-8C69-385DDE3D2792}</ProjectGuid >
13+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
14+ <OutputType >Library</OutputType >
15+ <AppDesignerFolder >Properties</AppDesignerFolder >
16+ <RootNamespace >Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider</RootNamespace >
17+ <AssemblyName >Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider</AssemblyName >
18+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
19+ <UseIISExpress >true</UseIISExpress >
20+ <IISExpressSSLPort />
21+ <IISExpressAnonymousAuthentication />
22+ <IISExpressWindowsAuthentication />
23+ <IISExpressUseClassicPipelineMode />
24+ <UseGlobalApplicationHostFile />
25+ <NuGetPackageImportStamp >
26+ </NuGetPackageImportStamp >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
29+ <DebugSymbols >true</DebugSymbols >
30+ <DebugType >full</DebugType >
31+ <Optimize >false</Optimize >
32+ <OutputPath >bin\</OutputPath >
33+ <DefineConstants >DEBUG;TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
38+ <DebugType >pdbonly</DebugType >
39+ <Optimize >true</Optimize >
40+ <OutputPath >bin\</OutputPath >
41+ <DefineConstants >TRACE</DefineConstants >
42+ <ErrorReport >prompt</ErrorReport >
43+ <WarningLevel >4</WarningLevel >
44+ </PropertyGroup >
45+ <ItemGroup >
46+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
48+ <Private >True</Private >
49+ </Reference >
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Runtime.Caching" />
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Web" />
54+ <Reference Include =" System.Configuration" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" BinarySerializer.cs" />
58+ <Compile Include =" SQLAsyncOutputCacheProvider.cs" />
59+ <Compile Include =" Properties\AssemblyInfo.cs" />
60+ <Compile Include =" SQLHelper.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <Content Include =" packages.config" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <ProjectReference Include =" ..\src\OutputCacheModuleAsync\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.csproj" >
67+ <Project >{3b446e33-7b1c-4a32-aeb8-92dc6ce94f77}</Project >
68+ <Name >Microsoft.AspNet.OutputCache.OutputCacheModuleAsync</Name >
69+ </ProjectReference >
70+ </ItemGroup >
71+ <PropertyGroup >
72+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
73+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
74+ </PropertyGroup >
75+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
76+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
77+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
78+ <ProjectExtensions >
79+ <VisualStudio >
80+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
81+ <WebProjectProperties >
82+ <UseIIS >True</UseIIS >
83+ <AutoAssignPort >True</AutoAssignPort >
84+ <DevelopmentServerPort >18424</DevelopmentServerPort >
85+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
86+ <IISUrl >http://localhost:18424/</IISUrl >
87+ <NTLMAuthentication >False</NTLMAuthentication >
88+ <UseCustomServer >False</UseCustomServer >
89+ <CustomServerUrl >
90+ </CustomServerUrl >
91+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
92+ </WebProjectProperties >
93+ </FlavorProperties >
94+ </VisualStudio >
95+ </ProjectExtensions >
96+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
97+ <PropertyGroup >
98+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
99+ </PropertyGroup >
100+ <Error Condition =" !Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
101+ <Error Condition =" !Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
102+ </Target >
103+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104+ Other similar extension points exist, see Microsoft.Common.targets.
105+ <Target Name="BeforeBuild">
106+ </Target>
107+ <Target Name="AfterBuild">
108+ </Target>
109+ -->
110+ </Project >
0 commit comments