|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="..\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\LibGit2Sharp.NativeBinaries.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | | - <Import Project="$(SolutionDir)\GVFS\GVFS.Build\GVFS.props" /> |
| 5 | + <Import Project="$(SolutionDir)\GVFS\GVFS.Build\GVFS.cs.props" /> |
6 | 6 | <PropertyGroup> |
7 | 7 | <ProjectGuid>{07F2A520-2AB7-46DD-97C0-75D8E988D55B}</ProjectGuid> |
8 | 8 | <OutputType>Exe</OutputType> |
|
43 | 43 | <HintPath>..\..\..\packages\CommandLineParser.2.1.1-beta\lib\net45\CommandLine.dll</HintPath> |
44 | 44 | <Private>True</Private> |
45 | 45 | </Reference> |
46 | | - <Reference Include="Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\..\..\packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28\lib\net46\Microsoft.Diagnostics.Tracing.EventSource.dll</HintPath> |
48 | | - <Private>True</Private> |
49 | | - </Reference> |
50 | 46 | <Reference Include="System" /> |
51 | 47 | <Reference Include="System.Core" /> |
52 | 48 | <Reference Include="System.Xml.Linq" /> |
|
60 | 56 | <Compile Include="$(BuildOutputDir)\CommonAssemblyVersion.cs"> |
61 | 57 | <Link>CommonAssemblyVersion.cs</Link> |
62 | 58 | </Compile> |
63 | | - <Compile Include="FastFetchVerb.cs" /> |
64 | 59 | <Compile Include="CheckoutFetchHelper.cs" /> |
65 | | - <Compile Include="FetchHelper.cs" /> |
66 | | - <Compile Include="Git\BigEndianReader.cs" /> |
67 | | - <Compile Include="Git\EndianHelper.cs" /> |
68 | | - <Compile Include="Git\FastFetchGitObjects.cs" /> |
69 | | - <Compile Include="Git\FastFetchLibGit2Repo.cs" /> |
70 | | - <Compile Include="Git\GitIndexGenerator.cs" /> |
71 | | - <Compile Include="HashingStream.cs" /> |
72 | | - <Compile Include="Jobs\ReadFilesJob.cs" /> |
73 | | - <Compile Include="WorkingTree.cs" /> |
74 | | - <Compile Include="GitEnlistment.cs" /> |
75 | | - <Compile Include="Git\DiffHelper.cs" /> |
76 | | - <Compile Include="Git\GitPackIndex.cs" /> |
77 | | - <Compile Include="Index.cs" /> |
78 | | - <Compile Include="Jobs\BatchObjectDownloadJob.cs" /> |
79 | | - <Compile Include="Jobs\CheckoutJob.cs" /> |
80 | | - <Compile Include="Jobs\Data\BlobDownloadRequest.cs" /> |
81 | | - <Compile Include="Jobs\Data\IndexPackRequest.cs" /> |
82 | | - <Compile Include="Jobs\Data\TreeSearchRequest.cs" /> |
83 | | - <Compile Include="Jobs\FindMissingBlobsJob.cs" /> |
84 | | - <Compile Include="Jobs\IndexPackJob.cs" /> |
85 | | - <Compile Include="Jobs\Job.cs" /> |
86 | | - <Compile Include="PathConverter.cs" /> |
| 60 | + <Compile Include="FastFetchVerb.cs" /> |
| 61 | + <Compile Include="..\GVFS.PlatformLoader\PlatformLoader.Windows.cs" /> |
87 | 62 | <Compile Include="Program.cs" /> |
88 | 63 | <Compile Include="Properties\AssemblyInfo.cs" /> |
89 | 64 | </ItemGroup> |
|
96 | 71 | <Project>{374bf1e5-0b2d-4d4a-bd5e-4212299def09}</Project> |
97 | 72 | <Name>GVFS.Common</Name> |
98 | 73 | </ProjectReference> |
| 74 | + <ProjectReference Include="..\GVFS.Platform.Windows\GVFS.Platform.Windows.csproj"> |
| 75 | + <Project>{4ce404e7-d3fc-471c-993c-64615861ea63}</Project> |
| 76 | + <Name>GVFS.Platform.Windows</Name> |
| 77 | + </ProjectReference> |
| 78 | + <ProjectReference Include="..\GVFS.Virtualization\GVFS.Virtualization.csproj"> |
| 79 | + <Project>{f468b05a-95e5-46bc-8c67-b80a78527b7d}</Project> |
| 80 | + <Name>GVFS.Virtualization</Name> |
| 81 | + </ProjectReference> |
99 | 82 | </ItemGroup> |
100 | 83 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
101 | 84 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
102 | 85 | <PropertyGroup> |
103 | 86 | <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> |
104 | 87 | </PropertyGroup> |
105 | 88 | <Error Condition="!Exists('..\..\..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets'))" /> |
106 | | - <Error Condition="!Exists('..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets'))" /> |
107 | 89 | <Error Condition="!Exists('..\..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets'))" /> |
108 | 90 | <Error Condition="!Exists('..\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\LibGit2Sharp.NativeBinaries.props'))" /> |
109 | 91 | </Target> |
110 | 92 | <Import Project="..\..\..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets" Condition="Exists('..\..\..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" /> |
111 | | - <Import Project="..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets" Condition="Exists('..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets')" /> |
112 | 93 | <Import Project="..\..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" /> |
113 | 94 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
114 | 95 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments