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\LibGit2Sharp.0.20.1.0\build\net40\LibGit2Sharp.props" Condition =" Exists('..\packages\LibGit2Sharp.0.20.1.0\build\net40\LibGit2Sharp.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 >
12
13
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
14
<FileAlignment >512</FileAlignment >
14
15
<TargetFrameworkProfile />
15
- <NuGetPackageImportStamp >1123b588 </NuGetPackageImportStamp >
16
+ <NuGetPackageImportStamp >e51a7a82 </NuGetPackageImportStamp >
16
17
</PropertyGroup >
17
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
19
<DebugSymbols >true</DebugSymbols >
42
43
<SpecificVersion >False</SpecificVersion >
43
44
<HintPath >..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath >
44
45
</Reference >
45
- <Reference Include =" LibGit2Sharp, Version=0.19.0 .0, Culture=neutral, processorArchitecture=MSIL" >
46
+ <Reference Include =" LibGit2Sharp, Version=0.20.1 .0, Culture=neutral, processorArchitecture=MSIL" >
46
47
<SpecificVersion >False</SpecificVersion >
47
- <HintPath >..\packages\LibGit2Sharp.0.19.0 .0\lib\net40\LibGit2Sharp.dll</HintPath >
48
+ <HintPath >..\packages\LibGit2Sharp.0.20.1 .0\lib\net40\LibGit2Sharp.dll</HintPath >
48
49
</Reference >
49
- <Reference Include =" nunit.framework" >
50
- <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
50
+ <Reference Include =" nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
51
+ <SpecificVersion >False</SpecificVersion >
52
+ <HintPath >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
51
53
</Reference >
52
- <Reference Include =" Shouldly, Version=2.2.0 .0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL" >
54
+ <Reference Include =" Shouldly, Version=2.3.1 .0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL" >
53
55
<SpecificVersion >False</SpecificVersion >
54
- <HintPath >..\packages\Shouldly.2.2.0 \lib\net40\Shouldly.dll</HintPath >
56
+ <HintPath >..\packages\Shouldly.2.3.1 \lib\net40\Shouldly.dll</HintPath >
55
57
</Reference >
56
58
<Reference Include =" System" />
57
59
<Reference Include =" System.Core" />
60
62
<Reference Include =" System.Data.DataSetExtensions" />
61
63
<Reference Include =" System.Data" />
62
64
<Reference Include =" System.Xml" />
63
- <Reference Include =" YamlDotNet, Version=3.3 .0.0, Culture=neutral, processorArchitecture=MSIL" >
65
+ <Reference Include =" YamlDotNet, Version=3.5 .0.0, Culture=neutral, processorArchitecture=MSIL" >
64
66
<SpecificVersion >False</SpecificVersion >
65
- <HintPath >..\packages\YamlDotNet.3.3.1 \lib\net35\YamlDotNet.dll</HintPath >
67
+ <HintPath >..\packages\YamlDotNet.3.5.0 \lib\net35\YamlDotNet.dll</HintPath >
66
68
</Reference >
67
69
</ItemGroup >
68
70
<ItemGroup >
77
79
<Compile Include =" GitVersionContextTests.cs" />
78
80
<Compile Include =" IntegrationTests\RemoteRepositoryTests.cs" />
79
81
<Compile Include =" IntegrationTests\GitFlow\DevelopScenarios.cs" />
80
- <Compile Include =" IntegrationTests\GitFlow\FeatureBranchTests .cs" />
81
- <Compile Include =" IntegrationTests\GitFlow\SupportBranchScenarios .cs" />
82
+ <Compile Include =" IntegrationTests\GitFlow\GitFlowFeatureBranchTests .cs" />
83
+ <Compile Include =" IntegrationTests\GitFlow\GitFlowSupportBranchScenarios .cs" />
82
84
<Compile Include =" IntegrationTests\GitFlow\MetaDataByCommitScenarios.cs" />
83
85
<Compile Include =" IntegrationTests\GitFlow\PatchScenarios.cs" />
84
86
<Compile Include =" IntegrationTests\GitFlow\ReleaseBranchTests.cs" />
85
87
<Compile Include =" IntegrationTests\GitFlow\SwitchingToGitFlowScenarios.cs" />
86
88
<Compile Include =" IntegrationTests\GitFlow\UncycloScenarios.cs" />
87
- <Compile Include =" IntegrationTests\GitHubFlow\FeatureBranchTests .cs" />
89
+ <Compile Include =" IntegrationTests\GitHubFlow\GitHubFlowFeatureBranchTests .cs" />
88
90
<Compile Include =" IntegrationTests\GitHubFlow\OtherBranchTests.cs" />
89
91
<Compile Include =" IntegrationTests\GitHubFlow\ReleaseBranchTests.cs" />
90
92
<Compile Include =" Helpers\Constants.cs" />
91
93
<Compile Include =" InformationalVersionBuilderTests.cs" />
92
- <Compile Include =" IntegrationTests\GitHubFlow\SupportBranchScenarios .cs" />
94
+ <Compile Include =" IntegrationTests\GitHubFlow\GitHubFlowSupportBranchScenarios .cs" />
93
95
<Compile Include =" JsonVersionBuilderTests.cs" />
94
96
<Compile Include =" Mocks\MockBranch.cs" />
95
97
<Compile Include =" Mocks\MockBranchCollection.cs" />
142
144
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143
145
<PropertyGroup >
144
146
<PostBuildEvent >
145
- if not exist "$(TargetDir)NativeBinaries" md "$(TargetDir)NativeBinaries"
146
- if not exist "$(TargetDir)NativeBinaries\x86" md "$(TargetDir)NativeBinaries\x86"
147
- xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\x86\*.*" "$(TargetDir)NativeBinaries\x86"
148
- if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\amd64"
149
- xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"</PostBuildEvent >
147
+ </PostBuildEvent >
150
148
</PropertyGroup >
151
- <Import Project =" ..\packages\Fody.1.26.2 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" />
149
+ <Import Project =" ..\packages\Fody.1.26.4 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.26.4 \build\Fody.targets')" />
152
150
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
153
151
<PropertyGroup >
154
- <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 >
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 >
155
153
</PropertyGroup >
156
- <Error Condition =" !Exists('..\packages\Fody.1.26.2\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.2\build\Fody.targets'))" />
154
+ <Error Condition =" !Exists('..\packages\Fody.1.26.4\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.4\build\Fody.targets'))" />
155
+ <Error Condition =" !Exists('..\packages\LibGit2Sharp.0.20.1.0\build\net40\LibGit2Sharp.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.0.20.1.0\build\net40\LibGit2Sharp.props'))" />
157
156
</Target >
158
157
</Project >
0 commit comments