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.runner.visualstudio.2.0.0-rc1-build1030\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030\build\net20\xunit.runner.visualstudio.props')" />
3
+ <Import Project =" ..\packages\xunit.runner.msbuild.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.runner.msbuild.props" Condition =" Exists('..\packages\xunit.runner.msbuild.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.runner.msbuild.props')" />
4
+ <Import Project =" ..\packages\xunit.core.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
5
+ <Import Project =" ..\packages\xunit.runner.visualstudio.2.0.0-rc4-build1049\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc4-build1049\build\net20\xunit.runner.visualstudio.props')" />
4
6
<PropertyGroup >
5
7
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
8
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
11
13
<AppDesignerFolder >Properties</AppDesignerFolder >
12
14
<RootNamespace >LibGit2Sharp.Tests</RootNamespace >
13
15
<AssemblyName >LibGit2Sharp.Tests</AssemblyName >
14
- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
16
+ <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
15
17
<FileAlignment >512</FileAlignment >
16
18
<TargetFrameworkProfile />
19
+ <NuGetPackageImportStamp >71066f89</NuGetPackageImportStamp >
17
20
</PropertyGroup >
18
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
22
<DebugSymbols >true</DebugSymbols >
23
26
<DefineConstants >TRACE;DEBUG;NET40</DefineConstants >
24
27
<ErrorReport >prompt</ErrorReport >
25
28
<WarningLevel >4</WarningLevel >
29
+ <Prefer32Bit >false</Prefer32Bit >
26
30
</PropertyGroup >
27
31
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
32
<DebugType >pdbonly</DebugType >
31
35
<DefineConstants >TRACE</DefineConstants >
32
36
<ErrorReport >prompt</ErrorReport >
33
37
<WarningLevel >4</WarningLevel >
38
+ <Prefer32Bit >false</Prefer32Bit >
34
39
</PropertyGroup >
35
40
<ItemGroup >
36
41
<Reference Include =" Moq, Version=4.2.1409.1722, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
40
45
<Reference Include =" System" />
41
46
<Reference Include =" System.Core" />
42
47
<Reference Include =" System.Xml" />
43
- <Reference Include =" xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
44
- <SpecificVersion >False</SpecificVersion >
45
- <HintPath >..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
48
+ <Reference Include =" xunit.abstractions, Version=2.0.
F438
0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
49
+ <HintPath >..\packages\xunit.abstractions.2.0.0-rc4-build2924\lib\net35\xunit.abstractions.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" xunit.assert" >
52
+ <HintPath >..\packages\xunit.assert.2.0.0-rc4-build2924\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath >
46
53
</Reference >
47
- <Reference Include =" xunit.extensions " >
48
- <HintPath >..\packages\xunit.extensions.1.9.2 \lib\net20 \xunit.extensions .dll</HintPath >
54
+ <Reference Include =" xunit.core " >
55
+ <HintPath >..\packages\xunit.extensibility.core.2.0.0-rc4-build2924 \lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS \xunit.core .dll</HintPath >
49
56
</Reference >
50
57
</ItemGroup >
51
58
<ItemGroup >
148
155
<PropertyGroup >
149
156
<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 >
150
157
</PropertyGroup >
151
- <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0-rc1-build1030\build\net20\xunit.runner.visualstudio.props'))" />
158
+ <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.0.0-rc4-build1049\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0-rc4-build1049\build\net20\xunit.runner.visualstudio.props'))" />
159
+ <Error Condition =" !Exists('..\packages\xunit.core.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
160
+ <Error Condition =" !Exists('..\packages\xunit.runner.msbuild.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.runner.msbuild.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.msbuild.2.0.0-rc4-build2924\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.runner.msbuild.props'))" />
152
161
</Target >
153
162
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154
163
Other similar extension points exist, see Microsoft.Common.targets.
157
166
<Target Name="AfterBuild">
158
167
</Target>
159
168
-->
160
- </Project >
169
+ </Project >
0 commit comments