From 9dc8cb8152f4890bdc67b7097f3b08c420c68a11 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 9 Dec 2010 10:59:49 -0500 Subject: [PATCH] Solution and project files for Visual Studio 2010. --- src/worksp10/README | 5 + src/worksp10/gracket/gracket.sln | 55 +++ src/worksp10/gracket/gracket.vcxproj | 216 ++++++++++++ src/worksp10/libffi/libffi.vcxproj | 164 +++++++++ src/worksp10/libmysterx/libmysterx.sln | 57 +++ src/worksp10/libmysterx/libmysterx.vcxproj | 328 ++++++++++++++++++ .../libmysterx/myspage/myspage.vcxproj | 260 ++++++++++++++ .../libmysterx/myssink/myssink.vcxproj | 251 ++++++++++++++ src/worksp10/libmzgc/libmzgc.vcxproj | 200 +++++++++++ src/worksp10/libracket/libracket.vcxproj | 243 +++++++++++++ src/worksp10/mrstart/mrstart.sln | 19 + src/worksp10/mrstart/mrstart.vcxproj | 131 +++++++ src/worksp10/mzcom/MzCOM.vcxproj | 322 +++++++++++++++++ src/worksp10/mzcom/mzcom.sln | 73 ++++ src/worksp10/mzstart/mzstart.sln | 19 + src/worksp10/mzstart/mzstart.vcxproj | 107 ++++++ src/worksp10/racket/racket.sln | 55 +++ src/worksp10/racket/racket.vcxproj | 260 ++++++++++++++ 18 files changed, 2765 insertions(+) create mode 100644 src/worksp10/README create mode 100644 src/worksp10/gracket/gracket.sln create mode 100644 src/worksp10/gracket/gracket.vcxproj create mode 100644 src/worksp10/libffi/libffi.vcxproj create mode 100644 src/worksp10/libmysterx/libmysterx.sln create mode 100644 src/worksp10/libmysterx/libmysterx.vcxproj create mode 100644 src/worksp10/libmysterx/myspage/myspage.vcxproj create mode 100644 src/worksp10/libmysterx/myssink/myssink.vcxproj create mode 100644 src/worksp10/libmzgc/libmzgc.vcxproj create mode 100644 src/worksp10/libracket/libracket.vcxproj create mode 100644 src/worksp10/mrstart/mrstart.sln create mode 100644 src/worksp10/mrstart/mrstart.vcxproj create mode 100644 src/worksp10/mzcom/MzCOM.vcxproj create mode 100644 src/worksp10/mzcom/mzcom.sln create mode 100644 src/worksp10/mzstart/mzstart.sln create mode 100644 src/worksp10/mzstart/mzstart.vcxproj create mode 100644 src/worksp10/racket/racket.sln create mode 100644 src/worksp10/racket/racket.vcxproj diff --git a/src/worksp10/README b/src/worksp10/README new file mode 100644 index 0000000000..2929bb2f6f --- /dev/null +++ b/src/worksp10/README @@ -0,0 +1,5 @@ +This directory contains solution/project files for Visual Studio 2010. + +Only these files are here, so this directory cannot be used by itself to +build Racket. To do this, you need to move files from here to the +respective places in the "worksp" directory. diff --git a/src/worksp10/gracket/gracket.sln b/src/worksp10/gracket/gracket.sln new file mode 100644 index 0000000000..e1ad3976d2 --- /dev/null +++ b/src/worksp10/gracket/gracket.sln @@ -0,0 +1,55 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GRacket", "gracket.vcxproj", "{D59A2B28-330B-41F5-8261-F5BC1019E163}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libracket", "..\libracket\libracket.vcxproj", "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcxproj", "{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libffi", "..\libffi\libffi.vcxproj", "{7DB29F1E-06FD-4E39-97FF-1C7922F6901A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug|Win32.ActiveCfg = Debug|Win32 + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug|Win32.Build.0 = Debug|Win32 + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug|x64.ActiveCfg = Debug|x64 + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug|x64.Build.0 = Debug|x64 + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Release|Win32.ActiveCfg = Release|Win32 + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Release|Win32.Build.0 = Release|Win32 + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Release|x64.ActiveCfg = Release|x64 + {D59A2B28-330B-41F5-8261-F5BC1019E163}.Release|x64.Build.0 = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.ActiveCfg = Debug|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.Build.0 = Debug|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|x64.ActiveCfg = Debug|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|x64.Build.0 = Debug|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.ActiveCfg = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.Build.0 = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|x64.ActiveCfg = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|x64.Build.0 = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.ActiveCfg = Debug|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.Build.0 = Debug|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|x64.ActiveCfg = Debug|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|x64.Build.0 = Debug|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.ActiveCfg = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.Build.0 = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|x64.ActiveCfg = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|x64.Build.0 = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|Win32.ActiveCfg = Debug|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|Win32.Build.0 = Debug|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|x64.ActiveCfg = Debug|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|x64.Build.0 = Debug|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|Win32.ActiveCfg = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|Win32.Build.0 = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|x64.ActiveCfg = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/worksp10/gracket/gracket.vcxproj b/src/worksp10/gracket/gracket.vcxproj new file mode 100644 index 0000000000..e684d85054 --- /dev/null +++ b/src/worksp10/gracket/gracket.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D59A2B28-330B-41F5-8261-F5BC1019E163} + + + + Application + false + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectName)CGC + ..\..\..\ + $(Platform)\$(Configuration)\ + false + + + + AnySuitable + true + Speed + ..;..\..\racket\gc;..\..\racket\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + WS2_32.lib;User32.lib;Advapi32.lib;delayimp.lib;%(AdditionalDependencies) + ..\..\..\GRacketCGC.exe + true + libcd.lib;%(IgnoreSpecificDefaultLibraries) + true + ..\..\..\GRacketCGC.pdb + Windows + false + + + + + + + Disabled + ..;..\..\racket\gc;..\..\racket\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + WS2_32.lib;User32.lib;Advapi32.lib;delayimp.lib;%(AdditionalDependencies) + ..\..\..\GRacketCGC.exe + true + libcd.lib;%(IgnoreSpecificDefaultLibraries) + true + ..\..\..\GRacketCGC.pdb + Windows + false + + + + + + + X64 + + + AnySuitable + true + Speed + ..;..\..\racket\gc;..\..\racket\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + WS2_32.lib;User32.lib;Advapi32.lib;delayimp.lib;%(AdditionalDependencies) + ..\..\..\GRacketCGC.exe + true + libcd.lib;%(IgnoreSpecificDefaultLibraries) + true + ..\..\..\GRacketCGC.pdb + Windows + false + + + MachineX64 + + + + + X64 + + + Disabled + ..;..\..\racket\gc;..\..\racket\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;__WINDOWS__;GC_DLL;__STDC__;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + WS2_32.lib;User32.lib;Advapi32.lib;delayimp.lib;%(AdditionalDependencies) + ..\..\..\GRacketCGC.exe + true + libcd.lib;%(IgnoreSpecificDefaultLibraries) + true + ..\..\..\GRacketCGC.pdb + Windows + false + + + MachineX64 + + + + + + + + + + + + + + + + + + + + + {66548e7b-294e-40ef-b7c0-c8d6d7e6234f} + false + + + {a6713577-7dfb-48f8-b8c1-7db2d7c51f90} + false + + + + + + diff --git a/src/worksp10/libffi/libffi.vcxproj b/src/worksp10/libffi/libffi.vcxproj new file mode 100644 index 0000000000..4b232ac972 --- /dev/null +++ b/src/worksp10/libffi/libffi.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A} + libffi + Win32Proj + + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\libffi;..\..\foreign\libffi\include;..\..\foreign\libffi\src\x86;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + + + MaxSpeed + true + ..\libffi;..\..\foreign\libffi\include;..\..\foreign\libffi\src\x86;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + + + X64 + + + Disabled + ..\libffi;..\..\foreign\libffi\include;..\..\foreign\libffi\src\x86;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + + + X64 + + + MaxSpeed + true + ..\libffi;..\..\foreign\libffi\include;..\..\foreign\libffi\src\x86;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + + + + + + + + + + cl.exe /EP /I . /I ../../foreign/libffi/src/x86 win32.asm > Release/win32_plain.asm +ml.exe /c /Cx /coff /Fo Release/win32.obj Release/win32_plain.asm + + Release/win32.obj;%(Outputs) + cl.exe /EP /I . /I ../../foreign/libffi/src/x86 win32.asm > x64/Release/win32_plain.asm +ml64.exe /c /Cx /Fo x64/Release/win32.obj x64/Release/win32_plain.asm + + x64/Release/win32.obj;%(Outputs) + cl.exe /EP /I . /I ../../foreign/libffi/src/x86 win32.asm > Release/win32_plain.asm +ml.exe /c /Cx /coff /Fo Release/win32.obj Release/win32_plain.asm + + Release/win32.obj;%(Outputs) + cl.exe /EP /I . /I ../../foreign/libffi/src/x86 win32.asm > x64/Release/win32_plain.asm +ml64.exe /c /Cx /Fo x64/Release/win32.obj x64/Release/win32_plain.asm + + x64/Release/win32.obj;%(Outputs) + + + + + + diff --git a/src/worksp10/libmysterx/libmysterx.sln b/src/worksp10/libmysterx/libmysterx.sln new file mode 100644 index 0000000000..9f3544a2c0 --- /dev/null +++ b/src/worksp10/libmysterx/libmysterx.sln @@ -0,0 +1,57 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myspage", "myspage\myspage.vcxproj", "{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myssink", "myssink\myssink.vcxproj", "{1B8F4E47-9F2D-45EA-9941-7672B28E8285}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmysterx", "libmysterx.vcxproj", "{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + 3m|Win32 = 3m|Win32 + 3m|x64 = 3m|x64 + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.3m|Win32.ActiveCfg = Release|Win32 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.3m|Win32.Build.0 = Release|Win32 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.3m|x64.ActiveCfg = Release|x64 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug|Win32.ActiveCfg = Debug|Win32 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug|Win32.Build.0 = Debug|Win32 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug|x64.ActiveCfg = Debug|x64 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug|x64.Build.0 = Debug|x64 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release|Win32.ActiveCfg = Release|Win32 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release|Win32.Build.0 = Release|Win32 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release|x64.ActiveCfg = Release|x64 + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release|x64.Build.0 = Release|x64 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.3m|Win32.ActiveCfg = Release|Win32 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.3m|Win32.Build.0 = Release|Win32 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.3m|x64.ActiveCfg = Release|x64 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug|Win32.ActiveCfg = Debug|Win32 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug|Win32.Build.0 = Debug|Win32 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug|x64.ActiveCfg = Debug|x64 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug|x64.Build.0 = Debug|x64 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release|Win32.ActiveCfg = Release|Win32 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release|Win32.Build.0 = Release|Win32 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release|x64.ActiveCfg = Release|x64 + {1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release|x64.Build.0 = Release|x64 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.3m|Win32.ActiveCfg = 3m|Win32 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.3m|Win32.Build.0 = 3m|Win32 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.3m|x64.ActiveCfg = 3m|x64 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.3m|x64.Build.0 = 3m|x64 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug|Win32.ActiveCfg = Debug|Win32 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug|Win32.Build.0 = Debug|Win32 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug|x64.ActiveCfg = Debug|x64 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug|x64.Build.0 = Debug|x64 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release|Win32.ActiveCfg = Release|Win32 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release|Win32.Build.0 = Release|Win32 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release|x64.ActiveCfg = Release|x64 + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/worksp10/libmysterx/libmysterx.vcxproj b/src/worksp10/libmysterx/libmysterx.vcxproj new file mode 100644 index 0000000000..c77266bcc7 --- /dev/null +++ b/src/worksp10/libmysterx/libmysterx.vcxproj @@ -0,0 +1,328 @@ + + + + + 3m + Win32 + + + 3m + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A} + Win32Proj + + + + DynamicLibrary + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + + false + false + + + + 3 + true + All + + + Disabled + ..\..\..\include;..\..\mysterx\myspage;..\..\mysterx\myssink;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS;%(PreprocessorDefinitions) + false + false + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + false + + + true + Level3 + true + ProgramDatabase + + + /MACHINE:I386 %(AdditionalOptions) + htmlhelp.lib;libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain_rkt.dll + true + ..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + LIBCMT.lib;LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries) + ..\..\mysterx\mxmain.def + true + ..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain_rkt.pdb + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + 3 + X64 + true + All + + + Disabled + ..\..\..\include;..\..\mysterx\myspage;..\..\mysterx\myssink;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS;%(PreprocessorDefinitions) + false + false + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + false + + + true + Level3 + true + ProgramDatabase + + + htmlhelp.lib;libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\collects\mysterx\private\compiled\native\win32\x86_64\mxmain_rkt.dll + true + ..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + LIBCMT.lib;LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries) + ..\..\mysterx\mxmain.def + true + ..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain_rkt.pdb + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + + + MaxSpeed + AnySuitable + Speed + false + ..\..\..\include;..\..\mysterx\myspage;..\..\mysterx\myssink;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS;%(PreprocessorDefinitions) + true + false + Sync + MultiThreaded + false + false + + + Level3 + true + + + Default + + + /MACHINE:I386 %(AdditionalOptions) + htmlhelp.lib;libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain_rkt.dll + true + ..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\mysterx\mxmain.def + true + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + X64 + + + MaxSpeed + AnySuitable + Speed + false + ..\..\..\include;..\..\mysterx\myspage;..\..\mysterx\myssink;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS;%(PreprocessorDefinitions) + true + false + Sync + MultiThreaded + false + false + + + Level3 + true + + + Default + + + htmlhelp.lib;libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\collects\mysterx\private\compiled\native\win32\x86_64\mxmain_rkt.dll + true + ..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\mysterx\mxmain.def + true + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + + + MaxSpeed + AnySuitable + Speed + false + .;..\..\..\include;..\..\mysterx\myspage;..\..\mysterx\myssink;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS;MYSTERX_3M;%(PreprocessorDefinitions) + true + false + Sync + MultiThreaded + false + false + + + Level3 + true + + + Default + + + /MACHINE:I386 %(AdditionalOptions) + htmlhelp.lib;libracket3mxxxxxxx.lib;mzdyn3m.obj;%(AdditionalDependencies) + ..\..\..\collects\mysterx\private\compiled\native\win32\i386\3m\mxmain_rkt.dll + true + ..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\mysterx\mxmain.def + true + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + X64 + + + MaxSpeed + AnySuitable + Speed + false + .;..\..\..\include;..\..\mysterx\myspage;..\..\mysterx\myssink;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS;MYSTERX_3M;%(PreprocessorDefinitions) + true + false + Sync + MultiThreaded + false + false + + + Level3 + true + + + Default + + + htmlhelp.lib;libracket3mxxxxxxx.lib;mzdyn3m.obj;%(AdditionalDependencies) + ..\..\..\collects\mysterx\private\compiled\native\win32\x86_64\3m\mxmain_rkt.dll + true + ..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\mysterx\mxmain.def + true + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + + + + + + + + + + + + {4f5e803d-985f-43b1-8bdc-b8f6d12f56b8} + false + + + {1b8f4e47-9f2d-45ea-9941-7672b28e8285} + false + + + + + + diff --git a/src/worksp10/libmysterx/myspage/myspage.vcxproj b/src/worksp10/libmysterx/myspage/myspage.vcxproj new file mode 100644 index 0000000000..2d45e6a84d --- /dev/null +++ b/src/worksp10/libmysterx/myspage/myspage.vcxproj @@ -0,0 +1,260 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8} + Win32Proj + + + + DynamicLibrary + Static + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + *.obj%3b*.ilk%3b*.pdb%3b*.tlb%3b*.tli%3b*.tlh%3b*.tmp%3b*.rsp%3b*.bat + false + + + + ..\..\..\..\include;%(AdditionalIncludeDirectories) + 3 + true + $(ProjectName).tlb + ..\..\..\mysterx\myspage + $(ProjectName).h + All + + + Disabled + ..\..\..\..\include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSPAGE_EXPORTS;%(PreprocessorDefinitions) + false + Sync + EnableFastChecks + MultiThreadedDebugDLL + + + true + Level4 + ProgramDatabase + + + 0x0409 + + + libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + LIBCMT;%(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myspage\$(ProjectName).def + true + ..\..\..\..\lib\$(ProjectName).pdb + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + ..\..\..\..\include;%(AdditionalIncludeDirectories) + 3 + X64 + true + $(ProjectName).tlb + ..\..\..\mysterx\myspage + $(ProjectName).h + All + + + Disabled + ..\..\..\..\include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSPAGE_EXPORTS;%(PreprocessorDefinitions) + false + Sync + EnableFastChecks + MultiThreadedDebugDLL + + + true + Level4 + ProgramDatabase + + + 0x0409 + + + libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + LIBCMT;%(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myspage\$(ProjectName).def + true + ..\..\..\..\lib\$(ProjectName).pdb + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + + + ..\..\..\..\include;%(AdditionalIncludeDirectories) + 3 + true + $(ProjectName).tlb + ..\..\..\mysterx\myspage + $(ProjectName).h + + + MaxSpeed + AnySuitable + Speed + false + ..\..\..\..\include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSPAGE_EXPORTS;%(PreprocessorDefinitions) + true + Sync + MultiThreaded + false + + + Level4 + true + + + + + libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myspage\$(ProjectName).def + false + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + ..\..\..\..\include;%(AdditionalIncludeDirectories) + 3 + X64 + true + $(ProjectName).tlb + ..\..\..\mysterx\myspage + $(ProjectName).h + + + MaxSpeed + AnySuitable + Speed + false + ..\..\..\..\include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSPAGE_EXPORTS;%(PreprocessorDefinitions) + true + Sync + MultiThreaded + false + + + Level4 + true + + + + + libmzgcxxxxxxx.lib;libracketxxxxxxx.lib;mzdyn.obj;%(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myspage\$(ProjectName).def + false + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + + + + + + + + + + + + true + %(RootDir)%(Directory) + %(Filename).h + %(Filename)_i.c + true + %(RootDir)%(Directory) + %(Filename).h + %(Filename)_i.c + %(RootDir)%(Directory) + %(RootDir)%(Directory) + + + + + %(RootDir)%(Directory)\%(Filename).res + %(RootDir)%(Directory)\%(Filename).res + %(RootDir)%(Directory)\%(Filename).res + %(RootDir)%(Directory)\%(Filename).res + + + + + + diff --git a/src/worksp10/libmysterx/myssink/myssink.vcxproj b/src/worksp10/libmysterx/myssink/myssink.vcxproj new file mode 100644 index 0000000000..df1124f727 --- /dev/null +++ b/src/worksp10/libmysterx/myssink/myssink.vcxproj @@ -0,0 +1,251 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1B8F4E47-9F2D-45EA-9941-7672B28E8285} + Win32Proj + + + + DynamicLibrary + Static + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + 3 + true + $(ProjectName).tlb + ..\..\..\mysterx\myssink + $(ProjectName).h + All + + + Disabled + %(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSSINK_EXPORTS;%(PreprocessorDefinitions) + false + Sync + EnableFastChecks + MultiThreadedDebugDLL + + + true + Level4 + ProgramDatabase + CompileAsCpp + + + /MACHINE:I386 %(AdditionalOptions) + %(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + LIBCMT.lib;LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myssink\$(ProjectName).def + true + ..\..\..\..\lib\$(ProjectName).pdb + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + 3 + X64 + true + $(ProjectName).tlb + ..\..\..\mysterx\myssink + $(ProjectName).h + All + + + Disabled + %(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSSINK_EXPORTS;%(PreprocessorDefinitions) + false + Sync + EnableFastChecks + MultiThreadedDebugDLL + + + true + Level4 + ProgramDatabase + CompileAsCpp + + + /MACHINE:I386 %(AdditionalOptions) + %(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + LIBCMT.lib;LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myssink\$(ProjectName).def + true + ..\..\..\..\lib\$(ProjectName).pdb + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + + + 3 + true + $(ProjectName).tlb + ..\..\..\mysterx\myssink + $(ProjectName).h + All + + + MaxSpeed + AnySuitable + Speed + false + %(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSSINK_EXPORTS;%(PreprocessorDefinitions) + true + false + MultiThreaded + false + false + + + Level4 + true + + + CompileAsCpp + + + /MACHINE:I386 %(AdditionalOptions) + %(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myssink\$(ProjectName).def + false + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX86 + + + + + 3 + X64 + true + $(ProjectName).tlb + ..\..\..\mysterx\myssink + $(ProjectName).h + All + + + MaxSpeed + AnySuitable + Speed + false + %(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSSINK_EXPORTS;%(PreprocessorDefinitions) + true + false + MultiThreaded + false + false + + + Level4 + true + + + CompileAsCpp + + + %(AdditionalDependencies) + ..\..\..\..\lib\$(ProjectName).dll + true + ..\..\..\..\lib\msvc;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + ..\..\..\mysterx\myssink\$(ProjectName).def + false + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + + + + + + + %(AdditionalIncludeDirectories) + %(RootDir)%(Directory) + %(AdditionalIncludeDirectories) + %(RootDir)%(Directory) + %(RootDir)%(Directory) + %(RootDir)%(Directory) + + + + + %(RootDir)%(Directory)\%(Filename).res + %(RootDir)%(Directory)\%(Filename).res + %(RootDir)%(Directory)\%(Filename).res + %(RootDir)%(Directory)\%(Filename).res + + + + + + diff --git a/src/worksp10/libmzgc/libmzgc.vcxproj b/src/worksp10/libmzgc/libmzgc.vcxproj new file mode 100644 index 0000000000..6a907a0556 --- /dev/null +++ b/src/worksp10/libmzgc/libmzgc.vcxproj @@ -0,0 +1,200 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F} + + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectName)xxxxxxx + ..\..\..\lib\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..\..\Racket\Gc\Include + WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_BUILD;MD_LIB_MAIN;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + User32.lib;%(AdditionalDependencies) + ..\..\..\lib\$(ProjectName)xxxxxxx.dll + true + true + false + + + ..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib + + + + + X64 + + + Disabled + ..\..\Racket\Gc\Include + WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_BUILD;MD_LIB_MAIN;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + User32.lib;%(AdditionalDependencies) + ..\..\..\lib\$(ProjectName)xxxxxxx.dll + true + true + false + + + ..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib + MachineX64 + + + + + AnySuitable + true + Speed + ..\..\Racket\Gc\Include + WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_BUILD;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + User32.lib;%(AdditionalDependencies) + ..\..\..\lib\$(ProjectName)xxxxxxx.dll + true + true + false + + + ..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib + + + + + X64 + + + AnySuitable + true + Speed + ..\..\Racket\Gc\Include + WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_BUILD;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + User32.lib;%(AdditionalDependencies) + ..\..\..\lib\$(ProjectName)xxxxxxx.dll + true + true + false + + + ..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/worksp10/libracket/libracket.vcxproj b/src/worksp10/libracket/libracket.vcxproj new file mode 100644 index 0000000000..af199a00ee --- /dev/null +++ b/src/worksp10/libracket/libracket.vcxproj @@ -0,0 +1,243 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90} + + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectName)xxxxxxx + ..\..\..\lib\ + $(Platform)\$(Configuration)\ + + + + Disabled + ..;..\..\racket\include;..\..\racket\src;..\libffi;..\..\foreign\libffi\src\x86;..\..\foreign\libffi\include + WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + WS2_32.lib;Shell32.lib;User32.lib;%(AdditionalDependencies) + ..\..\..\lib\libracketxxxxxxx.dll + true + true + 0x10400000 + false + + + ..\..\..\lib\msvc\libracketxxxxxxx.lib + + + + + X64 + + + Disabled + ..;..\..\racket\include;..\..\racket\src;..\libffi;..\..\foreign\libffi\src\x86;..\..\foreign\libffi\include + WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + WS2_32.lib;Shell32.lib;User32.lib;%(AdditionalDependencies) + ..\..\..\lib\libracketxxxxxxx.dll + true + true + 0x10400000 + false + + + ..\..\..\lib\msvc\libracketxxxxxxx.lib + MachineX64 + + + + + /Oy- %(AdditionalOptions) + AnySuitable + true + Speed + ..;..\..\racket\include;..\..\racket\src;..\libffi;..\..\foreign\libffi\src\x86;..\..\foreign\libffi\include + WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + WS2_32.lib;Shell32.lib;User32.lib;%(AdditionalDependencies) + ..\..\..\lib\libracketxxxxxxx.dll + true + true + 0x10400000 + false + + + ..\..\..\lib\msvc\libracketxxxxxxx.lib + + + + + X64 + + + /Oy- %(AdditionalOptions) + AnySuitable + true + Speed + ..;..\..\racket\include;..\..\racket\src;..\libffi;..\..\foreign\libffi\src\x86;..\..\foreign\libffi\include + WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + WS2_32.lib;Shell32.lib;User32.lib;%(AdditionalDependencies) + ..\..\..\lib\libracketxxxxxxx.dll + true + true + 0x10400000 + false + + + ..\..\..\lib\msvc\libracketxxxxxxx.lib + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {7db29f1e-06fd-4e39-97ff-1c7922f6901a} + false + + + {66548e7b-294e-40ef-b7c0-c8d6d7e6234f} + false + + + + + + diff --git a/src/worksp10/mrstart/mrstart.sln b/src/worksp10/mrstart/mrstart.sln new file mode 100644 index 0000000000..59cdbac404 --- /dev/null +++ b/src/worksp10/mrstart/mrstart.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MrStart", "mrstart.vcxproj", "{138CC248-8A45-436E-A4A6-E7570D7C2C0F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release|Win32.ActiveCfg = Release|Win32 + {138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release|Win32.Build.0 = Release|Win32 + {138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release|x64.ActiveCfg = Release|x64 + {138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/worksp10/mrstart/mrstart.vcxproj b/src/worksp10/mrstart/mrstart.vcxproj new file mode 100644 index 0000000000..daaea98dfa --- /dev/null +++ b/src/worksp10/mrstart/mrstart.vcxproj @@ -0,0 +1,131 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {138CC248-8A45-436E-A4A6-E7570D7C2C0F} + + + + Application + false + + + Application + false + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\..\..\collects\launcher\ + Release\ + false + ..\..\..\collects\launcher\ + $(Platform)\$(Configuration)\ + false + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + ..\..\..\collects\launcher\$(ProjectName).tlb + + + AnySuitable + true + Speed + WIN32;NDEBUG;_WINDOWS;MRSTART;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + true + ProgramDatabase + + + NDEBUG;MRSTART;%(PreprocessorDefinitions) + 0x0409 + ..\starters + + + /MACHINE:I386 %(AdditionalOptions) + user32.lib;%(AdditionalDependencies) + ..\..\..\collects\launcher\$(ProjectName).exe + true + true + ..\..\..\collects\launcher\$(ProjectName).pdb + Windows + false + + + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + ..\..\..\collects\launcher\$(ProjectName).tlb + + + AnySuitable + true + Speed + WIN32;NDEBUG;_WINDOWS;MRSTART;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + true + ProgramDatabase + + + NDEBUG;MRSTART;%(PreprocessorDefinitions) + 0x0409 + ..\starters + + + user32.lib;%(AdditionalDependencies) + ..\..\..\collects\launcher\$(ProjectName).exe + true + true + ..\..\..\collects\launcher\$(ProjectName).pdb + Windows + false + + + MachineX64 + + + + + + + + + + + + diff --git a/src/worksp10/mzcom/MzCOM.vcxproj b/src/worksp10/mzcom/MzCOM.vcxproj new file mode 100644 index 0000000000..24b2ee9f9b --- /dev/null +++ b/src/worksp10/mzcom/MzCOM.vcxproj @@ -0,0 +1,322 @@ + + + + + 3m + Win32 + + + 3m + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {36F31050-55C6-41A3-A23E-3008EBFC1273} + + + + Application + false + Static + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectName)CGC + ..\..\..\ + $(Platform)\$(Configuration)\ + false + + + + $(OutDir)$(ProjectName).tlb + + + Disabled + ..;..\..\racket\include;.;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\mzcom;$(OutDir) + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;%(AdditionalDependencies) + ..\..\..\$(ProjectName)CGC.exe + true + true + ..\..\..\$(ProjectName)CGC.pdb + Windows + false + + + + + + + X64 + $(OutDir)$(ProjectName).tlb + + + Disabled + ..;..\..\racket\include;.;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;_DEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\mzcom;$(OutDir) + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;%(AdditionalDependencies) + ..\..\..\$(ProjectName)CGC.exe + true + true + ..\..\..\$(ProjectName)CGC.pdb + Windows + false + + + MachineX64 + + + + + $(OutDir)$(ProjectName).tlb + + + AnySuitable + true + Speed + ..;..\..\racket\include;.;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\mzcom;$(OutDir) + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;%(AdditionalDependencies) + ..\..\..\$(ProjectName)CGC.exe + true + true + ..\..\..\$(ProjectName)CGC.pdb + Windows + false + + + + + + + X64 + $(OutDir)$(ProjectName).tlb + + + AnySuitable + true + Speed + ..;..\..\racket\include;.;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;GC_DLL;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\mzcom;$(OutDir) + + + /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;%(AdditionalDependencies) + ..\..\..\$(ProjectName)CGC.exe + true + true + ..\..\..\$(ProjectName)CGC.pdb + Windows + false + + + MachineX64 + + + + + $(OutDir)$(ProjectName).tlb + + + AnySuitable + true + Speed + ..;..\..\racket\include;.;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;GC_DLL;MZCOM_3M;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\mzcom;$(OutDir) + + + false + + + /MACHINE:I386 /DELAYLOAD:libracket3mxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;..\..\..\lib\msvc\libracket3mxxxxxxx.lib;%(AdditionalDependencies) + ..\..\..\$(ProjectName).exe + true + true + ..\..\..\$(ProjectName).pdb + Windows + false + + + + + + + X64 + $(OutDir)$(ProjectName).tlb + + + AnySuitable + true + Speed + ..;..\..\racket\include;.;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x0501;WIN32;NDEBUG;_WINDOWS;GC_DLL;MZCOM_3M;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + ..\..\mzcom;$(OutDir) + + + false + + + /DELAYLOAD:libracket3mxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;..\..\..\lib\msvc\libracket3mxxxxxxx.lib;%(AdditionalDependencies) + ..\..\..\$(ProjectName).exe + true + true + ..\..\..\$(ProjectName).pdb + Windows + false + + + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + {66548e7b-294e-40ef-b7c0-c8d6d7e6234f} + false + + + {a6713577-7dfb-48f8-b8c1-7db2d7c51f90} + false + + + + + + diff --git a/src/worksp10/mzcom/mzcom.sln b/src/worksp10/mzcom/mzcom.sln new file mode 100644 index 0000000000..1592c5a10b --- /dev/null +++ b/src/worksp10/mzcom/mzcom.sln @@ -0,0 +1,73 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzCOM", "MzCOM.vcxproj", "{36F31050-55C6-41A3-A23E-3008EBFC1273}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libracket", "..\libracket\libracket.vcxproj", "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcxproj", "{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libffi", "..\libffi\libffi.vcxproj", "{7DB29F1E-06FD-4E39-97FF-1C7922F6901A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + 3m|Win32 = 3m|Win32 + 3m|x64 = 3m|x64 + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {36F31050-55C6-41A3-A23E-3008EBFC1273}.3m|Win32.ActiveCfg = 3m|Win32 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.3m|Win32.Build.0 = 3m|Win32 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.3m|x64.ActiveCfg = 3m|x64 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.3m|x64.Build.0 = 3m|x64 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug|Win32.ActiveCfg = Debug|Win32 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug|Win32.Build.0 = Debug|Win32 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug|x64.ActiveCfg = Debug|x64 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug|x64.Build.0 = Debug|x64 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Release|Win32.ActiveCfg = Release|Win32 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Release|Win32.Build.0 = Release|Win32 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Release|x64.ActiveCfg = Release|x64 + {36F31050-55C6-41A3-A23E-3008EBFC1273}.Release|x64.Build.0 = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.3m|Win32.ActiveCfg = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.3m|Win32.Build.0 = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.3m|x64.ActiveCfg = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.3m|x64.Build.0 = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.ActiveCfg = Debug|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.Build.0 = Debug|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|x64.ActiveCfg = Debug|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|x64.Build.0 = Debug|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.ActiveCfg = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.Build.0 = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|x64.ActiveCfg = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|x64.Build.0 = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.3m|Win32.ActiveCfg = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.3m|Win32.Build.0 = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.3m|x64.ActiveCfg = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.3m|x64.Build.0 = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.ActiveCfg = Debug|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.Build.0 = Debug|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|x64.ActiveCfg = Debug|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|x64.Build.0 = Debug|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.ActiveCfg = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.Build.0 = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|x64.ActiveCfg = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|x64.Build.0 = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.3m|Win32.ActiveCfg = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.3m|Win32.Build.0 = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.3m|x64.ActiveCfg = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.3m|x64.Build.0 = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|Win32.ActiveCfg = Debug|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|Win32.Build.0 = Debug|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|x64.ActiveCfg = Debug|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|x64.Build.0 = Debug|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|Win32.ActiveCfg = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|Win32.Build.0 = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|x64.ActiveCfg = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/worksp10/mzstart/mzstart.sln b/src/worksp10/mzstart/mzstart.sln new file mode 100644 index 0000000000..d77bc21548 --- /dev/null +++ b/src/worksp10/mzstart/mzstart.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzStart", "mzstart.vcxproj", "{838B0D91-A8B3-4716-9D37-E0E444B563D2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release|Win32.ActiveCfg = Release|Win32 + {838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release|Win32.Build.0 = Release|Win32 + {838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release|x64.ActiveCfg = Release|x64 + {838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/worksp10/mzstart/mzstart.vcxproj b/src/worksp10/mzstart/mzstart.vcxproj new file mode 100644 index 0000000000..f2643a968c --- /dev/null +++ b/src/worksp10/mzstart/mzstart.vcxproj @@ -0,0 +1,107 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {838B0D91-A8B3-4716-9D37-E0E444B563D2} + + + + Application + false + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\..\..\collects\launcher\ + $(Platform)\$(Configuration)\ + false + + + + AnySuitable + true + Speed + WIN32;NDEBUG;_CONSOLE;MZSTART;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + true + ProgramDatabase + + + NDEBUG;MZSTART;%(PreprocessorDefinitions) + 0x0409 + ..\starters + + + /MACHINE:I386 %(AdditionalOptions) + ..\..\..\collects\launcher\$(ProjectName).exe + true + true + ..\..\..\collects\launcher\$(ProjectName).pdb + Console + false + + + + + + + X64 + + + AnySuitable + true + Speed + WIN32;NDEBUG;_CONSOLE;MZSTART;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + true + ProgramDatabase + + + NDEBUG;MZSTART;%(PreprocessorDefinitions) + 0x0409 + ..\starters + + + ..\..\..\collects\launcher\$(ProjectName).exe + true + true + ..\..\..\collects\launcher\$(ProjectName).pdb + Console + false + + + MachineX64 + + + + + + + + + + + + diff --git a/src/worksp10/racket/racket.sln b/src/worksp10/racket/racket.sln new file mode 100644 index 0000000000..552d0c88f3 --- /dev/null +++ b/src/worksp10/racket/racket.sln @@ -0,0 +1,55 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Racket", "racket.vcxproj", "{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libracket", "..\libracket\libracket.vcxproj", "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcxproj", "{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libffi", "..\libffi\libffi.vcxproj", "{7DB29F1E-06FD-4E39-97FF-1C7922F6901A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug|Win32.ActiveCfg = Debug|Win32 + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug|Win32.Build.0 = Debug|Win32 + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug|x64.ActiveCfg = Debug|x64 + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug|x64.Build.0 = Debug|x64 + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release|Win32.ActiveCfg = Release|Win32 + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release|Win32.Build.0 = Release|Win32 + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release|x64.ActiveCfg = Release|x64 + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release|x64.Build.0 = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.ActiveCfg = Debug|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.Build.0 = Debug|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|x64.ActiveCfg = Debug|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|x64.Build.0 = Debug|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.ActiveCfg = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.Build.0 = Release|Win32 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|x64.ActiveCfg = Release|x64 + {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|x64.Build.0 = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.ActiveCfg = Debug|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.Build.0 = Debug|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|x64.ActiveCfg = Debug|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|x64.Build.0 = Debug|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.ActiveCfg = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.Build.0 = Release|Win32 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|x64.ActiveCfg = Release|x64 + {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|x64.Build.0 = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|Win32.ActiveCfg = Debug|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|Win32.Build.0 = Debug|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|x64.ActiveCfg = Debug|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Debug|x64.Build.0 = Debug|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|Win32.ActiveCfg = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|Win32.Build.0 = Release|Win32 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|x64.ActiveCfg = Release|x64 + {7DB29F1E-06FD-4E39-97FF-1C7922F6901A}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/worksp10/racket/racket.vcxproj b/src/worksp10/racket/racket.vcxproj new file mode 100644 index 0000000000..871493b3df --- /dev/null +++ b/src/worksp10/racket/racket.vcxproj @@ -0,0 +1,260 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EB7023C8-6D72-4DE4-ADFC-3913C4C70991} + + + + Application + false + MultiByte + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectName)CGC + ..\..\..\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + ..;..\..\racket\include + WIN32;_DEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;user32.lib;%(AdditionalDependencies) + ..\..\..\RacketCGC.exe + true + true + ..\..\..\RacketCGC.pdb + Console + false + + + + + + if exist ..\..\..\RacketCGC.exe goto :MzOK + echo Error: did not find ..\..\..\RacketCGC.exe + exit 1 + :MzOK + ..\..\..\RacketCGC.exe -cu ..\..\racket\mkincludes.rkt "$(OutDir)/include/" ..\..\racket .. + if errorlevel 1 exit 1 + cd ..\..\racket\dynsrc + mkmzdynd.bat + cd ..\..\worksp\racket + + + + + + X64 + + + Disabled + ..;..\..\racket\include + WIN32;_DEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;user32.lib;%(AdditionalDependencies) + ..\..\..\RacketCGC.exe + true + true + ..\..\..\RacketCGC.pdb + Console + false + + + MachineX64 + + + + if exist ..\..\..\RacketCGC.exe goto :MzOK + echo Error: did not find ..\..\..\RacketCGC.exe + exit 1 + :MzOK + ..\..\..\RacketCGC.exe -cu ..\..\racket\mkincludes.rkt "$(OutDir)/include/" ..\..\racket .. + if errorlevel 1 exit 1 + cd ..\..\racket\dynsrc + mkmzdynd.bat + cd ..\..\worksp\racket + + + + + + AnySuitable + true + Speed + ..;..\..\racket\include + WIN32;NDEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;user32.lib;%(AdditionalDependencies) + ..\..\..\RacketCGC.exe + true + true + ..\..\..\RacketCGC.pdb + Console + false + + + + + + if exist ..\..\..\RacketCGC.exe goto :MzOK + echo Error: did not find ..\..\..\RacketCGC.exe + exit 1 + :MzOK + ..\..\..\RacketCGC.exe -cu ..\..\racket\mkincludes.rkt "$(OutDir)/include/" ..\..\racket .. + if errorlevel 1 exit 1 + cd ..\..\racket\dynsrc + mkmzdyn.bat + cd ..\..\worksp\racket + + + + + + X64 + + + AnySuitable + true + Speed + ..;..\..\racket\include + WIN32;NDEBUG;_CONSOLE;GC_DLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + MultiThreaded + true + + + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /DELAYLOAD:libracketxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll %(AdditionalOptions) + delayimp.lib;user32.lib;%(AdditionalDependencies) + ..\..\..\RacketCGC.exe + true + true + ..\..\..\RacketCGC.pdb + Console + false + + + MachineX64 + + + + if exist ..\..\..\RacketCGC.exe goto :MzOK + echo Error: did not find ..\..\..\RacketCGC.exe + exit 1 + :MzOK + ..\..\..\RacketCGC.exe -cu ..\..\racket\mkincludes.rkt "$(OutDir)/include/" ..\..\racket .. + if errorlevel 1 exit 1 + cd ..\..\racket\dynsrc + mkmzdyn.bat + cd ..\..\worksp\racket + + + + + + + + + + + + + + + + + + {66548e7b-294e-40ef-b7c0-c8d6d7e6234f} + false + + + {a6713577-7dfb-48f8-b8c1-7db2d7c51f90} + false + + + + + +