mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
Merge pull request #485 from juergenhoetzel/master
Fix case sensitive filenames in csproj files
This commit is contained in:
@@ -315,11 +315,11 @@
|
||||
<Compile Include="Clients\RepositoryCommitsClient.cs" />
|
||||
<Compile Include="Models\Response\GitHubCommit.cs" />
|
||||
<Compile Include="Helpers\ConcurrentCache.cs" />
|
||||
<Compile Include="Clients\IOauthClient.cs" />
|
||||
<Compile Include="Clients\OauthClient.cs" />
|
||||
<Compile Include="Clients\IOAuthClient.cs" />
|
||||
<Compile Include="Clients\OAuthClient.cs" />
|
||||
<Compile Include="Models\Request\OauthLoginRequest.cs" />
|
||||
<Compile Include="Models\Request\OauthTokenRequest.cs" />
|
||||
<Compile Include="Models\Response\OauthToken.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -326,11 +326,11 @@
|
||||
<Compile Include="Clients\RepositoryCommitsClient.cs" />
|
||||
<Compile Include="Models\Response\GitHubCommit.cs" />
|
||||
<Compile Include="Helpers\ConcurrentCache.cs" />
|
||||
<Compile Include="Clients\IOauthClient.cs" />
|
||||
<Compile Include="Clients\OauthClient.cs" />
|
||||
<Compile Include="Clients\IOAuthClient.cs" />
|
||||
<Compile Include="Clients\OAuthClient.cs" />
|
||||
<Compile Include="Models\Request\OauthLoginRequest.cs" />
|
||||
<Compile Include="Models\Request\OauthTokenRequest.cs" />
|
||||
<Compile Include="Models\Response\OauthToken.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -321,11 +321,11 @@
|
||||
<Compile Include="Clients\RepositoryCommitsClient.cs" />
|
||||
<Compile Include="Models\Response\GitHubCommit.cs" />
|
||||
<Compile Include="Helpers\ConcurrentCache.cs" />
|
||||
<Compile Include="Clients\IOauthClient.cs" />
|
||||
<Compile Include="Clients\OauthClient.cs" />
|
||||
<Compile Include="Clients\IOAuthClient.cs" />
|
||||
<Compile Include="Clients\OAuthClient.cs" />
|
||||
<Compile Include="Models\Request\OauthLoginRequest.cs" />
|
||||
<Compile Include="Models\Request\OauthTokenRequest.cs" />
|
||||
<Compile Include="Models\Response\OauthToken.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -312,8 +312,8 @@
|
||||
<Compile Include="Clients\RepositoryCommitsClient.cs" />
|
||||
<Compile Include="Models\Response\CompareResult.cs" />
|
||||
<Compile Include="Models\Response\GitHubCommit.cs" />
|
||||
<Compile Include="Clients\IOauthClient.cs" />
|
||||
<Compile Include="Clients\OauthClient.cs" />
|
||||
<Compile Include="Clients\IOAuthClient.cs" />
|
||||
<Compile Include="Clients\OAuthClient.cs" />
|
||||
<Compile Include="Models\Request\OauthLoginRequest.cs" />
|
||||
<Compile Include="Models\Request\OauthTokenRequest.cs" />
|
||||
<Compile Include="Models\Response\OauthToken.cs" />
|
||||
|
||||
@@ -316,8 +316,8 @@
|
||||
<Compile Include="Clients\RepositoryCommitsClient.cs" />
|
||||
<Compile Include="Models\Response\GitHubCommit.cs" />
|
||||
<Compile Include="Helpers\ConcurrentCache.cs" />
|
||||
<Compile Include="Clients\IOauthClient.cs" />
|
||||
<Compile Include="Clients\OauthClient.cs" />
|
||||
<Compile Include="Clients\IOAuthClient.cs" />
|
||||
<Compile Include="Clients\OAuthClient.cs" />
|
||||
<Compile Include="Models\Request\OauthLoginRequest.cs" />
|
||||
<Compile Include="Models\Request\OauthTokenRequest.cs" />
|
||||
<Compile Include="Models\Response\OauthToken.cs" />
|
||||
|
||||
@@ -54,9 +54,9 @@
|
||||
<Link>Properties\SolutionInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Clients\ActivitiesClient.cs" />
|
||||
<Compile Include="Clients\IOauthClient.cs" />
|
||||
<Compile Include="Clients\IOAuthClient.cs" />
|
||||
<Compile Include="Clients\IRepositoryCommitsClient.cs" />
|
||||
<Compile Include="Clients\OauthClient.cs" />
|
||||
<Compile Include="Clients\OAuthClient.cs" />
|
||||
<Compile Include="Clients\RepositoryCommentsClient.cs" />
|
||||
<Compile Include="Clients\IRepositoryCommentsClient.cs" />
|
||||
<Compile Include="Clients\FeedsClient.cs" />
|
||||
|
||||
Reference in New Issue
Block a user