|
13 | 13 | <DefaultLanguage>en-US</DefaultLanguage> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | | - <TargetFrameworkProfile>Profile111</TargetFrameworkProfile> |
| 16 | + <TargetFrameworkProfile>Profile259</TargetFrameworkProfile> |
17 | 17 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
18 | 18 | </PropertyGroup> |
19 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
40 | 40 | <Reference Include="Newtonsoft.Json"> |
41 | 41 | <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll</HintPath> |
42 | 42 | </Reference> |
| 43 | + <Reference Include="System.Net.Http, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath> |
| 45 | + <Private>True</Private> |
| 46 | + </Reference> |
| 47 | + <Reference Include="System.Net.Http.Extensions, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath> |
| 49 | + <Private>True</Private> |
| 50 | + </Reference> |
| 51 | + <Reference Include="System.Net.Http.Primitives, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath> |
| 53 | + <Private>True</Private> |
| 54 | + </Reference> |
43 | 55 | </ItemGroup> |
44 | 56 | <ItemGroup> |
45 | 57 | <None Include="packages.config" /> |
46 | 58 | </ItemGroup> |
47 | 59 | <Import Project="..\IdentityModel.Shared\IdentityModel.Shared.projitems" Label="Shared" Condition="Exists('..\IdentityModel.Shared\IdentityModel.Shared.projitems')" /> |
48 | 60 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
| 61 | + <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')" /> |
| 62 | + <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
| 63 | + <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" /> |
| 64 | + <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" /> |
| 65 | + </Target> |
49 | 66 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
50 | 67 | Other similar extension points exist, see Microsoft.Common.targets. |
51 | 68 | <Target Name="BeforeBuild"> |
|
0 commit comments