11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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')" />
34 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45 <PropertyGroup >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1213 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
1314 <FileAlignment >512</FileAlignment >
1415 <TargetFrameworkProfile />
15- <NuGetPackageImportStamp >1123b588 </NuGetPackageImportStamp >
16+ <NuGetPackageImportStamp >e51a7a82 </NuGetPackageImportStamp >
1617 </PropertyGroup >
1718 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1819 <DebugSymbols >true</DebugSymbols >
4243 <SpecificVersion >False</SpecificVersion >
4344 <HintPath >..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath >
4445 </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" >
4647 <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 >
4849 </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 >
5153 </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" >
5355 <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 >
5557 </Reference >
5658 <Reference Include =" System" />
5759 <Reference Include =" System.Core" />
6062 <Reference Include =" System.Data.DataSetExtensions" />
6163 <Reference Include =" System.Data" />
6264 <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" >
6466 <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 >
6668 </Reference >
6769 </ItemGroup >
6870 <ItemGroup >
7779 <Compile Include =" GitVersionContextTests.cs" />
7880 <Compile Include =" IntegrationTests\RemoteRepositoryTests.cs" />
7981 <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" />
8284 <Compile Include =" IntegrationTests\GitFlow\MetaDataByCommitScenarios.cs" />
8385 <Compile Include =" IntegrationTests\GitFlow\PatchScenarios.cs" />
8486 <Compile Include =" IntegrationTests\GitFlow\ReleaseBranchTests.cs" />
8587 <Compile Include =" IntegrationTests\GitFlow\SwitchingToGitFlowScenarios.cs" />
8688 <Compile Include =" IntegrationTests\GitFlow\WikiScenarios.cs" />
87- <Compile Include =" IntegrationTests\GitHubFlow\FeatureBranchTests .cs" />
89+ <Compile Include =" IntegrationTests\GitHubFlow\GitHubFlowFeatureBranchTests .cs" />
8890 <Compile Include =" IntegrationTests\GitHubFlow\OtherBranchTests.cs" />
8991 <Compile Include =" IntegrationTests\GitHubFlow\ReleaseBranchTests.cs" />
9092 <Compile Include =" Helpers\Constants.cs" />
9193 <Compile Include =" InformationalVersionBuilderTests.cs" />
92- <Compile Include =" IntegrationTests\GitHubFlow\SupportBranchScenarios .cs" />
94+ <Compile Include =" IntegrationTests\GitHubFlow\GitHubFlowSupportBranchScenarios .cs" />
9395 <Compile Include =" JsonVersionBuilderTests.cs" />
9496 <Compile Include =" Mocks\MockBranch.cs" />
9597 <Compile Include =" Mocks\MockBranchCollection.cs" />
142144 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143145 <PropertyGroup >
144146 <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 >
150148 </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')" />
152150 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
153151 <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 >
155153 </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'))" />
157156 </Target >
158157</Project >
0 commit comments