Merge pull request #485 from juergenhoetzel/master

Fix case sensitive filenames in csproj files
This commit is contained in:
Phil Haack
2014-05-09 16:21:22 -07:00
6 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -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>
+3 -3
View File
@@ -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>
+3 -3
View File
@@ -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>
+2 -2
View File
@@ -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" />
+2 -2
View File
@@ -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" />
+2 -2
View File
@@ -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" />