From 6f38260b10e0edc251cd216af862314d2db70628 Mon Sep 17 00:00:00 2001 From: tomcw Date: Thu, 12 Nov 2020 20:59:22 +0000 Subject: [PATCH] Renamed Applewin.cpp to AppleWin.cpp --- AppleWinExpress2008.vcproj | 2 +- AppleWinExpress2017.vcxproj | 2 +- AppleWinExpress2017.vcxproj.filters | 2 +- AppleWinExpress2019.vcxproj | 2 +- AppleWinExpress2019.vcxproj.filters | 2 +- source/{Applewin.cpp => AppleWin.cpp} | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename source/{Applewin.cpp => AppleWin.cpp} (100%) diff --git a/AppleWinExpress2008.vcproj b/AppleWinExpress2008.vcproj index 02600ccf..c834422a 100644 --- a/AppleWinExpress2008.vcproj +++ b/AppleWinExpress2008.vcproj @@ -227,7 +227,7 @@ Filter=".cpp" > - + diff --git a/AppleWinExpress2017.vcxproj.filters b/AppleWinExpress2017.vcxproj.filters index d5c2e1da..f639bf4c 100644 --- a/AppleWinExpress2017.vcxproj.filters +++ b/AppleWinExpress2017.vcxproj.filters @@ -1,7 +1,7 @@  - + Source Files diff --git a/AppleWinExpress2019.vcxproj b/AppleWinExpress2019.vcxproj index 7ec0c2b8..1b71176c 100644 --- a/AppleWinExpress2019.vcxproj +++ b/AppleWinExpress2019.vcxproj @@ -127,7 +127,7 @@ - + diff --git a/AppleWinExpress2019.vcxproj.filters b/AppleWinExpress2019.vcxproj.filters index 5213f350..04f6de5f 100644 --- a/AppleWinExpress2019.vcxproj.filters +++ b/AppleWinExpress2019.vcxproj.filters @@ -1,7 +1,7 @@  - + Source Files diff --git a/source/Applewin.cpp b/source/AppleWin.cpp similarity index 100% rename from source/Applewin.cpp rename to source/AppleWin.cpp