1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.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
+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.Aspnet.SessionState.sln))\tools\CosmosDBSessionStateProviderAsync.settings.targets" />
5
+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.Aspnet.SessionState.sln))\tools\MicrosoftAspNetSessionState.settings.targets" />
6
+ <PropertyGroup >
7
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9
+ <ProjectGuid >{4CFB2896-D5C1-4E96-A3DA-D57C58539209}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >Microsoft.AspNet.SessionStateCosmosDBSessionStateProviderAsync</RootNamespace >
13
+ <AssemblyName >Microsoft.AspNet.SessionState.CosmosDBSessionStateProviderAsync</AssemblyName >
14
+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <TargetFrameworkProfile />
17
+ <DocumentationFile >$(OutputPath)$(AssemblyName).xml</DocumentationFile >
18
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
+ <DebugSymbols >true</DebugSymbols >
22
+ <DebugType >full</DebugType >
23
+ <Optimize >false</Optimize >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ <BaseIntermediateOutputPath >..\obj\</BaseIntermediateOutputPath >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <DebugType >pdbonly</DebugType >
31
+ <Optimize >true</Optimize >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ <BaseIntermediateOutputPath >..\obj\</BaseIntermediateOutputPath >
36
+ </PropertyGroup >
37
+ <PropertyGroup >
38
+ <SignAssembly >true</SignAssembly >
39
+ </PropertyGroup >
40
+ <PropertyGroup >
41
+ <AssemblyOriginatorKeyFile >$(RepositoryRoot)tools\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
42
+ </PropertyGroup >
43
+ <PropertyGroup >
44
+ <DelaySign >true</DelaySign >
45
+ </PropertyGroup >
46
+ <ItemGroup >
47
+ <Reference Include =" Microsoft.Azure.Documents.Client, Version=1.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48
+ <HintPath >..\..\packages\Microsoft.Azure.DocumentDB.1.15.0\lib\net45\Microsoft.Azure.Documents.Client.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
51
+ <HintPath >..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Configuration" />
55
+ <Reference Include =" System.Core" />
56
+ <Reference Include =" System.Web" />
57
+ <Reference Include =" System.Xml.Linq" />
58
+ <Reference Include =" System.Data.DataSetExtensions" />
59
+ <Reference Include =" Microsoft.CSharp" />
60
+ <Reference Include =" System.Data" />
61
+ <Reference Include =" System.Net.Http" />
62
+ <Reference Include =" System.Xml" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <Compile Include =" CosmosDBSessionStateProviderAsync.cs" />
66
+ <Compile Include =" SessionStateActionsConverter.cs" />
67
+ <Compile Include =" TimeSpanConverter.cs" />
68
+ <Compile Include =" Properties\AssemblyInfo.cs" />
69
+ <Compile Include =" Resources\SR.Designer.cs" >
70
+ <AutoGen >True</AutoGen >
71
+ <DesignTime >True</DesignTime >
72
+ <DependentUpon >SR.resx</DependentUpon >
73
+ </Compile >
74
+ <Compile Include =" SessionStateItem.cs" />
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <ProjectReference Include =" ..\SessionStateModule\Microsoft.AspNet.SessionState.SessionStateModule.csproj" >
78
+ <Project >{7238f90d-3bce-4f40-a5ba-ea36ad484bd6}</Project >
79
+ <Name >Microsoft.AspNet.SessionState.SessionStateModule</Name >
80
+ </ProjectReference >
81
+ </ItemGroup >
82
+ <ItemGroup >
83
+ <None Include =" packages.config" />
84
+ </ItemGroup >
85
+ <ItemGroup >
86
+ <EmbeddedResource Include =" Resources\SR.resx" >
87
+ <Generator >ResXFileCodeGenerator</Generator >
88
+ <LastGenOutput >SR.Designer.cs</LastGenOutput >
89
+ </EmbeddedResource >
90
+ </ItemGroup >
91
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92
+ <Import Project =" ..\..\packages\Microsoft.Azure.DocumentDB.1.15.0\build\Microsoft.Azure.DocumentDB.targets" Condition =" Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.15.0\build\Microsoft.Azure.DocumentDB.targets')" />
93
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
94
+ <PropertyGroup >
95
+ <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 >
96
+ </PropertyGroup >
97
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.15.0\build\Microsoft.Azure.DocumentDB.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Azure.DocumentDB.1.15.0\build\Microsoft.Azure.DocumentDB.targets'))" />
98
+ </Target >
99
+ </Project >
0 commit comments