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 =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{048B0E9B-52CE-4573-98F3-016B13806E70}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Moissaing.ThinktectureIdentityModel.Redis</RootNamespace >
11
+ <AssemblyName >Moissaing.ThinktectureIdentityModel.Redis</AssemblyName >
12
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ <DocumentationFile >bin\Debug\Moissaing.ThinktectureIdentityModel.Redis.XML</DocumentationFile >
25
+ <RunCodeAnalysis >false</RunCodeAnalysis >
26
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ <DocumentationFile >bin\Release\Moissaing.ThinktectureIdentityModel.Redis.XML</DocumentationFile >
36
+ <RunCodeAnalysis >false</RunCodeAnalysis >
37
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
41
+ <Private >True</Private >
42
+ <HintPath >..\packages\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" Microsoft.Threading.Tasks" >
45
+ <HintPath >..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" Microsoft.Threading.Tasks.Extensions" >
48
+ <HintPath >..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" Microsoft.Threading.Tasks.Extensions.Desktop" >
51
+ <HintPath >..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
54
+ <HintPath >..\packages\Newtonsoft.Json.4.5.8\lib\net40\Newtonsoft.Json.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" StackExchange.Redis" >
57
+ <HintPath >..\packages\StackExchange.Redis.1.0.414\lib\net40\StackExchange.Redis.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" System" />
60
+ <Reference Include =" System.Core" />
61
+ <Reference Include =" System.IdentityModel" />
62
+ <Reference Include =" System.IO" >
63
+ <HintPath >..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.IO.dll</HintPath >
64
+ </Reference >
65
+ <Reference Include =" System.Net" />
66
+ <Reference Include =" System.Runtime" >
67
+ <HintPath >..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Runtime.dll</HintPath >
68
+ </Reference >
69
+ <Reference Include =" System.Threading.Tasks" >
70
+ <HintPath >..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Threading.Tasks.dll</HintPath >
71
+ </Reference >
72
+ <Reference Include =" System.Xml.Linq" />
73
+ <Reference Include =" System.Data.DataSetExtensions" />
74
+ <Reference Include =" Microsoft.CSharp" />
75
+ <Reference Include =" System.Data" />
76
+ <Reference Include =" System.Xml" />
77
+ <Reference Include =" Thinktecture.IdentityModel" >
78
+ <HintPath >..\packages\Thinktecture.IdentityModel.3.6.1\lib\net40\Thinktecture.IdentityModel.dll</HintPath >
79
+ </Reference >
80
+ </ItemGroup >
81
+ <ItemGroup >
82
+ <Compile Include =" RedisTokenCacheRepository.cs" />
83
+ <Compile Include =" Properties\AssemblyInfo.cs" />
84
+ </ItemGroup >
85
+ <ItemGroup >
86
+ <None Include =" app.config" />
87
+ <None Include =" packages.config" />
88
+ </ItemGroup >
89
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90
+ <Import Project =" ..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
91
+ <Target Name =" EnsureBclBuildImported" BeforeTargets =" BeforeBuild" Condition =" '$(BclBuildImported)' == ''" >
92
+ <Error Condition =" !Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword =" BCLBUILD2001" />
93
+ <Error Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword =" BCLBUILD2002" />
94
+ </Target >
95
+ <PropertyGroup >
96
+ <PostBuildEvent >"$(SolutionDir).nuget\NuGet.exe" pack "$(ProjectPath)" -Prop Configuration=$(ConfigurationName)</PostBuildEvent >
97
+ </PropertyGroup >
98
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99
+ Other similar extension points exist, see Microsoft.Common.targets.
100
+ <Target Name="BeforeBuild">
101
+ </Target>
102
+ <Target Name="AfterBuild">
103
+ </Target>
104
+ -->
105
+ </Project >
0 commit comments