Skip to content

Commit

Permalink
Synchronize Mono projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangribble committed Dec 13, 2015
1 parent 55baef5 commit 2f54078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Octokit/Octokit-MonoAndroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@
<Compile Include="Helpers\WebHookConfigComparer.cs" />
<Compile Include="Exceptions\PullRequestNotMergeableException.cs" />
<Compile Include="Exceptions\PullRequestMismatchException.cs" />
<Compile Include="Models\Request\BranchUpdate.cs" />
<Compile Include="Models\Response\BranchProtection.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
</Project>
</Project>
2 changes: 2 additions & 0 deletions Octokit/Octokit-Monotouch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@
<Compile Include="Helpers\WebHookConfigComparer.cs" />
<Compile Include="Exceptions\PullRequestNotMergeableException.cs" />
<Compile Include="Exceptions\PullRequestMismatchException.cs" />
<Compile Include="Models\Request\BranchUpdate.cs" />
<Compile Include="Models\Response\BranchProtection.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 2f54078

Please sign in to comment.