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

Commit 5480c18

Browse files
committed
Fix local build and run
1 parent 0de5500 commit 5480c18

5 files changed

+8
-6
lines changed

Aggregator.WebHooks/Aggregator.WebHooks.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
</Reference>
8585
</ItemGroup>
8686
<ItemGroup>
87-
<Content Include="Microsoft.WITDataStore32.dll">
87+
<Content Include="..\packages\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1\lib\native\x86\Microsoft.WITDataStore32.dll">
8888
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8989
</Content>
9090
<Content Include="Global.asax" />
91-
<Content Include="Microsoft.WITDataStore64.dll">
91+
<Content Include="..\packages\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1\lib\native\amd64\Microsoft.WITDataStore64.dll">
9292
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9393
</Content>
9494
<Content Include="Web.config">
-471 KB
Binary file not shown.
-632 KB
Binary file not shown.
Binary file not shown.

References/TfsReferences.target

+6-4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
<Reference Include="Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
3030
<HintPath>$(ServerAssemblies)\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll</HintPath>
3131
</Reference>
32+
<!-- Server and Client version differs in 2017.2: must pick server -->
33+
<Reference Include="Microsoft.VisualStudio.Services.WebApi, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
34+
<HintPath Condition="'$(TfsVersion)' == '15.2'">$(ServerAssemblies)\Microsoft.VisualStudio.Services.WebApi.dll</HintPath>
35+
<HintPath Condition="'$(TfsVersion)' == '15.0'">$(HintPackageDir)\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll</HintPath>
36+
<Private>True</Private>
37+
</Reference>
3238

3339
<!-- Client Assemblies -->
3440
<Reference Include="ManyConsole, Version=0.4.2.20, Culture=neutral, processorArchitecture=MSIL">
@@ -199,10 +205,6 @@
199205
<HintPath>$(HintPackageDir)\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.Common.dll</HintPath>
200206
<Private>True</Private>
201207
</Reference>
202-
<Reference Include="Microsoft.VisualStudio.Services.WebApi, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
203-
<HintPath>$(HintPackageDir)\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll</HintPath>
204-
<Private>True</Private>
205-
</Reference>
206208
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
207209
<HintPath>$(HintPackageDir)\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
208210
<Private>True</Private>

0 commit comments

Comments
 (0)