From 891f53ef343635ffda950ee738d1f2b0250198c5 Mon Sep 17 00:00:00 2001 From: Jim Westfall Date: Sat, 18 Oct 2014 16:36:00 -0700 Subject: [PATCH] Standardize the case of file names and how they are referenced in ROMVault2.csproj so its possible to compile on a case sensitive filesystem (ie mono on linux) --- ...t.Designer.cs => FrmHelpAbout.Designer.cs} | 0 .../{frmHelpAbout.cs => FrmHelpAbout.cs} | 0 .../{frmHelpAbout.resx => FrmHelpAbout.resx} | 0 ...{frmKey.Designer.cs => FrmKey.Designer.cs} | 0 ROMVault2/{frmKey.cs => FrmKey.cs} | 0 ROMVault2/{frmKey.resx => FrmKey.resx} | 0 ...rmMain.Designer.cs => FrmMain.Designer.cs} | 0 ROMVault2/{frmMain.cs => FrmMain.cs} | 0 ROMVault2/{frmMain.resx => FrmMain.resx} | 0 ...er.cs => FrmProgressWindowFix.Designer.cs} | 0 ...tDir.Designer.cs => FrmSetDir.Designer.cs} | 0 ROMVault2/{frmSetDir.cs => FrmSetDir.cs} | 0 ...gs.Designer.cs => FrmSettings.Designer.cs} | 0 ROMVault2/{frmSettings.cs => FrmSettings.cs} | 0 .../{frmSettings.resx => FrmSettings.resx} | 0 ...r.Designer.cs => FrmShowError.Designer.cs} | 0 .../{frmShowError.cs => FrmShowError.cs} | 0 .../{frmShowError.resx => FrmShowError.resx} | 0 ...esigner.cs => FrmSplashScreen.Designer.cs} | 0 ...{frmSplashScreen.cs => FrmSplashScreen.cs} | 0 ...SplashScreen.resx => FrmSplashScreen.resx} | 0 ROMVault2/ROMVault2.csproj | 60 +++++++++---------- 22 files changed, 30 insertions(+), 30 deletions(-) rename ROMVault2/{frmHelpAbout.Designer.cs => FrmHelpAbout.Designer.cs} (100%) rename ROMVault2/{frmHelpAbout.cs => FrmHelpAbout.cs} (100%) rename ROMVault2/{frmHelpAbout.resx => FrmHelpAbout.resx} (100%) rename ROMVault2/{frmKey.Designer.cs => FrmKey.Designer.cs} (100%) rename ROMVault2/{frmKey.cs => FrmKey.cs} (100%) rename ROMVault2/{frmKey.resx => FrmKey.resx} (100%) rename ROMVault2/{frmMain.Designer.cs => FrmMain.Designer.cs} (100%) rename ROMVault2/{frmMain.cs => FrmMain.cs} (100%) rename ROMVault2/{frmMain.resx => FrmMain.resx} (100%) rename ROMVault2/{FrmProgressWindowFix.designer.cs => FrmProgressWindowFix.Designer.cs} (100%) rename ROMVault2/{frmSetDir.Designer.cs => FrmSetDir.Designer.cs} (100%) rename ROMVault2/{frmSetDir.cs => FrmSetDir.cs} (100%) rename ROMVault2/{frmSettings.Designer.cs => FrmSettings.Designer.cs} (100%) rename ROMVault2/{frmSettings.cs => FrmSettings.cs} (100%) rename ROMVault2/{frmSettings.resx => FrmSettings.resx} (100%) rename ROMVault2/{frmShowError.Designer.cs => FrmShowError.Designer.cs} (100%) rename ROMVault2/{frmShowError.cs => FrmShowError.cs} (100%) rename ROMVault2/{frmShowError.resx => FrmShowError.resx} (100%) rename ROMVault2/{frmSplashScreen.Designer.cs => FrmSplashScreen.Designer.cs} (100%) rename ROMVault2/{frmSplashScreen.cs => FrmSplashScreen.cs} (100%) rename ROMVault2/{frmSplashScreen.resx => FrmSplashScreen.resx} (100%) diff --git a/ROMVault2/frmHelpAbout.Designer.cs b/ROMVault2/FrmHelpAbout.Designer.cs similarity index 100% rename from ROMVault2/frmHelpAbout.Designer.cs rename to ROMVault2/FrmHelpAbout.Designer.cs diff --git a/ROMVault2/frmHelpAbout.cs b/ROMVault2/FrmHelpAbout.cs similarity index 100% rename from ROMVault2/frmHelpAbout.cs rename to ROMVault2/FrmHelpAbout.cs diff --git a/ROMVault2/frmHelpAbout.resx b/ROMVault2/FrmHelpAbout.resx similarity index 100% rename from ROMVault2/frmHelpAbout.resx rename to ROMVault2/FrmHelpAbout.resx diff --git a/ROMVault2/frmKey.Designer.cs b/ROMVault2/FrmKey.Designer.cs similarity index 100% rename from ROMVault2/frmKey.Designer.cs rename to ROMVault2/FrmKey.Designer.cs diff --git a/ROMVault2/frmKey.cs b/ROMVault2/FrmKey.cs similarity index 100% rename from ROMVault2/frmKey.cs rename to ROMVault2/FrmKey.cs diff --git a/ROMVault2/frmKey.resx b/ROMVault2/FrmKey.resx similarity index 100% rename from ROMVault2/frmKey.resx rename to ROMVault2/FrmKey.resx diff --git a/ROMVault2/frmMain.Designer.cs b/ROMVault2/FrmMain.Designer.cs similarity index 100% rename from ROMVault2/frmMain.Designer.cs rename to ROMVault2/FrmMain.Designer.cs diff --git a/ROMVault2/frmMain.cs b/ROMVault2/FrmMain.cs similarity index 100% rename from ROMVault2/frmMain.cs rename to ROMVault2/FrmMain.cs diff --git a/ROMVault2/frmMain.resx b/ROMVault2/FrmMain.resx similarity index 100% rename from ROMVault2/frmMain.resx rename to ROMVault2/FrmMain.resx diff --git a/ROMVault2/FrmProgressWindowFix.designer.cs b/ROMVault2/FrmProgressWindowFix.Designer.cs similarity index 100% rename from ROMVault2/FrmProgressWindowFix.designer.cs rename to ROMVault2/FrmProgressWindowFix.Designer.cs diff --git a/ROMVault2/frmSetDir.Designer.cs b/ROMVault2/FrmSetDir.Designer.cs similarity index 100% rename from ROMVault2/frmSetDir.Designer.cs rename to ROMVault2/FrmSetDir.Designer.cs diff --git a/ROMVault2/frmSetDir.cs b/ROMVault2/FrmSetDir.cs similarity index 100% rename from ROMVault2/frmSetDir.cs rename to ROMVault2/FrmSetDir.cs diff --git a/ROMVault2/frmSettings.Designer.cs b/ROMVault2/FrmSettings.Designer.cs similarity index 100% rename from ROMVault2/frmSettings.Designer.cs rename to ROMVault2/FrmSettings.Designer.cs diff --git a/ROMVault2/frmSettings.cs b/ROMVault2/FrmSettings.cs similarity index 100% rename from ROMVault2/frmSettings.cs rename to ROMVault2/FrmSettings.cs diff --git a/ROMVault2/frmSettings.resx b/ROMVault2/FrmSettings.resx similarity index 100% rename from ROMVault2/frmSettings.resx rename to ROMVault2/FrmSettings.resx diff --git a/ROMVault2/frmShowError.Designer.cs b/ROMVault2/FrmShowError.Designer.cs similarity index 100% rename from ROMVault2/frmShowError.Designer.cs rename to ROMVault2/FrmShowError.Designer.cs diff --git a/ROMVault2/frmShowError.cs b/ROMVault2/FrmShowError.cs similarity index 100% rename from ROMVault2/frmShowError.cs rename to ROMVault2/FrmShowError.cs diff --git a/ROMVault2/frmShowError.resx b/ROMVault2/FrmShowError.resx similarity index 100% rename from ROMVault2/frmShowError.resx rename to ROMVault2/FrmShowError.resx diff --git a/ROMVault2/frmSplashScreen.Designer.cs b/ROMVault2/FrmSplashScreen.Designer.cs similarity index 100% rename from ROMVault2/frmSplashScreen.Designer.cs rename to ROMVault2/FrmSplashScreen.Designer.cs diff --git a/ROMVault2/frmSplashScreen.cs b/ROMVault2/FrmSplashScreen.cs similarity index 100% rename from ROMVault2/frmSplashScreen.cs rename to ROMVault2/FrmSplashScreen.cs diff --git a/ROMVault2/frmSplashScreen.resx b/ROMVault2/FrmSplashScreen.resx similarity index 100% rename from ROMVault2/frmSplashScreen.resx rename to ROMVault2/FrmSplashScreen.resx diff --git a/ROMVault2/ROMVault2.csproj b/ROMVault2/ROMVault2.csproj index 8e5df65..7f5db03 100644 --- a/ROMVault2/ROMVault2.csproj +++ b/ROMVault2/ROMVault2.csproj @@ -107,7 +107,7 @@ Form - + FrmProgressWindowFix.cs @@ -128,17 +128,17 @@ - + Form - - frmHelpAbout.cs + + FrmHelpAbout.cs - + Form - - frmKey.cs + + FrmKey.cs Form @@ -152,30 +152,30 @@ FrmRegistration.cs - + Form - - frmSetDir.cs + + FrmSetDir.cs - + Form - - frmSettings.cs + + FrmSettings.cs - + Form - - frmShowError.cs + + FrmShowError.cs - + Form - - frmSplashScreen.cs + + FrmSplashScreen.cs @@ -225,11 +225,11 @@ - - frmHelpAbout.cs + + FrmHelpAbout.cs - - frmKey.cs + + FrmKey.cs Designer @@ -244,15 +244,15 @@ FrmRegistration.cs - - frmSettings.cs + + FrmSettings.cs Designer - - frmShowError.cs + + FrmShowError.cs - - frmSplashScreen.cs + + FrmSplashScreen.cs ResXFileCodeGenerator @@ -334,4 +334,4 @@ --> - \ No newline at end of file +