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

Commit

Permalink
Fix local build and run
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliov committed Aug 7, 2017
1 parent 0de5500 commit 5480c18
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Aggregator.WebHooks/Aggregator.WebHooks.csproj
Original file line number Diff line number Diff line change
@@ -84,11 +84,11 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Microsoft.WITDataStore32.dll">
<Content Include="..\packages\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1\lib\native\x86\Microsoft.WITDataStore32.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Global.asax" />
<Content Include="Microsoft.WITDataStore64.dll">
<Content Include="..\packages\Microsoft.TeamFoundationServer.ExtendedClient.15.112.1\lib\native\amd64\Microsoft.WITDataStore64.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Web.config">
Binary file removed Aggregator.WebHooks/Microsoft.WITDataStore32.dll
Binary file not shown.
Binary file removed Aggregator.WebHooks/Microsoft.WITDataStore64.dll
Binary file not shown.
Binary file not shown.
10 changes: 6 additions & 4 deletions References/TfsReferences.target
Original file line number Diff line number Diff line change
@@ -29,6 +29,12 @@
<Reference Include="Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>$(ServerAssemblies)\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll</HintPath>
</Reference>
<!-- Server and Client version differs in 2017.2: must pick server -->
<Reference Include="Microsoft.VisualStudio.Services.WebApi, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath Condition="'$(TfsVersion)' == '15.2'">$(ServerAssemblies)\Microsoft.VisualStudio.Services.WebApi.dll</HintPath>
<HintPath Condition="'$(TfsVersion)' == '15.0'">$(HintPackageDir)\Microsoft.VisualStudio.Services.Client.15.112.1\lib\net45\Microsoft.VisualStudio.Services.WebApi.dll</HintPath>
<Private>True</Private>
</Reference>

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

0 comments on commit 5480c18

Please sign in to comment.