fix build on linux (#1133)

file systems on linux are case sensitive
This commit is contained in:
Ferdinand Holzer
2017-03-03 19:12:53 +01:00
committed by kaso17
parent 2561415847
commit 1bc0a982fa

View File

@@ -179,7 +179,7 @@
<Compile Include="Controllers\DownloadController.cs" />
<Compile Include="Engine.cs" />
<Compile Include="Indexers\HDOnly.cs" />
<Compile Include="Indexers\CGPeers.cs" />
<Compile Include="Indexers\cgpeers.cs" />
<Compile Include="Indexers\PiXELHD.cs" />
<Compile Include="Indexers\Hardbay.cs" />
<Compile Include="Indexers\Rarbg.cs" />
@@ -840,4 +840,4 @@
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
</Target>
</Project>
</Project>