|
32 | 32 | <WarningLevel>4</WarningLevel>
|
33 | 33 | </PropertyGroup>
|
34 | 34 | <ItemGroup>
|
| 35 | + <Reference Include="JsonLD"> |
| 36 | + <HintPath>..\..\..\packages\json-ld.net.1.0.4\lib\net40-Client\JsonLD.dll</HintPath> |
| 37 | + </Reference> |
35 | 38 | <Reference Include="Microsoft.Build" />
|
36 | 39 | <Reference Include="Microsoft.Build.Engine" />
|
37 | 40 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
38 | 41 | <SpecificVersion>False</SpecificVersion>
|
39 | 42 | <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
40 | 43 | </Reference>
|
| 44 | + <Reference Include="NuGet.Client.BaseTypes"> |
| 45 | + <HintPath>..\..\..\packages\NuGet.Client.BaseTypes.0.1.0-master-43530230\lib\net45\NuGet.Client.BaseTypes.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="NuGet.Client.V3"> |
| 48 | + <HintPath>..\..\..\packages\NuGet.Client.V3.1.0.0-master-43530237\lib\net45\NuGet.Client.V3.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="NuGet.Data"> |
| 51 | + <HintPath>..\..\..\packages\NuGet.Client.V3.1.0.0-master-43530237\lib\net45\NuGet.Data.dll</HintPath> |
| 52 | + </Reference> |
| 53 | + <Reference Include="NuGet.Versioning"> |
| 54 | + <HintPath>..\..\..\packages\NuGet.Versioning.1.0.3\lib\portable-net40+win\NuGet.Versioning.dll</HintPath> |
| 55 | + </Reference> |
41 | 56 | <Reference Include="System" />
|
42 | 57 | <Reference Include="System.ComponentModel.Composition" />
|
43 | 58 | <Reference Include="System.Core" />
|
44 | 59 | <Reference Include="Microsoft.CSharp" />
|
| 60 | + <Reference Include="System.Net.Http" /> |
| 61 | + <Reference Include="System.Net.Http.Extensions"> |
| 62 | + <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="System.Net.Http.Primitives"> |
| 65 | + <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
| 66 | + </Reference> |
| 67 | + <Reference Include="System.Net.Http.WebRequest" /> |
45 | 68 | <Reference Include="System.XML" />
|
46 | 69 | <Reference Include="System.Xml.Linq" />
|
47 | 70 | </ItemGroup>
|
|
125 | 148 | <Project>{f879f274-efa0-4157-8404-33a19b4e6aec}</Project>
|
126 | 149 | <Name>Core</Name>
|
127 | 150 | </ProjectReference>
|
128 |
| - <ProjectReference Include="..\..\Versioning\Versioning.csproj"> |
129 |
| - <Project>{0333984f-e0a3-44fb-afe9-a1207da1e975}</Project> |
130 |
| - <Name>Versioning</Name> |
131 |
| - </ProjectReference> |
132 | 151 | <ProjectReference Include="..\NuGet.Client\NuGet.Client.csproj">
|
133 | 152 | <Project>{56ef26e3-35fe-4857-bce3-438089339c83}</Project>
|
134 | 153 | <Name>NuGet.Client</Name>
|
135 | 154 | </ProjectReference>
|
136 | 155 | </ItemGroup>
|
137 | 156 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 157 | + <Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" /> |
| 158 | + <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
| 159 | + <Error Condition="!Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="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=317567." HelpKeyword="BCLBUILD2001" /> |
| 160 | + <Error Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" /> |
| 161 | + </Target> |
138 | 162 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
139 | 163 | Other similar extension points exist, see Microsoft.Common.targets.
|
140 | 164 | <Target Name="BeforeBuild">
|
|
0 commit comments