|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
| 4 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.AspNet.OutputCache.sln))\tools\MicrosoftAspNetOutputCache.settings.targets" /> |
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
| - <ProductVersion> |
8 |
| - </ProductVersion> |
9 |
| - <SchemaVersion>2.0</SchemaVersion> |
10 | 8 | <ProjectGuid>{062FD141-4E51-4943-8C69-385DDE3D2792}</ProjectGuid>
|
11 |
| - <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 | 9 | <OutputType>Library</OutputType>
|
13 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
14 | 11 | <RootNamespace>Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider</RootNamespace>
|
15 | 12 | <AssemblyName>Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider</AssemblyName>
|
16 | 13 | <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
17 |
| - <UseIISExpress>true</UseIISExpress> |
18 |
| - <IISExpressSSLPort /> |
19 |
| - <IISExpressAnonymousAuthentication /> |
20 |
| - <IISExpressWindowsAuthentication /> |
21 |
| - <IISExpressUseClassicPipelineMode /> |
22 |
| - <UseGlobalApplicationHostFile /> |
23 |
| - <NuGetPackageImportStamp> |
24 |
| - </NuGetPackageImportStamp> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <SccProjectName>SAK</SccProjectName> |
| 16 | + <SccLocalPath>SAK</SccLocalPath> |
| 17 | + <SccAuxPath>SAK</SccAuxPath> |
| 18 | + <SccProvider>SAK</SccProvider> |
| 19 | + <DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
| 20 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
| 21 | + <TargetFrameworkProfile /> |
25 | 22 | </PropertyGroup>
|
26 | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
27 | 24 | <DebugSymbols>true</DebugSymbols>
|
28 | 25 | <DebugType>full</DebugType>
|
29 | 26 | <Optimize>false</Optimize>
|
30 |
| - <OutputPath>..\..\bin\Debug\</OutputPath> |
31 | 27 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
32 | 28 | <ErrorReport>prompt</ErrorReport>
|
33 | 29 | <WarningLevel>4</WarningLevel>
|
|
36 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
37 | 33 | <DebugType>pdbonly</DebugType>
|
38 | 34 | <Optimize>true</Optimize>
|
39 |
| - <OutputPath>bin\</OutputPath> |
40 | 35 | <DefineConstants>TRACE</DefineConstants>
|
41 | 36 | <ErrorReport>prompt</ErrorReport>
|
42 | 37 | <WarningLevel>4</WarningLevel>
|
43 | 38 | </PropertyGroup>
|
| 39 | + <PropertyGroup> |
| 40 | + <SignAssembly>true</SignAssembly> |
| 41 | + </PropertyGroup> |
| 42 | + <PropertyGroup> |
| 43 | + <AssemblyOriginatorKeyFile>$(RepositoryRoot)tools\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile> |
| 44 | + </PropertyGroup> |
| 45 | + <PropertyGroup> |
| 46 | + <DelaySign>true</DelaySign> |
| 47 | + </PropertyGroup> |
| 48 | + <ItemGroup> |
| 49 | + <Reference Include="System" /> |
| 50 | + <Reference Include="System.configuration" /> |
| 51 | + <Reference Include="System.Core" /> |
| 52 | + <Reference Include="System.Runtime.Caching" /> |
| 53 | + <Reference Include="System.Web" /> |
| 54 | + <Reference Include="System.Xml.Linq" /> |
| 55 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 56 | + <Reference Include="Microsoft.CSharp" /> |
| 57 | + <Reference Include="System.Data" /> |
| 58 | + <Reference Include="System.Net.Http" /> |
| 59 | + <Reference Include="System.Xml" /> |
| 60 | + </ItemGroup> |
44 | 61 | <ItemGroup>
|
45 | 62 | <Compile Include="BinarySerializer.cs" />
|
46 | 63 | <Compile Include="SQLAsyncOutputCacheProvider.cs" />
|
|
53 | 70 | <Name>Microsoft.AspNet.OutputCache.OutputCacheModuleAsync</Name>
|
54 | 71 | </ProjectReference>
|
55 | 72 | </ItemGroup>
|
56 |
| - <ItemGroup> |
57 |
| - <Content Include="packages.config" /> |
58 |
| - </ItemGroup> |
59 |
| - <ItemGroup> |
60 |
| - <Reference Include="System" /> |
61 |
| - <Reference Include="System.Configuration" /> |
62 |
| - <Reference Include="System.Data" /> |
63 |
| - <Reference Include="System.Runtime.Caching" /> |
64 |
| - <Reference Include="System.Web" /> |
65 |
| - </ItemGroup> |
66 |
| - <PropertyGroup> |
67 |
| - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
68 |
| - <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
69 |
| - </PropertyGroup> |
70 |
| - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
71 |
| - <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
72 |
| - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
73 |
| - <ProjectExtensions> |
74 |
| - <VisualStudio> |
75 |
| - <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
76 |
| - <WebProjectProperties> |
77 |
| - <UseIIS>True</UseIIS> |
78 |
| - <AutoAssignPort>True</AutoAssignPort> |
79 |
| - <DevelopmentServerPort>18424</DevelopmentServerPort> |
80 |
| - <DevelopmentServerVPath>/</DevelopmentServerVPath> |
81 |
| - <IISUrl>http://localhost:18424/</IISUrl> |
82 |
| - <NTLMAuthentication>False</NTLMAuthentication> |
83 |
| - <UseCustomServer>False</UseCustomServer> |
84 |
| - <CustomServerUrl> |
85 |
| - </CustomServerUrl> |
86 |
| - <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
87 |
| - </WebProjectProperties> |
88 |
| - </FlavorProperties> |
89 |
| - </VisualStudio> |
90 |
| - </ProjectExtensions> |
91 |
| - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
92 |
| - <PropertyGroup> |
93 |
| - <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> |
94 |
| - </PropertyGroup> |
95 |
| - </Target> |
| 73 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
96 | 74 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
97 | 75 | Other similar extension points exist, see Microsoft.Common.targets.
|
98 | 76 | <Target Name="BeforeBuild">
|
|
0 commit comments