|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
| - <Import Project="..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" /> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" /> |
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
11 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
12 | 12 | <RootNamespace>LibGit2Sharp.Tests</RootNamespace>
|
13 | 13 | <AssemblyName>LibGit2Sharp.Tests</AssemblyName>
|
14 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
15 | 15 | <FileAlignment>512</FileAlignment>
|
16 | 16 | <TargetFrameworkProfile />
|
| 17 | + <NuGetPackageImportStamp> |
| 18 | + </NuGetPackageImportStamp> |
17 | 19 | </PropertyGroup>
|
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 21 | <DebugSymbols>true</DebugSymbols>
|
|
24 | 26 | <ErrorReport>prompt</ErrorReport>
|
25 | 27 | <WarningLevel>4</WarningLevel>
|
26 | 28 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
| 29 | + <Prefer32Bit>false</Prefer32Bit> |
27 | 30 | </PropertyGroup>
|
28 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
29 | 32 | <DebugType>pdbonly</DebugType>
|
|
33 | 36 | <ErrorReport>prompt</ErrorReport>
|
34 | 37 | <WarningLevel>4</WarningLevel>
|
35 | 38 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
| 39 | + <Prefer32Bit>false</Prefer32Bit> |
36 | 40 | </PropertyGroup>
|
37 | 41 | <ItemGroup>
|
38 |
| - <Reference Include="Moq, Version=4.2.1507.118, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
39 |
| - <HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath> |
| 42 | + <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\Castle.Core.4.0.0\lib\net45\Castle.Core.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="Moq, Version=4.7.8.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\Moq.4.7.8\lib\net45\Moq.dll</HintPath> |
40 | 47 | </Reference>
|
41 | 48 | <Reference Include="System" />
|
42 | 49 | <Reference Include="System.Core" />
|
43 | 50 | <Reference Include="System.Xml" />
|
44 |
| - <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
45 |
| - <SpecificVersion>False</SpecificVersion> |
46 |
| - <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath> |
| 51 | + <Reference Include="Validation, Version=2.4.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Validation.2.4.15\lib\net45\Validation.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath> |
| 56 | + <Private>True</Private> |
| 57 | + </Reference> |
| 58 | + <Reference Include="xunit.assert, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath> |
| 60 | + </Reference> |
| 61 | + <Reference Include="xunit.core, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="xunit.execution.desktop, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath> |
47 | 66 | </Reference>
|
48 |
| - <Reference Include="xunit.extensions"> |
49 |
| - <HintPath>..\packages\xunit.extensions.1.9.2\lib\net20\xunit.extensions.dll</HintPath> |
| 67 | + <Reference Include="Xunit.SkippableFact, Version=1.3.0.0, Culture=neutral, PublicKeyToken=b2b52da82b58eb73, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\Xunit.SkippableFact.1.3.1\lib\net452\Xunit.SkippableFact.dll</HintPath> |
50 | 69 | </Reference>
|
51 | 70 | </ItemGroup>
|
52 | 71 | <ItemGroup>
|
|
130 | 149 | <Compile Include="TestHelpers\IPostTestDirectoryRemover.cs" />
|
131 | 150 | <Compile Include="TestHelpers\SelfCleaningDirectory.cs" />
|
132 | 151 | <Compile Include="TestHelpers\SignatureExtensions.cs" />
|
133 |
| - <Compile Include="TestHelpers\SkippableFactAttribute.cs" /> |
134 | 152 | <Compile Include="LogFixture.cs" />
|
135 | 153 | <Compile Include="TestHelpers\TestRemoteRefs.cs" />
|
136 | 154 | <Compile Include="TreeDefinitionFixture.cs" />
|
|
156 | 174 | </PropertyGroup>
|
157 | 175 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
158 | 176 | <PropertyGroup>
|
159 |
| - <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> |
| 177 | + <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> |
160 | 178 | </PropertyGroup>
|
161 |
| - <Error Condition="!Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" /> |
| 179 | + <Error Condition="!Exists('..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props'))" /> |
162 | 180 | </Target>
|
163 | 181 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
164 | 182 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments