|
2 | 2 | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 |
|
4 | 4 | <PropertyGroup> |
5 | | - <TfsVersion Condition="'TfsVersion' == ''">17.2</TfsVersion> |
| 5 | + <TfsVersion Condition="'TfsVersion' == ''">15.2</TfsVersion> |
6 | 6 | <HintPackageDir>$(SolutionDir)\packages</HintPackageDir> |
7 | 7 | <DefineConstants Condition="'$(TfsVersion)' == '15.2'">$(DefineConstants);TFS2017u2;TFS2017;TFS2015u2;TFS2015u1;TFS2015</DefineConstants> |
8 | 8 | <ServerAssemblies Condition="'$(TfsInstallationDirectory)'!=''">$(TfsInstallationDirectory)\Application Tier\Web Services\bin</ServerAssemblies> |
|
185 | 185 | <HintPath>$(HintPackageDir)\Microsoft.TeamFoundationServer.Client.15.112.1\lib\net45\Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll</HintPath> |
186 | 186 | <Private>True</Private> |
187 | 187 | </Reference> |
188 | | - <!-- |
189 | 188 | <Reference Include="Microsoft.VisualStudio.Services.Client, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
190 | 189 | <HintPath>$(HintPackageDir)\Microsoft.VisualStudio.Services.InteractiveClient.15.112.1\lib\net45\Microsoft.VisualStudio.Services.Client.dll</HintPath> |
191 | 190 | <Private>True</Private> |
192 | 191 | </Reference> |
| 192 | + <Reference Include="Microsoft.VisualStudio.Services.Client.Interactive, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 193 | + <HintPath>$(HintPackageDir)\Microsoft.VisualStudio.Services.InteractiveClient.15.112.1\lib\net45\Microsoft.VisualStudio.Services.Client.Interactive.dll</HintPath> |
| 194 | + <Private>True</Private> |
| 195 | + </Reference> |
| 196 | + <!-- |
193 | 197 | --> |
194 | 198 | <Reference Include="Microsoft.VisualStudio.Services.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
195 | 199 | <HintPath>$(HintPackageDir)\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.Common.dll</HintPath> |
|
213 | 217 | </Reference> |
214 | 218 | </ItemGroup> |
215 | 219 |
|
216 | | - <Import Project="$(HintPackageDir)\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1\build\Microsoft.TeamFoundationServer.ExtendedClient.targets" Condition="('$(TfsVersion)' == '15.2') and Exists('$(HintPackageDir)\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1-preview\build\Microsoft.TeamFoundationServer.ExtendedClient.targets')" /> |
| 220 | + <Import Project="$(HintPackageDir)\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1\build\Microsoft.TeamFoundationServer.ExtendedClient.targets" Condition="('$(TfsVersion)' == '15.2') and Exists('$(HintPackageDir)\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1\build\Microsoft.TeamFoundationServer.ExtendedClient.targets')" /> |
217 | 221 |
|
218 | 222 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild" Condition="'$(TfsVersion)' == '15.2'"> |
219 | 223 | <PropertyGroup> |
|
0 commit comments