|
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\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" /> |
3 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
13 | 14 | <FileAlignment>512</FileAlignment>
|
14 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\</SolutionDir>
|
15 | 16 | <TargetFrameworkProfile />
|
| 17 | + <NuGetPackageImportStamp>25bd791a</NuGetPackageImportStamp> |
16 | 18 | </PropertyGroup>
|
17 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 20 | <DebugSymbols>true</DebugSymbols>
|
|
95 | 97 | <SpecificVersion>False</SpecificVersion>
|
96 | 98 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath>
|
97 | 99 | </Reference>
|
98 |
| - <Reference Include="xunit.abstractions"> |
| 100 | + <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 101 | + <SpecificVersion>False</SpecificVersion> |
99 | 102 | <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
|
100 | 103 | </Reference>
|
101 |
| - <Reference Include="xunit.assert"> |
| 104 | + <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 105 | + <SpecificVersion>False</SpecificVersion> |
102 | 106 | <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
|
103 | 107 | </Reference>
|
104 |
| - <Reference Include="xunit.core"> |
| 108 | + <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 109 | + <SpecificVersion>False</SpecificVersion> |
105 | 110 | <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
|
106 | 111 | </Reference>
|
107 | 112 | </ItemGroup>
|
|
148 | 153 | </ItemGroup>
|
149 | 154 | <ItemGroup />
|
150 | 155 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 156 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 157 | + <PropertyGroup> |
| 158 | + <ErrorText>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=322105. The missing file is {0}.</ErrorText> |
| 159 | + </PropertyGroup> |
| 160 | + <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" /> |
| 161 | + </Target> |
151 | 162 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
152 | 163 | Other similar extension points exist, see Microsoft.Common.targets.
|
153 | 164 | <Target Name="BeforeBuild">
|
|
0 commit comments