|
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.21.0.176\build\net40\LibGit2Sharp.props" Condition="Exists('..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" /> |
| 3 | + <Import Project="..\..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props" Condition="Exists('..\..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.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>
|
|
12 | 12 | <AssemblyName>GitTools.Core</AssemblyName>
|
13 | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 |
| - <NuGetPackageImportStamp> |
16 |
| - </NuGetPackageImportStamp> |
17 | 15 | <TargetFrameworkProfile />
|
18 | 16 | </PropertyGroup>
|
19 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
20 | 18 | <DebugSymbols>true</DebugSymbols>
|
21 | 19 | <DebugType>full</DebugType>
|
22 | 20 | <Optimize>false</Optimize>
|
23 |
| - <OutputPath>..\..\output\Debug\GitTools.Core\net4\</OutputPath> |
| 21 | + <OutputPath>..\..\..\output\Debug\GitTools.Core\net4\</OutputPath> |
24 | 22 | <DefineConstants>TRACE;DEBUG</DefineConstants>
|
25 | 23 | <ErrorReport>prompt</ErrorReport>
|
26 | 24 | <WarningLevel>4</WarningLevel>
|
27 |
| - <DocumentationFile>..\..\output\Debug\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile> |
| 25 | + <DocumentationFile>..\..\..\output\Debug\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile> |
28 | 26 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
29 | 27 | <NoWarn>1591;1998</NoWarn>
|
30 | 28 | </PropertyGroup>
|
31 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
32 | 30 | <DebugType>pdbonly</DebugType>
|
33 | 31 | <Optimize>true</Optimize>
|
34 |
| - <OutputPath>..\..\output\Release\GitTools.Core\net4\</OutputPath> |
| 32 | + <OutputPath>..\..\..\output\Release\GitTools.Core\net4\</OutputPath> |
35 | 33 | <DefineConstants>TRACE</DefineConstants>
|
36 | 34 | <ErrorReport>prompt</ErrorReport>
|
37 | 35 | <WarningLevel>4</WarningLevel>
|
38 | 36 | <NoWarn>1591;1998</NoWarn>
|
39 | 37 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
40 |
| - <DocumentationFile>..\..\output\Release\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile> |
| 38 | + <DocumentationFile>..\..\..\output\Release\GitTools.Core\net4\GitTools.Core.xml</DocumentationFile> |
41 | 39 | </PropertyGroup>
|
42 | 40 | <ItemGroup>
|
43 | 41 | <Reference Include="LibGit2Sharp, Version=0.21.0.176, Culture=neutral, processorArchitecture=MSIL">
|
44 |
| - <HintPath>..\packages\LibGit2Sharp.0.21.0.176\lib\net40\LibGit2Sharp.dll</HintPath> |
| 42 | + <HintPath>..\..\packages\LibGit2Sharp.0.21.0.176\lib\net40\LibGit2Sharp.dll</HintPath> |
45 | 43 | <Private>True</Private>
|
46 | 44 | </Reference>
|
47 | 45 | <Reference Include="MethodTimer, Version=1.15.7.0, Culture=neutral, PublicKeyToken=cb1364609f40a1dc, processorArchitecture=MSIL">
|
48 |
| - <HintPath>..\packages\MethodTimer.Fody.1.15.7.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\MethodTimer.dll</HintPath> |
| 46 | + <HintPath>..\..\packages\MethodTimer.Fody.1.15.7.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\MethodTimer.dll</HintPath> |
49 | 47 | <Private>True</Private>
|
50 | 48 | </Reference>
|
51 | 49 | <Reference Include="System" />
|
|
57 | 55 | <Reference Include="System.Xml" />
|
58 | 56 | </ItemGroup>
|
59 | 57 | <ItemGroup>
|
60 |
| - <Compile Include="..\SolutionAssemblyInfo.cs"> |
| 58 | + <Compile Include="..\..\SolutionAssemblyInfo.cs"> |
61 | 59 | <Link>Properties\SolutionAssemblyInfo.cs</Link>
|
62 | 60 | </Compile>
|
63 | 61 | <Compile Include="App_Packages\LibLog.4.2\LibLog.cs" />
|
|
99 | 97 | <Content Include="FodyWeavers.xml" />
|
100 | 98 | </ItemGroup>
|
101 | 99 | <ItemGroup>
|
102 |
| - <None Include="GitTools.Core.nuspec" /> |
103 | 100 | <None Include="packages.config">
|
104 | 101 | <SubType>Designer</SubType>
|
105 | 102 | </None>
|
|
110 | 107 | <PropertyGroup>
|
111 | 108 | <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>
|
112 | 109 | </PropertyGroup>
|
113 |
| - <Error Condition="!Exists('..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets'))" /> |
114 |
| - <Error Condition="!Exists('..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props'))" /> |
| 110 | + <Error Condition="!Exists('..\..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets'))" /> |
| 111 | + <Error Condition="!Exists('..\..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props'))" /> |
115 | 112 | </Target>
|
116 |
| - <Import Project="..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets')" /> |
| 113 | + <Import Project="..\..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\..\packages\Fody.1.29.3\build\portable-net+sl+win+wpa+wp\Fody.targets')" /> |
117 | 114 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
118 | 115 | Other similar extension points exist, see Microsoft.Common.targets.
|
119 | 116 | <Target Name="BeforeBuild">
|
|
0 commit comments