|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props')" /> |
3 | 4 | <PropertyGroup> |
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
10 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 12 | <RootNamespace>LibGit2Sharp.Tests</RootNamespace> |
12 | 13 | <AssemblyName>LibGit2Sharp.Tests</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 15 | <FileAlignment>512</FileAlignment> |
15 | 16 | <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup> |
|
22 | 23 | <DefineConstants>TRACE;DEBUG;NET40</DefineConstants> |
23 | 24 | <ErrorReport>prompt</ErrorReport> |
24 | 25 | <WarningLevel>4</WarningLevel> |
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 27 | </PropertyGroup> |
26 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 29 | <DebugType>pdbonly</DebugType> |
|
30 | 32 | <DefineConstants>TRACE</DefineConstants> |
31 | 33 | <ErrorReport>prompt</ErrorReport> |
32 | 34 | <WarningLevel>4</WarningLevel> |
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
33 | 36 | </PropertyGroup> |
34 | 37 | <ItemGroup> |
35 | 38 | <Reference Include="Moq, Version=4.2.1409.1722, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
|
39 | 42 | <Reference Include="System" /> |
40 | 43 | <Reference Include="System.Core" /> |
41 | 44 | <Reference Include="System.Xml" /> |
42 | | - <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
43 | | - <SpecificVersion>False</SpecificVersion> |
44 | | - <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath> |
| 45 | + <Reference Include="xunit.abstractions"> |
| 46 | + <HintPath>..\packages\xunit.abstractions.2.0.0-beta5-build2785\lib\net35\xunit.abstractions.dll</HintPath> |
45 | 47 | </Reference> |
46 | | - <Reference Include="xunit.extensions"> |
47 | | - <HintPath>..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath> |
| 48 | + <Reference Include="xunit.assert"> |
| 49 | + <HintPath>..\packages\xunit.assert.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10\xunit.assert.dll</HintPath> |
48 | 50 | <Private>True</Private> |
49 | 51 | </Reference> |
| 52 | + <Reference Include="xunit.core"> |
| 53 | + <HintPath>..\packages\xunit.core.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\xunit.core.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="xunit.execution, Version=2.0.0.2785, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\xunit.execution.2.0.0-beta5-build2785\lib\net45\xunit.execution.dll</HintPath> |
| 57 | + </Reference> |
50 | 58 | </ItemGroup> |
51 | 59 | <ItemGroup> |
52 | 60 | <Compile Include="BlameFixture.cs" /> |
|
139 | 147 | <PreBuildEvent> |
140 | 148 | </PreBuildEvent> |
141 | 149 | </PropertyGroup> |
| 150 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 151 | + <PropertyGroup> |
| 152 | + <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> |
| 153 | + </PropertyGroup> |
| 154 | + <Error Condition="!Exists('..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props'))" /> |
| 155 | + </Target> |
142 | 156 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
143 | 157 | Other similar extension points exist, see Microsoft.Common.targets. |
144 | 158 | <Target Name="BeforeBuild"> |
|
0 commit comments