Skip to content
This repository was archived by the owner on Jan 6, 2019. It is now read-only.

Commit 0de5500

Browse files
committed
was it right?
1 parent 08c3a16 commit 0de5500

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

References/TfsReferences.target

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<PropertyGroup>
5-
<TfsVersion Condition="'TfsVersion' == ''">17.2</TfsVersion>
5+
<TfsVersion Condition="'TfsVersion' == ''">15.2</TfsVersion>
66
<HintPackageDir>$(SolutionDir)\packages</HintPackageDir>
77
<DefineConstants Condition="'$(TfsVersion)' == '15.2'">$(DefineConstants);TFS2017u2;TFS2017;TFS2015u2;TFS2015u1;TFS2015</DefineConstants>
88
<ServerAssemblies Condition="'$(TfsInstallationDirectory)'!=''">$(TfsInstallationDirectory)\Application Tier\Web Services\bin</ServerAssemblies>
@@ -185,11 +185,15 @@
185185
<HintPath>$(HintPackageDir)\Microsoft.TeamFoundationServer.Client.15.112.1\lib\net45\Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll</HintPath>
186186
<Private>True</Private>
187187
</Reference>
188-
<!--
189188
<Reference Include="Microsoft.VisualStudio.Services.Client, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
190189
<HintPath>$(HintPackageDir)\Microsoft.VisualStudio.Services.InteractiveClient.15.112.1\lib\net45\Microsoft.VisualStudio.Services.Client.dll</HintPath>
191190
<Private>True</Private>
192191
</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+
<!--
193197
-->
194198
<Reference Include="Microsoft.VisualStudio.Services.Common, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
195199
<HintPath>$(HintPackageDir)\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.Common.dll</HintPath>
@@ -213,7 +217,7 @@
213217
</Reference>
214218
</ItemGroup>
215219

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')" />
217221

218222
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild" Condition="'$(TfsVersion)' == '15.2'">
219223
<PropertyGroup>

0 commit comments

Comments
 (0)