Skip to content

Commit

Permalink
Fixed: Case sensitivity on Nix FileSystems
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Apr 27, 2024
1 parent 9cad23a commit a0e62b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FileEmulationFramework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AtlusScriptLibrary", "Submo
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BF.File.Emulator.Interfaces", "Emulator\Interfaces\BF.File.Emulator.Interfaces\BF.File.Emulator.Interfaces.csproj", "{EE178CAD-7CD0-41EB-96FA-B1DCC4DA4E73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BMD.File.Emulator", "Emulator\Bmd.File.Emulator\BMD.File.Emulator.csproj", "{E053BEE9-B765-462E-A80D-B25949348835}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BMD.File.Emulator", "Emulator\BMD.File.Emulator\BMD.File.Emulator.csproj", "{E053BEE9-B765-462E-A80D-B25949348835}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BMD.File.Emulator.Interfaces", "Emulator\Interfaces\Bmd.File.Emulator.Interfaces\BMD.File.Emulator.Interfaces.csproj", "{C527D538-F3A4-4FC4-A641-B7359691815F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BMD.File.Emulator.Interfaces", "Emulator\Interfaces\BMD.File.Emulator.Interfaces\BMD.File.Emulator.Interfaces.csproj", "{C527D538-F3A4-4FC4-A641-B7359691815F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SPD.File.Emulator", "Emulator\SPD.File.Emulator\SPD.File.Emulator.csproj", "{8B9B13C0-DA50-4E0F-9454-6E95BE9BC9E2}"
ProjectSection(ProjectDependencies) = postProject
Expand Down

0 comments on commit a0e62b9

Please sign in to comment.