Add the implementation of ObservableAssigneesClient

This commit is contained in:
Paul Betts
2013-10-31 14:23:44 -07:00
committed by Haacked
parent ef0d8a7f8c
commit eb33247795
3 changed files with 3 additions and 0 deletions
@@ -79,6 +79,7 @@
<Compile Include="Clients\IObservableUsersClient.cs" />
<Compile Include="ObservableGitHubClient.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Clients\ObservableAssigneesClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -88,6 +88,7 @@
<Compile Include="Clients\IObservableUsersClient.cs" />
<Compile Include="ObservableGitHubClient.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Clients\ObservableAssigneesClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
@@ -83,6 +83,7 @@
<Compile Include="Clients\IObservableUsersClient.cs" />
<Compile Include="ObservableGitHubClient.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Clients\ObservableAssigneesClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>