From b11f10dddf75e979aa15f8bd9dea3a6d2a455de5 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 3 Nov 2014 14:00:35 -0800 Subject: [PATCH] Visual Studio 2013 update This updates the project files for Visual Studio 2013, and removes the old Visual Studio 6 (1998) project files. The update tool had a number of complaints (see UpgradeLog.htm) that may need to be addressed. Also, replaced .cvsignore with .gitignore. Visual Studio reports 1886 build errors, nearly all of them due to the switch from MBCS to Unicode. The former is no longer supported "out of the box", and its use is discouraged, so we're going to bite the bullet and use wide characters in the UI. --- .cvsignore | 5 - .gitignore | 16 + CP.dsw | 107 --- CP.sln | 96 +- UpgradeLog.htm | Bin 0 -> 169910 bytes app/app.dsp | 641 ------------- app/app.dsw | 29 - app/app.vcproj | 1211 ------------------------- app/app.vcxproj | 541 +++++++++++ app/app.vcxproj.filters | 427 +++++++++ app/app.vcxproj.user | 4 + diskimg/.cvsignore | 3 - diskimg/diskimg.dsp | 298 ------ diskimg/diskimg.vcproj | 560 ------------ diskimg/diskimg.vcxproj | 303 +++++++ diskimg/diskimg.vcxproj.filters | 156 ++++ diskimg/libhfs/.cvsignore | 2 - diskimg/libhfs/libhfs.dsp | 200 ---- diskimg/libhfs/libhfs.vcproj | 402 -------- diskimg/libhfs/libhfs.vcxproj | 196 ++++ diskimg/libhfs/libhfs.vcxproj.filters | 98 ++ mdc/.cvsignore | 1 - mdc/mdc.dsp | 174 ---- mdc/mdc.vcproj | 315 ------- mdc/mdc.vcxproj | 214 +++++ mdc/mdc.vcxproj.filters | 70 ++ reformat/.cvsignore | 2 - reformat/reformat.dsp | 266 ------ reformat/reformat.vcproj | 607 ------------- reformat/reformat.vcxproj | 248 +++++ reformat/reformat.vcxproj.filters | 146 +++ util/.cvsignore | 2 - util/util.dsp | 213 ----- util/util.vcproj | 387 -------- util/util.vcxproj | 187 ++++ util/util.vcxproj.filters | 107 +++ 36 files changed, 2753 insertions(+), 5481 deletions(-) delete mode 100644 .cvsignore create mode 100644 .gitignore delete mode 100644 CP.dsw create mode 100644 UpgradeLog.htm delete mode 100644 app/app.dsp delete mode 100644 app/app.dsw delete mode 100644 app/app.vcproj create mode 100644 app/app.vcxproj create mode 100644 app/app.vcxproj.filters create mode 100644 app/app.vcxproj.user delete mode 100644 diskimg/.cvsignore delete mode 100644 diskimg/diskimg.dsp delete mode 100644 diskimg/diskimg.vcproj create mode 100644 diskimg/diskimg.vcxproj create mode 100644 diskimg/diskimg.vcxproj.filters delete mode 100644 diskimg/libhfs/.cvsignore delete mode 100644 diskimg/libhfs/libhfs.dsp delete mode 100644 diskimg/libhfs/libhfs.vcproj create mode 100644 diskimg/libhfs/libhfs.vcxproj create mode 100644 diskimg/libhfs/libhfs.vcxproj.filters delete mode 100644 mdc/.cvsignore delete mode 100644 mdc/mdc.dsp delete mode 100644 mdc/mdc.vcproj create mode 100644 mdc/mdc.vcxproj create mode 100644 mdc/mdc.vcxproj.filters delete mode 100644 reformat/.cvsignore delete mode 100644 reformat/reformat.dsp delete mode 100644 reformat/reformat.vcproj create mode 100644 reformat/reformat.vcxproj create mode 100644 reformat/reformat.vcxproj.filters delete mode 100644 util/.cvsignore delete mode 100644 util/util.dsp delete mode 100644 util/util.vcproj create mode 100644 util/util.vcxproj create mode 100644 util/util.vcxproj.filters diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 127cba4..0000000 --- a/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -Debug -CP.ncb -CP.opt -Release -.project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f96b0ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# build product output directories +Debug +Release + +# precompiled headers +ipch + +# binaries generated by Visual Studio +CP.sdf +CP.opensdf +CP.v12.suo +*.aps + +# generic +*~ +*.swp diff --git a/CP.dsw b/CP.dsw deleted file mode 100644 index 40a2beb..0000000 --- a/CP.dsw +++ /dev/null @@ -1,107 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "app"=.\app\app.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name diskimg - End Project Dependency - Begin Project Dependency - Project_Dep_Name util - End Project Dependency - Begin Project Dependency - Project_Dep_Name reformat - End Project Dependency -}}} - -############################################################################### - -Project: "diskimg"=.\diskimg\diskimg.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name libhfs - End Project Dependency -}}} - -############################################################################### - -Project: "libhfs"=.\diskimg\libhfs\libhfs.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "mdc"=.\mdc\mdc.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name diskimg - End Project Dependency - Begin Project Dependency - Project_Dep_Name util - End Project Dependency -}}} - -############################################################################### - -Project: "reformat"=.\reformat\reformat.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "util"=.\util\util.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/CP.sln b/CP.sln index 0107866..d5426c2 100644 --- a/CP.sln +++ b/CP.sln @@ -1,67 +1,51 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "app", "app\app.vcproj", "{B023611B-7086-46E1-847B-3B21C4732384}" - ProjectSection(ProjectDependencies) = postProject - {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5} = {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5} - {18BCF397-397E-460C-A1DC-3E26798966E4} = {18BCF397-397E-460C-A1DC-3E26798966E4} - {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4} = {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4} - EndProjectSection +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30501.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "app", "app\app.vcxproj", "{B023611B-7086-46E1-847B-3B21C4732384}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "diskimg", "diskimg\diskimg.vcproj", "{0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}" - ProjectSection(ProjectDependencies) = postProject - {0FA742E9-8C07-43DD-AFF8-CE31FAF70821} = {0FA742E9-8C07-43DD-AFF8-CE31FAF70821} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "diskimg", "diskimg\diskimg.vcxproj", "{0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mdc", "mdc\mdc.vcproj", "{7DF41D71-C8DC-48AA-B372-4613210310A4}" - ProjectSection(ProjectDependencies) = postProject - {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5} = {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5} - {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4} = {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mdc", "mdc\mdc.vcxproj", "{7DF41D71-C8DC-48AA-B372-4613210310A4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "util\util.vcproj", "{04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "util\util.vcxproj", "{04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libhfs", "diskimg\libhfs\libhfs.vcproj", "{0FA742E9-8C07-43DD-AFF8-CE31FAF70821}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libhfs", "diskimg\libhfs\libhfs.vcxproj", "{0FA742E9-8C07-43DD-AFF8-CE31FAF70821}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reformat", "reformat\reformat.vcproj", "{18BCF397-397E-460C-A1DC-3E26798966E4}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reformat", "reformat\reformat.vcxproj", "{18BCF397-397E-460C-A1DC-3E26798966E4}" EndProject Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {B023611B-7086-46E1-847B-3B21C4732384}.Debug.ActiveCfg = Debug|Win32 - {B023611B-7086-46E1-847B-3B21C4732384}.Debug.Build.0 = Debug|Win32 - {B023611B-7086-46E1-847B-3B21C4732384}.Release.ActiveCfg = Release|Win32 - {B023611B-7086-46E1-847B-3B21C4732384}.Release.Build.0 = Release|Win32 - {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Debug.ActiveCfg = Debug|Win32 - {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Debug.Build.0 = Debug|Win32 - {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Release.ActiveCfg = Release|Win32 - {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Release.Build.0 = Release|Win32 - {7DF41D71-C8DC-48AA-B372-4613210310A4}.Debug.ActiveCfg = Debug|Win32 - {7DF41D71-C8DC-48AA-B372-4613210310A4}.Debug.Build.0 = Debug|Win32 - {7DF41D71-C8DC-48AA-B372-4613210310A4}.Release.ActiveCfg = Release|Win32 - {7DF41D71-C8DC-48AA-B372-4613210310A4}.Release.Build.0 = Release|Win32 - {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Debug.ActiveCfg = Debug|Win32 - {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Debug.Build.0 = Debug|Win32 - {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Release.ActiveCfg = Release|Win32 - {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Release.Build.0 = Release|Win32 - {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Debug.ActiveCfg = Debug|Win32 - {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Debug.Build.0 = Debug|Win32 - {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Release.ActiveCfg = Release|Win32 - {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Release.Build.0 = Release|Win32 - {18BCF397-397E-460C-A1DC-3E26798966E4}.Debug.ActiveCfg = Debug|Win32 - {18BCF397-397E-460C-A1DC-3E26798966E4}.Debug.Build.0 = Debug|Win32 - {18BCF397-397E-460C-A1DC-3E26798966E4}.Release.ActiveCfg = Release|Win32 - {18BCF397-397E-460C-A1DC-3E26798966E4}.Release.Build.0 = Release|Win32 + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B023611B-7086-46E1-847B-3B21C4732384}.Debug|Win32.ActiveCfg = Debug|Win32 + {B023611B-7086-46E1-847B-3B21C4732384}.Debug|Win32.Build.0 = Debug|Win32 + {B023611B-7086-46E1-847B-3B21C4732384}.Release|Win32.ActiveCfg = Release|Win32 + {B023611B-7086-46E1-847B-3B21C4732384}.Release|Win32.Build.0 = Release|Win32 + {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Debug|Win32.ActiveCfg = Debug|Win32 + {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Debug|Win32.Build.0 = Debug|Win32 + {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Release|Win32.ActiveCfg = Release|Win32 + {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4}.Release|Win32.Build.0 = Release|Win32 + {7DF41D71-C8DC-48AA-B372-4613210310A4}.Debug|Win32.ActiveCfg = Debug|Win32 + {7DF41D71-C8DC-48AA-B372-4613210310A4}.Debug|Win32.Build.0 = Debug|Win32 + {7DF41D71-C8DC-48AA-B372-4613210310A4}.Release|Win32.ActiveCfg = Release|Win32 + {7DF41D71-C8DC-48AA-B372-4613210310A4}.Release|Win32.Build.0 = Release|Win32 + {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Debug|Win32.ActiveCfg = Debug|Win32 + {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Debug|Win32.Build.0 = Debug|Win32 + {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Release|Win32.ActiveCfg = Release|Win32 + {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5}.Release|Win32.Build.0 = Release|Win32 + {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Debug|Win32.ActiveCfg = Debug|Win32 + {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Debug|Win32.Build.0 = Debug|Win32 + {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Release|Win32.ActiveCfg = Release|Win32 + {0FA742E9-8C07-43DD-AFF8-CE31FAF70821}.Release|Win32.Build.0 = Release|Win32 + {18BCF397-397E-460C-A1DC-3E26798966E4}.Debug|Win32.ActiveCfg = Debug|Win32 + {18BCF397-397E-460C-A1DC-3E26798966E4}.Debug|Win32.Build.0 = Debug|Win32 + {18BCF397-397E-460C-A1DC-3E26798966E4}.Release|Win32.ActiveCfg = Release|Win32 + {18BCF397-397E-460C-A1DC-3E26798966E4}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection EndGlobal diff --git a/UpgradeLog.htm b/UpgradeLog.htm new file mode 100644 index 0000000000000000000000000000000000000000..11d5a4c2c00bcd134eec22e273342c1b0957d2af GIT binary patch literal 169910 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 literal 0 HcmV?d00001 diff --git a/app/app.dsp b/app/app.dsp deleted file mode 100644 index 587ae3f..0000000 --- a/app/app.dsp +++ /dev/null @@ -1,641 +0,0 @@ -# Microsoft Developer Studio Project File - Name="app" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=app - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "app.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "app.mak" CFG="app - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "app - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "app - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "app - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUGX" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FR /YX"stdafx.h" /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 ..\prebuilt\nufxlib2.lib ..\prebuilt\zdll.lib /nologo /subsystem:windows /map /machine:I386 /out:"Release/CiderPress.exe" -# Begin Special Build Tool -SOURCE="$(InputPath)" -PostBuild_Desc=Copying DLLs and help -PostBuild_Cmds=copy Help\CiderPress.hlp Release copy Help\CiderPress.cnt Release copy ..\prebuilt\nufxlib2.dll . copy ..\prebuilt\zlib1.dll . -# End Special Build Tool - -!ELSEIF "$(CFG)" == "app - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FR /YX"stdafx.h" /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 ..\prebuilt\nufxlib2D.lib ..\prebuilt\zdll.lib /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/CiderPress.exe" /pdbtype:sept -# Begin Special Build Tool -SOURCE="$(InputPath)" -PostBuild_Desc=Copying debug DLLs and help -PostBuild_Cmds=copy Help\CiderPress.hlp Debug copy Help\CiderPress.cnt Debug copy ..\prebuilt\nufxlib2D.dll . copy ..\prebuilt\zlib1.dll . -# End Special Build Tool - -!ENDIF - -# Begin Target - -# Name "app - Win32 Release" -# Name "app - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\AboutDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ActionProgressDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\Actions.cpp -# End Source File -# Begin Source File - -SOURCE=.\ACUArchive.cpp -# End Source File -# Begin Source File - -SOURCE=.\AddClashDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\AddFilesDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ArchiveInfoDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\BasicImport.cpp -# End Source File -# Begin Source File - -SOURCE=.\BNYArchive.cpp -# End Source File -# Begin Source File - -SOURCE=.\CassetteDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\CassImpTargetDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ChooseAddTargetDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ChooseDirDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\CiderPress.rc -# End Source File -# Begin Source File - -SOURCE=.\Clipboard.cpp -# End Source File -# Begin Source File - -SOURCE=.\ConfirmOverwriteDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ContentList.cpp -# End Source File -# Begin Source File - -SOURCE=.\ConvDiskOptionsDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ConvFileOptionsDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\CreateImageDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\CreateSubdirDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\DEFileDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\DiskArchive.cpp -# End Source File -# Begin Source File - -SOURCE=.\DiskConvertDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\DiskEditDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\DiskEditOpenDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\DiskFSTree.cpp -# End Source File -# Begin Source File - -SOURCE=.\EditAssocDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\EditCommentDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\EditPropsDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\EnterRegDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\EOLScanDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ExtractOptionsDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\FileNameConv.cpp -# End Source File -# Begin Source File - -SOURCE=.\GenericArchive.cpp -# End Source File -# Begin Source File - -SOURCE=.\ImageFormatDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\Main.cpp -# End Source File -# Begin Source File - -SOURCE=.\MyApp.cpp -# End Source File -# Begin Source File - -SOURCE=.\NewDiskSize.cpp -# End Source File -# Begin Source File - -SOURCE=.\NewFolderDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\NufxArchive.cpp -# End Source File -# Begin Source File - -SOURCE=.\OpenVolumeDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\PasteSpecialDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\Preferences.cpp -# End Source File -# Begin Source File - -SOURCE=.\PrefsDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\Print.cpp -# End Source File -# Begin Source File - -SOURCE=.\RecompressOptionsDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\Registry.cpp -# End Source File -# Begin Source File - -SOURCE=.\RenameEntryDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\RenameVolumeDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\Squeeze.cpp -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.cpp -# End Source File -# Begin Source File - -SOURCE=.\SubVolumeDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\Tools.cpp -# End Source File -# Begin Source File - -SOURCE=.\TwoImgPropsDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\UseSelectionDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ViewFilesDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\VolumeCopyDialog.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\AboutDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ActionProgressDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ACUArchive.h -# End Source File -# Begin Source File - -SOURCE=.\AddClashDialog.h -# End Source File -# Begin Source File - -SOURCE=.\AddFilesDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ArchiveInfoDialog.h -# End Source File -# Begin Source File - -SOURCE=.\BasicImport.h -# End Source File -# Begin Source File - -SOURCE=.\BNYArchive.h -# End Source File -# Begin Source File - -SOURCE=.\CassetteDialog.h -# End Source File -# Begin Source File - -SOURCE=.\CassImpTargetDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ChooseAddTargetDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ChooseDirDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ConfirmOverwriteDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ContentList.h -# End Source File -# Begin Source File - -SOURCE=.\ConvDiskOptionsDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ConvFileOptionsDialog.h -# End Source File -# Begin Source File - -SOURCE=.\CreateImageDialog.h -# End Source File -# Begin Source File - -SOURCE=.\CreateSubdirDialog.h -# End Source File -# Begin Source File - -SOURCE=.\DEFileDialog.h -# End Source File -# Begin Source File - -SOURCE=.\DiskArchive.h -# End Source File -# Begin Source File - -SOURCE=.\DiskConvertDialog.h -# End Source File -# Begin Source File - -SOURCE=.\DiskEditDialog.h -# End Source File -# Begin Source File - -SOURCE=.\DiskEditOpenDialog.h -# End Source File -# Begin Source File - -SOURCE=.\DiskFSTree.h -# End Source File -# Begin Source File - -SOURCE=.\DoneOpenDialog.h -# End Source File -# Begin Source File - -SOURCE=.\EditAssocDialog.h -# End Source File -# Begin Source File - -SOURCE=.\EditCommentDialog.h -# End Source File -# Begin Source File - -SOURCE=.\EditPropsDialog.h -# End Source File -# Begin Source File - -SOURCE=.\EnterRegDialog.h -# End Source File -# Begin Source File - -SOURCE=.\EOLScanDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ExtractOptionsDialog.h -# End Source File -# Begin Source File - -SOURCE=.\FileNameConv.h -# End Source File -# Begin Source File - -SOURCE=.\GenericArchive.h -# End Source File -# Begin Source File - -SOURCE=.\HelpTopics.h -# End Source File -# Begin Source File - -SOURCE=.\ImageFormatDialog.h -# End Source File -# Begin Source File - -SOURCE=.\Main.h -# End Source File -# Begin Source File - -SOURCE=.\MyApp.h -# End Source File -# Begin Source File - -SOURCE=.\NewDiskSize.h -# End Source File -# Begin Source File - -SOURCE=.\NewFolderDialog.h -# End Source File -# Begin Source File - -SOURCE=.\NufxArchive.h -# End Source File -# Begin Source File - -SOURCE=.\OpenVolumeDialog.h -# End Source File -# Begin Source File - -SOURCE=.\PasteSpecialDialog.h -# End Source File -# Begin Source File - -SOURCE=.\Preferences.h -# End Source File -# Begin Source File - -SOURCE=.\PrefsDialog.h -# End Source File -# Begin Source File - -SOURCE=.\Print.h -# End Source File -# Begin Source File - -SOURCE=.\ProgressCounterDialog.h -# End Source File -# Begin Source File - -SOURCE=.\RecompressOptionsDialog.h -# End Source File -# Begin Source File - -SOURCE=.\Registry.h -# End Source File -# Begin Source File - -SOURCE=.\RenameEntryDialog.h -# End Source File -# Begin Source File - -SOURCE=.\RenameVolumeDialog.h -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# Begin Source File - -SOURCE=.\Squeeze.h -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.h -# End Source File -# Begin Source File - -SOURCE=.\SubVolumeDialog.h -# End Source File -# Begin Source File - -SOURCE=.\TwoImgPropsDialog.h -# End Source File -# Begin Source File - -SOURCE=.\UseSelectionDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ViewFilesDialog.h -# End Source File -# Begin Source File - -SOURCE=.\VolumeCopyDialog.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=.\Graphics\binary2.ico -# End Source File -# Begin Source File - -SOURCE=.\Graphics\ChooseFolder.bmp -# End Source File -# Begin Source File - -SOURCE=.\Graphics\CiderPress.ico -# End Source File -# Begin Source File - -SOURCE=.\Graphics\diskimage.ico -# End Source File -# Begin Source File - -SOURCE=.\Graphics\FileViewer.ico -# End Source File -# Begin Source File - -SOURCE=.\Graphics\fslogo.bmp -# End Source File -# Begin Source File - -SOURCE=.\Graphics\hdrbar.bmp -# End Source File -# Begin Source File - -SOURCE=.\Graphics\icon2.ico -# End Source File -# Begin Source File - -SOURCE=".\Graphics\list-pics.bmp" -# End Source File -# Begin Source File - -SOURCE=.\Graphics\NewFolder.bmp -# End Source File -# Begin Source File - -SOURCE=.\Graphics\nufx.ico -# End Source File -# Begin Source File - -SOURCE=.\Graphics\toolbar1.bmp -# End Source File -# Begin Source File - -SOURCE=.\Graphics\tree_pics.bmp -# End Source File -# Begin Source File - -SOURCE=.\Graphics\vol_pics.bmp -# End Source File -# End Group -# Begin Source File - -SOURCE=.\Help\CIDERPRESS.HLP -# End Source File -# Begin Source File - -SOURCE=..\LICENSE.txt -# End Source File -# End Target -# End Project diff --git a/app/app.dsw b/app/app.dsw deleted file mode 100644 index 8c7f063..0000000 --- a/app/app.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "app"=.\app.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/app/app.vcproj b/app/app.vcproj deleted file mode 100644 index f85c51b..0000000 --- a/app/app.vcproj +++ /dev/null @@ -1,1211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/app.vcxproj b/app/app.vcxproj new file mode 100644 index 0000000..79c550d --- /dev/null +++ b/app/app.vcxproj @@ -0,0 +1,541 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + MFCProj + {B023611B-7086-46E1-847B-3B21C4732384} + + + + Application + v120 + Dynamic + Unicode + + + Application + v120 + Dynamic + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + .\Release\ + .\Release\ + false + + + .\Debug\ + .\Debug\ + false + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUGX;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + stdafx.h + .\Release/app.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + + + ..\prebuilt\nufxlib2.lib;..\prebuilt\zdll.lib;%(AdditionalDependencies) + Release/CiderPress.exe + true + .\Release/CiderPress.pdb + true + .\Release/CiderPress.map + Windows + MachineX86 + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/app.tlb + + + + Copying DLLs and help + copy Help\CiderPress.hlp Release\ +copy Help\CiderPress.cnt Release\ +copy ..\prebuilt\nufxlib2.dll . +copy ..\prebuilt\zlib1.dll . + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + stdafx.h + .\Debug/app.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + EditAndContinue + + + ..\prebuilt\nufxlib2D.lib;..\prebuilt\zdll.lib;%(AdditionalDependencies) + Debug/CiderPress.exe + true + true + .\Debug/CiderPress.pdb + Windows + MachineX86 + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/app.tlb + + + + Copying debug DLLs and help + copy Help\CiderPress.hlp Debug\ +copy Help\CiderPress.cnt Debug\ +copy ..\prebuilt\nufxlib2D.dll . +copy ..\prebuilt\zlib1.dll . + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + Disabled + EnableFastChecks + true + MaxSpeed + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {0cfe6fad-0126-4e99-8625-c807d1d2aaf4} + false + + + {18bcf397-397e-460c-a1dc-3e26798966e4} + false + + + {04bfae2a-7ab3-4b63-b4ab-42ff1d6ad3c5} + false + + + + + + + + + + + \ No newline at end of file diff --git a/app/app.vcxproj.filters b/app/app.vcxproj.filters new file mode 100644 index 0000000..eee2f4a --- /dev/null +++ b/app/app.vcxproj.filters @@ -0,0 +1,427 @@ + + + + + {ce11a4a3-b5b9-4a09-ab8b-9c92c728f3f5} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {ca3f0358-99e0-4dc7-b460-b7b929dec101} + h;hpp;hxx;hm;inl + + + {7687a6e0-1b1c-4442-b2da-c49022f435ea} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + + + + + + + \ No newline at end of file diff --git a/app/app.vcxproj.user b/app/app.vcxproj.user new file mode 100644 index 0000000..ef5ff2a --- /dev/null +++ b/app/app.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/diskimg/.cvsignore b/diskimg/.cvsignore deleted file mode 100644 index 566f8a0..0000000 --- a/diskimg/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Debug -Release -diskimg.plg diff --git a/diskimg/diskimg.dsp b/diskimg/diskimg.dsp deleted file mode 100644 index 4bc54ab..0000000 --- a/diskimg/diskimg.dsp +++ /dev/null @@ -1,298 +0,0 @@ -# Microsoft Developer Studio Project File - Name="diskimg" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=diskimg - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "diskimg.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "diskimg.mak" CFG="diskimg - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "diskimg - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "diskimg - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "diskimg - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DISKIMG_EXPORTS" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUGX" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DISKIMG_EXPORTS" /Yu"stdafx.h" /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 ..\prebuilt\nufxlib2.lib ..\prebuilt\zdll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"Release/diskimg4.dll" -# Begin Special Build Tool -SOURCE="$(InputPath)" -PostBuild_Desc=Copying DLL to app directory -PostBuild_Cmds=copy Release\diskimg4.dll ..\app copy Release\diskimg4.dll ..\mdc -# End Special Build Tool - -!ELSEIF "$(CFG)" == "diskimg - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DISKIMG_EXPORTS" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DISKIMG_EXPORTS" /Yu"stdafx.h" /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 ..\prebuilt\nufxlib2D.lib ..\prebuilt\zdll.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"Debug/diskimg4.dll" /pdbtype:sept -# Begin Special Build Tool -SOURCE="$(InputPath)" -PostBuild_Desc=Copying debug DLL to app directory -PostBuild_Cmds=copy Debug\diskimg4.dll ..\app copy Debug\diskimg4.dll ..\mdc -# End Special Build Tool - -!ENDIF - -# Begin Target - -# Name "diskimg - Win32 Release" -# Name "diskimg - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\ASPI.cpp -# End Source File -# Begin Source File - -SOURCE=.\CFFA.cpp -# End Source File -# Begin Source File - -SOURCE=.\Container.cpp -# End Source File -# Begin Source File - -SOURCE=.\CPM.cpp -# End Source File -# Begin Source File - -SOURCE=.\DDD.cpp -# End Source File -# Begin Source File - -SOURCE=.\DiskFS.cpp -# End Source File -# Begin Source File - -SOURCE=.\DiskImg.cpp -# End Source File -# Begin Source File - -SOURCE=.\DIUtil.cpp -# End Source File -# Begin Source File - -SOURCE=.\DOS33.cpp -# End Source File -# Begin Source File - -SOURCE=.\DOSImage.cpp -# End Source File -# Begin Source File - -SOURCE=.\FAT.CPP -# End Source File -# Begin Source File - -SOURCE=.\FDI.cpp -# End Source File -# Begin Source File - -SOURCE=.\FocusDrive.cpp -# End Source File -# Begin Source File - -SOURCE=.\GenericFD.cpp -# End Source File -# Begin Source File - -SOURCE=.\Global.cpp -# End Source File -# Begin Source File - -SOURCE=.\Gutenberg.cpp -# End Source File -# Begin Source File - -SOURCE=.\HFS.cpp -# End Source File -# Begin Source File - -SOURCE=.\ImageWrapper.cpp -# End Source File -# Begin Source File - -SOURCE=.\MacPart.cpp -# End Source File -# Begin Source File - -SOURCE=.\MicroDrive.cpp -# End Source File -# Begin Source File - -SOURCE=.\Nibble.cpp -# End Source File -# Begin Source File - -SOURCE=.\Nibble35.cpp -# End Source File -# Begin Source File - -SOURCE=.\OuterWrapper.cpp -# End Source File -# Begin Source File - -SOURCE=.\OzDOS.cpp -# End Source File -# Begin Source File - -SOURCE=.\Pascal.cpp -# End Source File -# Begin Source File - -SOURCE=.\ProDOS.cpp -# End Source File -# Begin Source File - -SOURCE=.\RDOS.cpp -# End Source File -# Begin Source File - -SOURCE=.\SPTI.cpp -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.cpp -# ADD CPP /Yc"stdafx.h" -# End Source File -# Begin Source File - -SOURCE=.\TwoImg.cpp -# End Source File -# Begin Source File - -SOURCE=.\UNIDOS.cpp -# End Source File -# Begin Source File - -SOURCE=.\VolumeUsage.cpp -# End Source File -# Begin Source File - -SOURCE=.\Win32BlockIO.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\ASPI.h -# End Source File -# Begin Source File - -SOURCE=.\CP_ntddscsi.h -# End Source File -# Begin Source File - -SOURCE=.\CP_WNASPI32.H -# End Source File -# Begin Source File - -SOURCE=.\DiskImg.h -# End Source File -# Begin Source File - -SOURCE=.\DiskImgDetail.h -# End Source File -# Begin Source File - -SOURCE=.\DiskImgPriv.h -# End Source File -# Begin Source File - -SOURCE=.\GenericFD.h -# End Source File -# Begin Source File - -SOURCE=.\SCSIDefs.h -# End Source File -# Begin Source File - -SOURCE=.\SPTI.h -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.h -# End Source File -# Begin Source File - -SOURCE=.\TwoImg.h -# End Source File -# Begin Source File - -SOURCE=.\Win32BlockIO.h -# End Source File -# Begin Source File - -SOURCE=.\Win32Extra.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/diskimg/diskimg.vcproj b/diskimg/diskimg.vcproj deleted file mode 100644 index 261f53b..0000000 --- a/diskimg/diskimg.vcproj +++ /dev/null @@ -1,560 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/diskimg/diskimg.vcxproj b/diskimg/diskimg.vcxproj new file mode 100644 index 0000000..e5c37ad --- /dev/null +++ b/diskimg/diskimg.vcxproj @@ -0,0 +1,303 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + {0CFE6FAD-0126-4E99-8625-C807D1D2AAF4} + + + + DynamicLibrary + v120 + false + Unicode + + + DynamicLibrary + v120 + false + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + .\Release\ + .\Release\ + false + + + .\Debug\ + .\Debug\ + false + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUGX;_WINDOWS;_USRDLL;DISKIMG_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + Use + stdafx.h + .\Release/diskimg.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + ..\prebuilt\nufxlib2.lib;..\prebuilt\zdll.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + Release/diskimg4.dll + true + .\Release/diskimg4.pdb + .\Release/diskimg4.lib + MachineX86 + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/diskimg.tlb + + + + Copying DLL to app directory + copy Release\diskimg4.dll ..\app +copy Release\diskimg4.dll ..\mdc + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;DISKIMG_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + stdafx.h + .\Debug/diskimg.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + ..\prebuilt\nufxlib2D.lib;..\prebuilt\zdll.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + Debug/diskimg4.dll + true + true + .\Debug/diskimg4.pdb + .\Debug/diskimg4.lib + MachineX86 + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/diskimg.tlb + + + + Copying debug DLL to app directory + copy Debug\diskimg4.dll ..\app +copy Debug\diskimg4.dll ..\mdc + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + Create + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + Create + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUGX;_WINDOWS;_MBCS;_USRDLL;DISKIMG_EXPORTS + + + + + + + + + + + + + + + + + + + + + {0fa742e9-8c07-43dd-aff8-ce31faf70821} + false + + + + + + \ No newline at end of file diff --git a/diskimg/diskimg.vcxproj.filters b/diskimg/diskimg.vcxproj.filters new file mode 100644 index 0000000..6df8f94 --- /dev/null +++ b/diskimg/diskimg.vcxproj.filters @@ -0,0 +1,156 @@ + + + + + {b6ac9831-b535-4474-a308-d3bf6fdf4488} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {def4def1-c9b0-48b3-a80b-c137f7ebf9bd} + h;hpp;hxx;hm;inl + + + {ed4624b4-6280-4672-8e7f-e8aac6e178ef} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/diskimg/libhfs/.cvsignore b/diskimg/libhfs/.cvsignore deleted file mode 100644 index 0f3a6b1..0000000 --- a/diskimg/libhfs/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Debug -Release diff --git a/diskimg/libhfs/libhfs.dsp b/diskimg/libhfs/libhfs.dsp deleted file mode 100644 index 4b82514..0000000 --- a/diskimg/libhfs/libhfs.dsp +++ /dev/null @@ -1,200 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libhfs" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libhfs - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libhfs.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libhfs.mak" CFG="libhfs - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libhfs - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libhfs - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libhfs - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W2 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "libhfs - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W2 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /FR /YX /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "libhfs - Win32 Release" -# Name "libhfs - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\block.c -# End Source File -# Begin Source File - -SOURCE=.\btree.c -# End Source File -# Begin Source File - -SOURCE=.\data.c -# End Source File -# Begin Source File - -SOURCE=.\file.c -# End Source File -# Begin Source File - -SOURCE=.\hfs.c -# End Source File -# Begin Source File - -SOURCE=.\low.c -# End Source File -# Begin Source File - -SOURCE=.\medium.c -# End Source File -# Begin Source File - -SOURCE=.\node.c -# End Source File -# Begin Source File - -SOURCE=.\os.c -# End Source File -# Begin Source File - -SOURCE=.\record.c -# End Source File -# Begin Source File - -SOURCE=.\version.c -# End Source File -# Begin Source File - -SOURCE=.\volume.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\apple.h -# End Source File -# Begin Source File - -SOURCE=.\block.h -# End Source File -# Begin Source File - -SOURCE=.\btree.h -# End Source File -# Begin Source File - -SOURCE=.\config.h -# End Source File -# Begin Source File - -SOURCE=.\data.h -# End Source File -# Begin Source File - -SOURCE=.\file.h -# End Source File -# Begin Source File - -SOURCE=.\hfs.h -# End Source File -# Begin Source File - -SOURCE=.\libhfs.h -# End Source File -# Begin Source File - -SOURCE=.\low.h -# End Source File -# Begin Source File - -SOURCE=.\medium.h -# End Source File -# Begin Source File - -SOURCE=.\node.h -# End Source File -# Begin Source File - -SOURCE=.\os.h -# End Source File -# Begin Source File - -SOURCE=.\record.h -# End Source File -# Begin Source File - -SOURCE=.\version.h -# End Source File -# Begin Source File - -SOURCE=.\volume.h -# End Source File -# End Group -# End Target -# End Project diff --git a/diskimg/libhfs/libhfs.vcproj b/diskimg/libhfs/libhfs.vcproj deleted file mode 100644 index fb852bd..0000000 --- a/diskimg/libhfs/libhfs.vcproj +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/diskimg/libhfs/libhfs.vcxproj b/diskimg/libhfs/libhfs.vcxproj new file mode 100644 index 0000000..3f050ea --- /dev/null +++ b/diskimg/libhfs/libhfs.vcxproj @@ -0,0 +1,196 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {0FA742E9-8C07-43DD-AFF8-CE31FAF70821} + + + + + + StaticLibrary + v120 + false + MultiByte + + + StaticLibrary + v120 + false + Unicode + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + .\Debug\ + .\Debug\ + + + .\Release\ + .\Release\ + + + + Disabled + WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + .\Debug/libhfs.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level2 + true + EditAndContinue + + + .\Debug\libhfs.lib + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + .\Release/libhfs.pch + .\Release/ + .\Release/ + .\Release/ + Level2 + true + + + .\Release\libhfs.lib + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/diskimg/libhfs/libhfs.vcxproj.filters b/diskimg/libhfs/libhfs.vcxproj.filters new file mode 100644 index 0000000..8c47666 --- /dev/null +++ b/diskimg/libhfs/libhfs.vcxproj.filters @@ -0,0 +1,98 @@ + + + + + {2d85999b-987f-4814-9a1a-50647f99d4a7} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {3de635b8-d8d0-4540-8bc6-f060838e8e8e} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/mdc/.cvsignore b/mdc/.cvsignore deleted file mode 100644 index f13fff4..0000000 --- a/mdc/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -diskimg4.dll diff --git a/mdc/mdc.dsp b/mdc/mdc.dsp deleted file mode 100644 index fc0b8e2..0000000 --- a/mdc/mdc.dsp +++ /dev/null @@ -1,174 +0,0 @@ -# Microsoft Developer Studio Project File - Name="mdc" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=mdc - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "mdc.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "mdc.mak" CFG="mdc - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "mdc - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "mdc - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "mdc - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUGX" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 ../prebuilt/nufxlib2.lib ../prebuilt/zdll.lib /nologo /subsystem:windows /map /machine:I386 -# Begin Special Build Tool -SOURCE="$(InputPath)" -PostBuild_Desc=Copy DLLs in -PostBuild_Cmds=copy ..\prebuilt\nufxlib2.dll . copy ..\prebuilt\zlib1.dll . -# End Special Build Tool - -!ELSEIF "$(CFG)" == "mdc - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 ../prebuilt/nufxlib2D.lib ../prebuilt/zdll.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# Begin Special Build Tool -SOURCE="$(InputPath)" -PostBuild_Desc=Copy debug DLLs in -PostBuild_Cmds=copy ..\prebuilt\nufxlib2D.dll . copy ..\prebuilt\zlib1.dll . -# End Special Build Tool - -!ENDIF - -# Begin Target - -# Name "mdc - Win32 Release" -# Name "mdc - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\AboutDlg.cpp -# End Source File -# Begin Source File - -SOURCE=.\ChooseFilesDlg.cpp -# End Source File -# Begin Source File - -SOURCE=.\Main.cpp -# End Source File -# Begin Source File - -SOURCE=.\mdc.cpp -# End Source File -# Begin Source File - -SOURCE=.\mdc.rc -# End Source File -# Begin Source File - -SOURCE=.\ProgressDlg.cpp -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.cpp -# ADD CPP /Yc"stdafx.h" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\AboutDlg.h -# End Source File -# Begin Source File - -SOURCE=.\ChooseFilesDlg.h -# End Source File -# Begin Source File - -SOURCE=.\Main.h -# End Source File -# Begin Source File - -SOURCE=.\mdc.h -# End Source File -# Begin Source File - -SOURCE=.\ProgressDlg.h -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=.\mdc.ico -# End Source File -# End Group -# End Target -# End Project diff --git a/mdc/mdc.vcproj b/mdc/mdc.vcproj deleted file mode 100644 index 34717be..0000000 --- a/mdc/mdc.vcproj +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mdc/mdc.vcxproj b/mdc/mdc.vcxproj new file mode 100644 index 0000000..9e05e6d --- /dev/null +++ b/mdc/mdc.vcxproj @@ -0,0 +1,214 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + MFCProj + {7DF41D71-C8DC-48AA-B372-4613210310A4} + + + + Application + v120 + Dynamic + Unicode + + + Application + v120 + Dynamic + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + .\Release\ + .\Release\ + false + + + .\Debug\ + .\Debug\ + false + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUGX;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + Use + stdafx.h + .\Release/mdc.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + ..\prebuilt\nufxlib2.lib;..\prebuilt\zdll.lib;%(AdditionalDependencies) + .\Release/mdc.exe + true + .\Release/mdc.pdb + true + .\Release/mdc.map + Windows + MachineX86 + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/mdc.tlb + + + + Copy DLLs in + copy ..\prebuilt\nufxlib2.dll . +copy ..\prebuilt\zlib1.dll . + + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + stdafx.h + .\Debug/mdc.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + EditAndContinue + + + ..\prebuilt\nufxlib2D.lib;..\prebuilt\zdll.lib;%(AdditionalDependencies) + .\Debug/mdc.exe + true + true + .\Debug/mdc.pdb + Windows + MachineX86 + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/mdc.tlb + + + + Copy debug DLLs in + copy ..\prebuilt\nufxlib2D.dll . +copy ..\prebuilt\zlib1.dll . + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + true + MaxSpeed + + + Disabled + EnableFastChecks + Create + true + MaxSpeed + Create + + + + + + + + + + + + + + + + + + + + {0cfe6fad-0126-4e99-8625-c807d1d2aaf4} + false + + + {04bfae2a-7ab3-4b63-b4ab-42ff1d6ad3c5} + false + + + + + + \ No newline at end of file diff --git a/mdc/mdc.vcxproj.filters b/mdc/mdc.vcxproj.filters new file mode 100644 index 0000000..5c2c148 --- /dev/null +++ b/mdc/mdc.vcxproj.filters @@ -0,0 +1,70 @@ + + + + + {19d28053-27cc-4138-924c-e2bfc781aa40} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {493f9868-fdfc-4dc5-9c9a-b75808666a2a} + h;hpp;hxx;hm;inl + + + {39acd0ae-9058-474a-84b3-d4244d95c53c} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/reformat/.cvsignore b/reformat/.cvsignore deleted file mode 100644 index 0f3a6b1..0000000 --- a/reformat/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Debug -Release diff --git a/reformat/reformat.dsp b/reformat/reformat.dsp deleted file mode 100644 index 1dff7d9..0000000 --- a/reformat/reformat.dsp +++ /dev/null @@ -1,266 +0,0 @@ -# Microsoft Developer Studio Project File - Name="reformat" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=reformat - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "reformat.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "reformat.mak" CFG="reformat - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "reformat - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "reformat - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "reformat - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /Yu"stdafx.h" /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "reformat - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c -# SUBTRACT CPP /Fr -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "reformat - Win32 Release" -# Name "reformat - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\AppleWorks.cpp -# End Source File -# Begin Source File - -SOURCE=.\Asm.cpp -# End Source File -# Begin Source File - -SOURCE=.\AWGS.cpp -# End Source File -# Begin Source File - -SOURCE=.\BASIC.cpp -# End Source File -# Begin Source File - -SOURCE=.\CPMFiles.cpp -# End Source File -# Begin Source File - -SOURCE=.\Directory.cpp -# End Source File -# Begin Source File - -SOURCE=.\Disasm.cpp -# End Source File -# Begin Source File - -SOURCE=.\DisasmTable.cpp -# End Source File -# Begin Source File - -SOURCE=.\DoubleHiRes.cpp -# End Source File -# Begin Source File - -SOURCE=.\DreamGrafix.cpp -# End Source File -# Begin Source File - -SOURCE=.\HiRes.cpp -# End Source File -# Begin Source File - -SOURCE=.\MacPaint.cpp -# End Source File -# Begin Source File - -SOURCE=.\NiftyList.cpp -# End Source File -# Begin Source File - -SOURCE=.\PascalFiles.cpp -# End Source File -# Begin Source File - -SOURCE=.\PrintShop.cpp -# End Source File -# Begin Source File - -SOURCE=.\Reformat.cpp -# End Source File -# Begin Source File - -SOURCE=.\ReformatBase.cpp -# End Source File -# Begin Source File - -SOURCE=.\ResourceFork.cpp -# End Source File -# Begin Source File - -SOURCE=.\Simple.cpp -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.cpp -# ADD CPP /Yc"stdafx.h" -# End Source File -# Begin Source File - -SOURCE=.\SuperHiRes.cpp -# End Source File -# Begin Source File - -SOURCE=.\Teach.cpp -# End Source File -# Begin Source File - -SOURCE=.\Text8.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\AppleWorks.h -# End Source File -# Begin Source File - -SOURCE=.\Asm.h -# End Source File -# Begin Source File - -SOURCE=.\AWGS.h -# End Source File -# Begin Source File - -SOURCE=.\BASIC.h -# End Source File -# Begin Source File - -SOURCE=.\CPMFiles.h -# End Source File -# Begin Source File - -SOURCE=.\Directory.h -# End Source File -# Begin Source File - -SOURCE=.\Disasm.h -# End Source File -# Begin Source File - -SOURCE=.\DoubleHiRes.h -# End Source File -# Begin Source File - -SOURCE=.\HiRes.h -# End Source File -# Begin Source File - -SOURCE=.\MacPaint.h -# End Source File -# Begin Source File - -SOURCE=.\PascalFiles.h -# End Source File -# Begin Source File - -SOURCE=.\PrintShop.h -# End Source File -# Begin Source File - -SOURCE=.\Reformat.h -# End Source File -# Begin Source File - -SOURCE=.\ReformatBase.h -# End Source File -# Begin Source File - -SOURCE=.\ResourceFork.h -# End Source File -# Begin Source File - -SOURCE=.\Simple.h -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.h -# End Source File -# Begin Source File - -SOURCE=.\SuperHiRes.h -# End Source File -# Begin Source File - -SOURCE=.\Teach.h -# End Source File -# Begin Source File - -SOURCE=.\Text8.h -# End Source File -# End Group -# End Target -# End Project diff --git a/reformat/reformat.vcproj b/reformat/reformat.vcproj deleted file mode 100644 index 66eb4a6..0000000 --- a/reformat/reformat.vcproj +++ /dev/null @@ -1,607 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/reformat/reformat.vcxproj b/reformat/reformat.vcxproj new file mode 100644 index 0000000..00d2ab8 --- /dev/null +++ b/reformat/reformat.vcxproj @@ -0,0 +1,248 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {18BCF397-397E-460C-A1DC-3E26798966E4} + + + MFCProj + + + + StaticLibrary + v120 + Dynamic + Unicode + + + StaticLibrary + v120 + Dynamic + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + .\Release\ + .\Release\ + + + .\Debug\ + .\Debug\ + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + Use + stdafx.h + .\Release/reformat.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + .\Release\reformat.lib + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + stdafx.h + .\Debug/reformat.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + .\Debug\reformat.lib + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + Create + MaxSpeed + Create + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/reformat/reformat.vcxproj.filters b/reformat/reformat.vcxproj.filters new file mode 100644 index 0000000..9e86120 --- /dev/null +++ b/reformat/reformat.vcxproj.filters @@ -0,0 +1,146 @@ + + + + + {984accba-cc43-4851-bd52-b092640e3712} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {428d1097-16b4-4347-9437-3a85c7f68ea7} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/util/.cvsignore b/util/.cvsignore deleted file mode 100644 index 0f3a6b1..0000000 --- a/util/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Debug -Release diff --git a/util/util.dsp b/util/util.dsp deleted file mode 100644 index 2141234..0000000 --- a/util/util.dsp +++ /dev/null @@ -1,213 +0,0 @@ -# Microsoft Developer Studio Project File - Name="util" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=util - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "util.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "util.mak" CFG="util - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "util - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "util - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "util - Win32 Release" - -# PROP BASE Use_MFC 2 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUGX" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c -# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" -# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "util - Win32 Debug" - -# PROP BASE Use_MFC 2 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 2 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" -# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "util - Win32 Release" -# Name "util - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\ImageDataObject.cpp -# End Source File -# Begin Source File - -SOURCE=.\MyBitmapButton.cpp -# End Source File -# Begin Source File - -SOURCE=.\MyDIBitmap.cpp -# End Source File -# Begin Source File - -SOURCE=.\MyEdit.cpp -# End Source File -# Begin Source File - -SOURCE=.\MySpinCtrl.cpp -# End Source File -# Begin Source File - -SOURCE=.\PathName.cpp -# End Source File -# Begin Source File - -SOURCE=.\Pidl.cpp -# End Source File -# Begin Source File - -SOURCE=.\SelectFilesDialog.cpp -# End Source File -# Begin Source File - -SOURCE=.\ShellTree.cpp -# End Source File -# Begin Source File - -SOURCE=.\SoundFile.cpp -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.cpp -# ADD CPP /Yc"stdafx.h" -# End Source File -# Begin Source File - -SOURCE=.\Util.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\CancelDialog.h -# End Source File -# Begin Source File - -SOURCE=.\FaddenStd.h -# End Source File -# Begin Source File - -SOURCE=.\ImageDataObject.h -# End Source File -# Begin Source File - -SOURCE=.\Modeless.h -# End Source File -# Begin Source File - -SOURCE=.\MyBitmapButton.h -# End Source File -# Begin Source File - -SOURCE=.\MyDebug.h -# End Source File -# Begin Source File - -SOURCE=.\MyDIBitmap.h -# End Source File -# Begin Source File - -SOURCE=.\MyEdit.h -# End Source File -# Begin Source File - -SOURCE=.\MySpinCtrl.h -# End Source File -# Begin Source File - -SOURCE=.\PathName.h -# End Source File -# Begin Source File - -SOURCE=.\Pidl.h -# End Source File -# Begin Source File - -SOURCE=.\ProgressCancelDialog.h -# End Source File -# Begin Source File - -SOURCE=.\SelectFilesDialog.h -# End Source File -# Begin Source File - -SOURCE=.\ShellTree.h -# End Source File -# Begin Source File - -SOURCE=.\SoundFile.h -# End Source File -# Begin Source File - -SOURCE=.\StdAfx.h -# End Source File -# Begin Source File - -SOURCE=.\Util.h -# End Source File -# Begin Source File - -SOURCE=.\UtilLib.h -# End Source File -# End Group -# End Target -# End Project diff --git a/util/util.vcproj b/util/util.vcproj deleted file mode 100644 index 851dcfc..0000000 --- a/util/util.vcproj +++ /dev/null @@ -1,387 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/util/util.vcxproj b/util/util.vcxproj new file mode 100644 index 0000000..ec0a515 --- /dev/null +++ b/util/util.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + MFCProj + {04BFAE2A-7AB3-4B63-B4AB-42FF1D6AD3C5} + + + + StaticLibrary + v120 + Dynamic + Unicode + + + StaticLibrary + v120 + Dynamic + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + .\Release\ + .\Release\ + + + .\Debug\ + .\Debug\ + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUGX;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + Use + stdafx.h + .\Release/util.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + .\Release\util.lib + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + stdafx.h + .\Debug/util.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + .\Debug\util.lib + true + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + Disabled + EnableFastChecks + MaxSpeed + + + + Disabled + EnableFastChecks + Create + MaxSpeed + Create + + + Disabled + EnableFastChecks + MaxSpeed + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/util/util.vcxproj.filters b/util/util.vcxproj.filters new file mode 100644 index 0000000..3da9fcf --- /dev/null +++ b/util/util.vcxproj.filters @@ -0,0 +1,107 @@ + + + + + {fefd28d7-6bc3-4af5-8502-7fca7ada126d} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {794a9ab6-1f33-46d5-9de1-86f39d5d73c8} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file