Fix case collision.

This commit is contained in:
2020-04-22 18:52:09 +01:00
parent e8d9ad34fa
commit 991a9519c9
4 changed files with 301 additions and 251 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -536,7 +536,7 @@
<Project>{D571B8EF-903D-4353-BDD5-B834F9F029EF}</Project>
<Name>Aaru.Filters</Name>
</ProjectReference>
<ProjectReference Include="..\cuetools.net\CUETools.Codecs.FLAKE\CUETools.Codecs.FLAKE.csproj" />
<ProjectReference Include="..\cuetools.net\CUETools.Codecs.Flake\CUETools.Codecs.FLAKE.csproj" />
<ProjectReference Include="..\cuetools.net\CUETools.Codecs\CUETools.Codecs.csproj" />
</ItemGroup>
<ItemGroup>
@@ -576,4 +576,4 @@
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
<AssemblySearchPaths Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">$(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths>
</PropertyGroup>
</Project>
</Project>

0
build.sh Normal file → Executable file
View File