Skip to content

Commit

Permalink
Fix projects...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangribble committed Aug 4, 2016
1 parent 0fb1b6e commit 0e342c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Octokit.Reactive/Octokit.Reactive-Mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
<Compile Include="Clients\ObservableUserGpgKeysClient.cs" />
<Compile Include="Clients\IObservableRepositoryInvitationsClient.cs" />
<Compile Include="Clients\ObservableRepositoryInvitationsClient.cs" />
<Compile Include="Clients\IObservableRepositoryBranchesClient.cs" />
<Compile Include="Clients\ObservableRepositoryBranchesClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Octokit.Reactive/Octokit.Reactive-MonoAndroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@
<Compile Include="Clients\ObservableUserGpgKeysClient.cs" />
<Compile Include="Clients\IObservableRepositoryInvitationsClient.cs" />
<Compile Include="Clients\ObservableRepositoryInvitationsClient.cs" />
<Compile Include="Clients\IObservableRepositoryBranchesClient.cs" />
<Compile Include="Clients\ObservableRepositoryBranchesClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Octokit.Reactive/Octokit.Reactive-Monotouch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
<Compile Include="Clients\ObservableUserGpgKeysClient.cs" />
<Compile Include="Clients\IObservableRepositoryInvitationsClient.cs" />
<Compile Include="Clients\ObservableRepositoryInvitationsClient.cs" />
<Compile Include="Clients\IObservableRepositoryBranchesClient.cs" />
<Compile Include="Clients\ObservableRepositoryBranchesClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
Expand Down

0 comments on commit 0e342c2

Please sign in to comment.