|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 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 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
6 | 4 | <PropertyGroup> |
7 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
29 | 27 | <DebugSymbols>true</DebugSymbols> |
30 | 28 | <DebugType>full</DebugType> |
31 | 29 | <Optimize>false</Optimize> |
32 | | - <OutputPath>bin\</OutputPath> |
| 30 | + <OutputPath>..\..\bin\Debug\</OutputPath> |
33 | 31 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
34 | 32 | <ErrorReport>prompt</ErrorReport> |
35 | 33 | <WarningLevel>4</WarningLevel> |
| 34 | + <DocumentationFile>..\..\bin\Debug\Microsoft.AspNet.OutputCache.SQLAsyncOutputCacheProvider.XML</DocumentationFile> |
36 | 35 | </PropertyGroup> |
37 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 | 37 | <DebugType>pdbonly</DebugType> |
|
42 | 41 | <ErrorReport>prompt</ErrorReport> |
43 | 42 | <WarningLevel>4</WarningLevel> |
44 | 43 | </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 | 44 | <ItemGroup> |
57 | 45 | <Compile Include="BinarySerializer.cs" /> |
58 | 46 | <Compile Include="SQLAsyncOutputCacheProvider.cs" /> |
59 | 47 | <Compile Include="Properties\AssemblyInfo.cs" /> |
60 | 48 | <Compile Include="SQLHelper.cs" /> |
61 | 49 | </ItemGroup> |
62 | 50 | <ItemGroup> |
63 | | - <Content Include="packages.config" /> |
64 | | - </ItemGroup> |
65 | | - <ItemGroup> |
66 | | - <ProjectReference Include="..\src\OutputCacheModuleAsync\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.csproj"> |
| 51 | + <ProjectReference Include="..\OutputCacheModuleAsync\Microsoft.AspNet.OutputCache.OutputCacheModuleAsync.csproj"> |
67 | 52 | <Project>{3b446e33-7b1c-4a32-aeb8-92dc6ce94f77}</Project> |
68 | 53 | <Name>Microsoft.AspNet.OutputCache.OutputCacheModuleAsync</Name> |
69 | 54 | </ProjectReference> |
70 | 55 | </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> |
71 | 66 | <PropertyGroup> |
72 | 67 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
73 | 68 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
97 | 92 | <PropertyGroup> |
98 | 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> |
99 | 94 | </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'))" /> |
| 95 | + <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'))" /> |
| 96 | + <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'))" /> |
| 97 | + <Error Condition="!Exists('..\..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" /> |
| 98 | + <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'))" /> |
102 | 99 | </Target> |
103 | 100 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
104 | 101 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments