|
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.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props')" /> |
| 3 | + <Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 5 | <PropertyGroup>
|
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
42 | 42 | <SpecificVersion>False</SpecificVersion>
|
43 | 43 | <HintPath>..\packages\Atlassian.SDK.2.5.0\lib\Atlassian.Jira.dll</HintPath>
|
44 | 44 | </Reference>
|
45 |
| - <Reference Include="GitTools.Testing, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL"> |
46 |
| - <HintPath>..\packages\GitTools.Testing.0.2.0-beta0001\lib\net4\GitTools.Testing.dll</HintPath> |
| 45 | + <Reference Include="GitTools.Testing, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\GitTools.Testing.1.1.0\lib\net4\GitTools.Testing.dll</HintPath> |
47 | 47 | <Private>True</Private>
|
48 | 48 | </Reference>
|
49 |
| - <Reference Include="LibGit2Sharp, Version=0.22.0.0, Culture=neutral, processorArchitecture=MSIL"> |
50 |
| - <HintPath>..\packages\LibGit2Sharp.0.22.0-pre20150716071016\lib\net40\LibGit2Sharp.dll</HintPath> |
| 49 | + <Reference Include="LibGit2Sharp, Version=0.22.0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\LibGit2Sharp.0.22.0\lib\net40\LibGit2Sharp.dll</HintPath> |
51 | 51 | <Private>True</Private>
|
52 | 52 | </Reference>
|
53 | 53 | <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
54 | 54 | <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
55 | 55 | <Private>True</Private>
|
56 | 56 | </Reference>
|
57 |
| - <Reference Include="Octokit, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL"> |
58 |
| - <HintPath>..\packages\Octokit.0.15.0\lib\net45\Octokit.dll</HintPath> |
59 |
| - <Private>True</Private> |
60 |
| - </Reference> |
61 |
| - <Reference Include="Shouldly, Version=2.6.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL"> |
62 |
| - <HintPath>..\packages\Shouldly.2.6.0\lib\net40\Shouldly.dll</HintPath> |
| 57 | + <Reference Include="Shouldly, Version=2.7.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\Shouldly.2.7.0\lib\net40\Shouldly.dll</HintPath> |
63 | 59 | <Private>True</Private>
|
64 | 60 | </Reference>
|
65 | 61 | <Reference Include="System" />
|
|
81 | 77 | <Compile Include="Git\GitRepositoryHelperTests.cs" />
|
82 | 78 | <Compile Include="Git\GitRepositoryFactoryTests.cs" />
|
83 | 79 | <Compile Include="GlobalInitialization.cs" />
|
84 |
| - <Compile Include="ModuleInitializer.cs" /> |
85 | 80 | <Compile Include="Properties\AssemblyInfo.cs" />
|
86 | 81 | </ItemGroup>
|
87 | 82 | <ItemGroup>
|
|
90 | 85 | <Name>GitTools.Core.NET40</Name>
|
91 | 86 | </ProjectReference>
|
92 | 87 | </ItemGroup>
|
93 |
| - <ItemGroup> |
94 |
| - <Content Include="FodyWeavers.xml" /> |
95 |
| - </ItemGroup> |
96 | 88 | <ItemGroup>
|
97 | 89 | <None Include="packages.config" />
|
98 | 90 | </ItemGroup>
|
99 | 91 | <ItemGroup />
|
100 | 92 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
101 |
| - <Import Project="..\packages\Fody.1.29.3\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" /> |
102 | 93 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
103 | 94 | <PropertyGroup>
|
104 | 95 | <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>
|
105 | 96 | </PropertyGroup>
|
106 |
| - <Error Condition="!Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3\build\dotnet\Fody.targets'))" /> |
107 |
| - <Error Condition="!Exists('..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets'))" /> |
108 |
| - <Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.72\build\LibGit2Sharp.NativeBinaries.props'))" /> |
| 97 | + <Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.129\build\LibGit2Sharp.NativeBinaries.props'))" /> |
109 | 98 | </Target>
|
110 |
| - <Import Project="..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets" Condition="Exists('..\packages\ModuleInit.Fody.1.5.8.0\build\dotnet\ModuleInit.Fody.targets')" /> |
111 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
112 | 100 | Other similar extension points exist, see Microsoft.Common.targets.
|
113 | 101 | <Target Name="BeforeBuild">
|
|
0 commit comments