Skip to content

Commit

Permalink
Added the IResponseExtensions to the various client implementation pr…
Browse files Browse the repository at this point in the history
…ojects

#1536
  • Loading branch information
NTaylorMullen committed Mar 20, 2013
1 parent cbde9db commit 585c322
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
Expand Up @@ -69,6 +69,9 @@
<Compile Include="..\Microsoft.AspNet.SignalR.Client\HeartBeatMonitor.cs">
<Link>HeartBeatMonitor.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Http\IResponseExtensions.cs">
<Link>Http\IResponseExtensions.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Hubs\IHubConnection.cs">
<Link>Hubs\IHubConnection.cs</Link>
</Compile>
Expand Down
Expand Up @@ -98,6 +98,9 @@
<Compile Include="..\Microsoft.AspNet.SignalR.Client\HeartBeatMonitor.cs">
<Link>HeartBeatMonitor.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Http\IResponseExtensions.cs">
<Link>Http\IResponseExtensions.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\KeepAliveData.cs">
<Link>KeepAliveData.cs</Link>
</Compile>
Expand Down
Expand Up @@ -117,6 +117,9 @@
<Compile Include="..\Common\CommonVersionInfo.cs">
<Link>Properties\CommonVersionInfo.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Http\IResponseExtensions.cs">
<Link>Http\IResponseExtensions.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Resources.Designer.cs">
<Link>Resources.Designer.cs</Link>
</Compile>
Expand Down
Expand Up @@ -67,6 +67,7 @@
<Compile Include="Connection.cs" />
<Compile Include="ConnectionExtensions.cs" />
<Compile Include="HeartBeatMonitor.cs" />
<Compile Include="Http\IResponseExtensions.cs" />
<Compile Include="Hubs\HubInvocation.cs" />
<Compile Include="ConnectionState.cs" />
<Compile Include="Hubs\HubConnection.cs" />
Expand Down
Expand Up @@ -85,6 +85,9 @@
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Http\IResponse.cs">
<Link>Http\IResponse.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Http\IResponseExtensions.cs">
<Link>Http\IResponseExtensions.cs</Link>
</Compile>
<Compile Include="..\Microsoft.AspNet.SignalR.Client\Hubs\HubConnection.cs">
<Link>Hubs\HubConnection.cs</Link>
</Compile>
Expand Down

0 comments on commit 585c322

Please sign in to comment.