From 5c174fa722d7f3ebc146d863b833e85f961b8a1d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 19 Apr 2011 09:53:01 -0700 Subject: [PATCH] Fixed bug 1185 (VS 2010 project files do not support side-by-side 32-bit and 64-bit builds) Ed Kiser 2011-04-19 09:28:53 PDT The Visual Studio 2010 project files have hard-coded relative paths which prevent them from doing side-by-side 32-bit and 64-bit builds. I have attached a patch that appears to fix this problem. --- VisualC/SDL/SDL_VS2010.vcxproj | 22 +-- VisualC/SDL_VS2010.sln | 70 ++++++--- VisualC/SDLmain/SDLmain_VS2010.vcxproj | 18 +-- .../tests/automated/automated_VS2010.vcxproj | 97 +++++++++--- .../tests/checkkeys/checkkeys_VS2010.vcxproj | 131 +++++++++++++--- VisualC/tests/graywin/graywin_VS2010.vcxproj | 131 +++++++++++++--- .../tests/loopwave/loopwave_VS2010.vcxproj | 131 +++++++++++++--- .../tests/testalpha/testalpha_VS2010.vcxproj | 133 +++++++++++++--- .../testcursor/testcursor_VS2010.vcxproj | 144 ++++++++++++++---- .../tests/testdraw2/testdraw2_VS2010.vcxproj | 131 +++++++++++++--- .../tests/testfile/testfile_VS2010.vcxproj | 131 +++++++++++++--- .../tests/testgamma/testgamma_VS2010.vcxproj | 133 +++++++++++++--- VisualC/tests/testgl/testgl_VS2010.vcxproj | 133 +++++++++++++--- VisualC/tests/testgl2/testgl2_VS2010.vcxproj | 133 +++++++++++++--- .../testjoystick/testjoystick_VS2010.vcxproj | 131 +++++++++++++--- .../testoverlay/testoverlay_VS2010.vcxproj | 132 +++++++++++++--- .../testoverlay2/testoverlay2_VS2010.vcxproj | 134 +++++++++++++--- .../testplatform/testplatform_VS2010.vcxproj | 141 +++++++++++++---- .../tests/testpower/testpower_VS2010.vcxproj | 132 +++++++++++++--- .../tests/testshape/testshape_VS2010.vcxproj | 131 +++++++++++++--- .../testsprite/testsprite_VS2010.vcxproj | 134 +++++++++++++--- .../testsprite2/testsprite2_VS2010.vcxproj | 133 +++++++++++++--- .../testvidinfo/testvidinfo_VS2010.vcxproj | 131 +++++++++++++--- VisualC/tests/testwin/testwin_VS2010.vcxproj | 134 +++++++++++++--- VisualC/tests/testwm/testwm_VS2010.vcxproj | 131 +++++++++++++--- 25 files changed, 2427 insertions(+), 575 deletions(-) diff --git a/VisualC/SDL/SDL_VS2010.vcxproj b/VisualC/SDL/SDL_VS2010.vcxproj index 24e5a6461..60eb0088d 100644 --- a/VisualC/SDL/SDL_VS2010.vcxproj +++ b/VisualC/SDL/SDL_VS2010.vcxproj @@ -39,6 +39,7 @@ DynamicLibrary false + MultiByte @@ -62,12 +63,12 @@ <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ @@ -78,7 +79,6 @@ true true Win32 - .\Debug/SDL.tlb Disabled @@ -99,7 +99,6 @@ winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) - $(IntDir)SDL.dll true true Windows @@ -112,13 +111,12 @@ true true X64 - .\Debug/SDL.tlb Disabled ..\..\include;%(AdditionalIncludeDirectories) _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL false @@ -131,11 +129,9 @@ winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) - $(IntDir)SDL.dll true true Windows - MachineX64 false @@ -146,7 +142,6 @@ true true Win32 - .\Release/SDL.tlb OnlyExplicitInline @@ -169,7 +164,6 @@ winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) - $(IntDir)SDL.dll true Windows @@ -180,7 +174,6 @@ true true X64 - .\Release/SDL.tlb OnlyExplicitInline @@ -201,7 +194,6 @@ winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) - $(IntDir)SDL.dll true Windows @@ -444,4 +436,4 @@ - + \ No newline at end of file diff --git a/VisualC/SDL_VS2010.sln b/VisualC/SDL_VS2010.sln index 9590cb7d7..ca2b20fdb 100644 --- a/VisualC/SDL_VS2010.sln +++ b/VisualC/SDL_VS2010.sln @@ -157,140 +157,162 @@ Global {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.Build.0 = Release|x64 {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.ActiveCfg = Debug|Win32 {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.Build.0 = Debug|Win32 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.ActiveCfg = Debug|Win32 - {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.Build.0 = Debug|Win32 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.ActiveCfg = Debug|x64 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.Build.0 = Debug|x64 {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.ActiveCfg = Release|Win32 {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.Build.0 = Release|Win32 {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.ActiveCfg = Release|x64 {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.Build.0 = Release|x64 {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.ActiveCfg = Debug|Win32 {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.Build.0 = Debug|Win32 - {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.ActiveCfg = Debug|Win32 + {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.ActiveCfg = Debug|x64 + {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.Build.0 = Debug|x64 {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.ActiveCfg = Release|Win32 {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.Build.0 = Release|Win32 {DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|x64.ActiveCfg = Release|Win32 {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Debug|Win32.ActiveCfg = Debug|Win32 {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Debug|Win32.Build.0 = Debug|Win32 - {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Debug|x64.ActiveCfg = Debug|Win32 + {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Debug|x64.ActiveCfg = Debug|x64 + {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Debug|x64.Build.0 = Debug|x64 {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Release|Win32.ActiveCfg = Release|Win32 {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Release|Win32.Build.0 = Release|Win32 {0BCCA0BF-073E-439E-BCE0-C9353C177487}.Release|x64.ActiveCfg = Release|Win32 {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|Win32.ActiveCfg = Debug|Win32 {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|Win32.Build.0 = Debug|Win32 - {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|x64.ActiveCfg = Debug|Win32 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|x64.ActiveCfg = Debug|x64 + {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Debug|x64.Build.0 = Debug|x64 {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|Win32.ActiveCfg = Release|Win32 {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|Win32.Build.0 = Release|Win32 {AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}.Release|x64.ActiveCfg = Release|Win32 {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Debug|Win32.ActiveCfg = Debug|Win32 {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Debug|Win32.Build.0 = Debug|Win32 - {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Debug|x64.ActiveCfg = Debug|Win32 + {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Debug|x64.ActiveCfg = Debug|x64 + {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Debug|x64.Build.0 = Debug|x64 {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Release|Win32.ActiveCfg = Release|Win32 {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Release|Win32.Build.0 = Release|Win32 {7814D54B-65D3-4677-AD77-E0B980B4FA2D}.Release|x64.ActiveCfg = Release|Win32 {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Debug|Win32.ActiveCfg = Debug|Win32 {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Debug|Win32.Build.0 = Debug|Win32 - {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Debug|x64.ActiveCfg = Debug|Win32 + {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Debug|x64.ActiveCfg = Debug|x64 + {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Debug|x64.Build.0 = Debug|x64 {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Release|Win32.ActiveCfg = Release|Win32 {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Release|Win32.Build.0 = Release|Win32 {D974A0DF-3E2E-445C-A2EB-E899E9B582CB}.Release|x64.ActiveCfg = Release|Win32 {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Debug|Win32.ActiveCfg = Debug|Win32 {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Debug|Win32.Build.0 = Debug|Win32 - {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Debug|x64.ActiveCfg = Debug|Win32 + {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Debug|x64.ActiveCfg = Debug|x64 + {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Debug|x64.Build.0 = Debug|x64 {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Release|Win32.ActiveCfg = Release|Win32 {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Release|Win32.Build.0 = Release|Win32 {272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}.Release|x64.ActiveCfg = Release|Win32 {55812185-D13C-4022-9C81-32E0F4A08304}.Debug|Win32.ActiveCfg = Debug|Win32 {55812185-D13C-4022-9C81-32E0F4A08304}.Debug|Win32.Build.0 = Debug|Win32 - {55812185-D13C-4022-9C81-32E0F4A08304}.Debug|x64.ActiveCfg = Debug|Win32 + {55812185-D13C-4022-9C81-32E0F4A08304}.Debug|x64.ActiveCfg = Debug|x64 + {55812185-D13C-4022-9C81-32E0F4A08304}.Debug|x64.Build.0 = Debug|x64 {55812185-D13C-4022-9C81-32E0F4A08304}.Release|Win32.ActiveCfg = Release|Win32 {55812185-D13C-4022-9C81-32E0F4A08304}.Release|Win32.Build.0 = Release|Win32 {55812185-D13C-4022-9C81-32E0F4A08304}.Release|x64.ActiveCfg = Release|Win32 {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Debug|Win32.ActiveCfg = Debug|Win32 {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Debug|Win32.Build.0 = Debug|Win32 - {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Debug|x64.ActiveCfg = Debug|Win32 + {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Debug|x64.ActiveCfg = Debug|x64 + {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Debug|x64.Build.0 = Debug|x64 {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Release|Win32.ActiveCfg = Release|Win32 {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Release|Win32.Build.0 = Release|Win32 {575FD095-EDAB-4BD4-B733-CD4A874F6FB0}.Release|x64.ActiveCfg = Release|Win32 {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Debug|Win32.ActiveCfg = Debug|Win32 {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Debug|Win32.Build.0 = Debug|Win32 - {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Debug|x64.ActiveCfg = Debug|Win32 + {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Debug|x64.ActiveCfg = Debug|x64 + {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Debug|x64.Build.0 = Debug|x64 {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Release|Win32.ActiveCfg = Release|Win32 {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Release|Win32.Build.0 = Release|Win32 {0FFD1A21-11DB-492C-A989-E4F195B0C441}.Release|x64.ActiveCfg = Release|Win32 {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Debug|Win32.ActiveCfg = Debug|Win32 {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Debug|Win32.Build.0 = Debug|Win32 - {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Debug|x64.ActiveCfg = Debug|Win32 + {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Debug|x64.ActiveCfg = Debug|x64 + {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Debug|x64.Build.0 = Debug|x64 {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Release|Win32.ActiveCfg = Release|Win32 {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Release|Win32.Build.0 = Release|Win32 {6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}.Release|x64.ActiveCfg = Release|Win32 {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|Win32.ActiveCfg = Debug|Win32 {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|Win32.Build.0 = Debug|Win32 - {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|x64.ActiveCfg = Debug|Win32 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|x64.ActiveCfg = Debug|x64 + {26932B24-EFC6-4E3A-B277-ED653DA37968}.Debug|x64.Build.0 = Debug|x64 {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|Win32.ActiveCfg = Release|Win32 {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|Win32.Build.0 = Release|Win32 {26932B24-EFC6-4E3A-B277-ED653DA37968}.Release|x64.ActiveCfg = Release|Win32 {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|Win32.ActiveCfg = Debug|Win32 {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|Win32.Build.0 = Debug|Win32 - {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|x64.ActiveCfg = Debug|Win32 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|x64.ActiveCfg = Debug|x64 + {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Debug|x64.Build.0 = Debug|x64 {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|Win32.ActiveCfg = Release|Win32 {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|Win32.Build.0 = Release|Win32 {CAE4F1D0-314F-4B10-805B-0EFD670133A0}.Release|x64.ActiveCfg = Release|Win32 {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|Win32.ActiveCfg = Debug|Win32 {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|Win32.Build.0 = Debug|Win32 - {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|x64.ActiveCfg = Debug|Win32 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|x64.ActiveCfg = Debug|x64 + {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Debug|x64.Build.0 = Debug|x64 {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|Win32.ActiveCfg = Release|Win32 {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|Win32.Build.0 = Release|Win32 {8B5CFB38-CCBA-40A8-AD7A-89C57B070884}.Release|x64.ActiveCfg = Release|Win32 {26828762-C95D-4637-9CB1-7F0979523813}.Debug|Win32.ActiveCfg = Debug|Win32 {26828762-C95D-4637-9CB1-7F0979523813}.Debug|Win32.Build.0 = Debug|Win32 - {26828762-C95D-4637-9CB1-7F0979523813}.Debug|x64.ActiveCfg = Debug|Win32 + {26828762-C95D-4637-9CB1-7F0979523813}.Debug|x64.ActiveCfg = Debug|x64 + {26828762-C95D-4637-9CB1-7F0979523813}.Debug|x64.Build.0 = Debug|x64 {26828762-C95D-4637-9CB1-7F0979523813}.Release|Win32.ActiveCfg = Release|Win32 {26828762-C95D-4637-9CB1-7F0979523813}.Release|Win32.Build.0 = Release|Win32 {26828762-C95D-4637-9CB1-7F0979523813}.Release|x64.ActiveCfg = Release|Win32 {9E320A14-B443-4DD7-8725-B7020DCFF730}.Debug|Win32.ActiveCfg = Debug|Win32 {9E320A14-B443-4DD7-8725-B7020DCFF730}.Debug|Win32.Build.0 = Debug|Win32 - {9E320A14-B443-4DD7-8725-B7020DCFF730}.Debug|x64.ActiveCfg = Debug|Win32 + {9E320A14-B443-4DD7-8725-B7020DCFF730}.Debug|x64.ActiveCfg = Debug|x64 + {9E320A14-B443-4DD7-8725-B7020DCFF730}.Debug|x64.Build.0 = Debug|x64 {9E320A14-B443-4DD7-8725-B7020DCFF730}.Release|Win32.ActiveCfg = Release|Win32 {9E320A14-B443-4DD7-8725-B7020DCFF730}.Release|Win32.Build.0 = Release|Win32 {9E320A14-B443-4DD7-8725-B7020DCFF730}.Release|x64.ActiveCfg = Release|Win32 {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Debug|Win32.ActiveCfg = Debug|Win32 {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Debug|Win32.Build.0 = Debug|Win32 - {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Debug|x64.ActiveCfg = Debug|Win32 + {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Debug|x64.ActiveCfg = Debug|x64 + {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Debug|x64.Build.0 = Debug|x64 {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Release|Win32.ActiveCfg = Release|Win32 {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Release|Win32.Build.0 = Release|Win32 {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}.Release|x64.ActiveCfg = Release|Win32 {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Debug|Win32.ActiveCfg = Debug|Win32 {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Debug|Win32.Build.0 = Debug|Win32 - {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Debug|x64.ActiveCfg = Debug|Win32 + {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Debug|x64.ActiveCfg = Debug|x64 + {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Debug|x64.Build.0 = Debug|x64 {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Release|Win32.ActiveCfg = Release|Win32 {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Release|Win32.Build.0 = Release|Win32 {5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}.Release|x64.ActiveCfg = Release|Win32 {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|Win32.ActiveCfg = Debug|Win32 {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|Win32.Build.0 = Debug|Win32 - {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|x64.ActiveCfg = Debug|Win32 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|x64.ActiveCfg = Debug|x64 + {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Debug|x64.Build.0 = Debug|x64 {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|Win32.ActiveCfg = Release|Win32 {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|Win32.Build.0 = Release|Win32 {40FB7794-D3C3-4CFE-BCF4-A80C96635682}.Release|x64.ActiveCfg = Release|Win32 {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|Win32.ActiveCfg = Debug|Win32 {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|Win32.Build.0 = Debug|Win32 - {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|x64.ActiveCfg = Debug|Win32 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|x64.ActiveCfg = Debug|x64 + {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Debug|x64.Build.0 = Debug|x64 {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Release|Win32.ActiveCfg = Release|Win32 {EDEA9D00-AF64-45DE-8F60-5957048F2F0F}.Release|x64.ActiveCfg = Release|Win32 {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|Win32.ActiveCfg = Debug|Win32 {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|Win32.Build.0 = Debug|Win32 - {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|x64.ActiveCfg = Debug|Win32 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|x64.ActiveCfg = Debug|x64 + {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Debug|x64.Build.0 = Debug|x64 {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.ActiveCfg = Release|Win32 {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|Win32.Build.0 = Release|Win32 {8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}.Release|x64.ActiveCfg = Release|Win32 {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.ActiveCfg = Debug|Win32 {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|Win32.Build.0 = Debug|Win32 - {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|x64.ActiveCfg = Debug|Win32 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|x64.ActiveCfg = Debug|x64 + {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Debug|x64.Build.0 = Debug|x64 {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.ActiveCfg = Release|Win32 {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|Win32.Build.0 = Release|Win32 {C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}.Release|x64.ActiveCfg = Release|Win32 {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Debug|Win32.ActiveCfg = Debug|Win32 {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Debug|Win32.Build.0 = Debug|Win32 - {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Debug|x64.ActiveCfg = Debug|Win32 + {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Debug|x64.ActiveCfg = Debug|x64 + {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Debug|x64.Build.0 = Debug|x64 {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Release|Win32.ActiveCfg = Release|Win32 {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Release|Win32.Build.0 = Release|Win32 {20839E82-6F23-429D-91D7-8A2601BC7EA8}.Release|x64.ActiveCfg = Release|Win32 diff --git a/VisualC/SDLmain/SDLmain_VS2010.vcxproj b/VisualC/SDLmain/SDLmain_VS2010.vcxproj index c0568df8f..d57762ddf 100644 --- a/VisualC/SDLmain/SDLmain_VS2010.vcxproj +++ b/VisualC/SDLmain/SDLmain_VS2010.vcxproj @@ -34,6 +34,7 @@ StaticLibrary false + MultiByte StaticLibrary @@ -61,12 +62,12 @@ <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ @@ -86,7 +87,6 @@ Default - .\Release\SDLmain.lib true @@ -103,13 +103,12 @@ true - .\Release/SDLmain.pch Level3 true Default - $(IntDir)SDLmain.lib + true @@ -127,7 +126,6 @@ Default - .\Debug\SDLmain.lib true @@ -139,7 +137,7 @@ Disabled ..\..\include;..\..\include\SDL;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreadedDebugDLL .\Debug/SDLmain.pch @@ -149,7 +147,7 @@ Default - $(IntDir)SDLmain.lib + true diff --git a/VisualC/tests/automated/automated_VS2010.vcxproj b/VisualC/tests/automated/automated_VS2010.vcxproj index e1fde866d..6057bc71d 100644 --- a/VisualC/tests/automated/automated_VS2010.vcxproj +++ b/VisualC/tests/automated/automated_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + automated @@ -22,33 +30,54 @@ Unicode true + + Application + Unicode + true + Application Unicode + + Application + MultiByte + + + + + + + <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\ - $(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - $(SolutionDir)$(Configuration)\ - $(Configuration)\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false Disabled - $(SolutionDir)\..\include;%(AdditionalIncludeDirectories) + $(SolutionDir)..\include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks @@ -64,11 +93,34 @@ MachineX86 + + + Disabled + $(SolutionDir)..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + true + Windows + + + copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll" + + + Copy SDL + + MaxSpeed true - $(SolutionDir)\..\include;%(AdditionalIncludeDirectories) + $(SolutionDir)..\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) MultiThreadedDLL true @@ -85,6 +137,26 @@ MachineX86 + + + MaxSpeed + true + $(SolutionDir)..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + true + Windows + true + true + + @@ -108,17 +180,8 @@ - - {da956fd3-e142-46f2-9dd5-c78bebb56b7a} - false - true - false - true - false - - - {81ce8daf-ebb2-4761-8e45-b71abcca8c68} - + + diff --git a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj index 3ce70b130..ce395994d 100644 --- a/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj +++ b/VisualC/tests/checkkeys/checkkeys_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + checkkeys @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/checkkeys.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/checkkeys.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/checkkeys.exe true true - .\Debug/checkkeys.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Release/checkkeys.tlb OnlyExplicitInline @@ -105,10 +161,6 @@ true - .\Release/checkkeys.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -118,14 +170,45 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/checkkeys.exe true - .\Release/checkkeys.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -135,8 +218,8 @@ - - + + diff --git a/VisualC/tests/graywin/graywin_VS2010.vcxproj b/VisualC/tests/graywin/graywin_VS2010.vcxproj index 69157d3b2..7e8c8341e 100644 --- a/VisualC/tests/graywin/graywin_VS2010.vcxproj +++ b/VisualC/tests/graywin/graywin_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + graywin @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/graywin.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/graywin.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/graywin.exe true true - .\Debug/graywin.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Release/graywin.tlb OnlyExplicitInline @@ -105,10 +161,6 @@ true - .\Release/graywin.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -118,14 +170,45 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/graywin.exe true - .\Release/graywin.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -135,8 +218,8 @@ - - + + diff --git a/VisualC/tests/loopwave/loopwave_VS2010.vcxproj b/VisualC/tests/loopwave/loopwave_VS2010.vcxproj index 3bda50151..92a3c6ff3 100644 --- a/VisualC/tests/loopwave/loopwave_VS2010.vcxproj +++ b/VisualC/tests/loopwave/loopwave_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + loopwave @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/loopwave.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/loopwave.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,45 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/loopwave.exe true - .\Release/loopwave.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Debug/loopwave.tlb Disabled @@ -103,10 +159,6 @@ MultiThreadedDebugDLL - .\Debug/loopwave.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -117,15 +169,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/loopwave.exe true true - .\Debug/loopwave.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -135,8 +218,8 @@ - - + + diff --git a/VisualC/tests/testalpha/testalpha_VS2010.vcxproj b/VisualC/tests/testalpha/testalpha_VS2010.vcxproj index 2b8266631..74a957890 100644 --- a/VisualC/tests/testalpha/testalpha_VS2010.vcxproj +++ b/VisualC/tests/testalpha/testalpha_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testalpha @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testalpha.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testalpha.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,47 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testalpha.exe true true - .\Debug/testalpha.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp @@ -95,7 +153,6 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp true true Win32 - .\Release/testalpha.tlb OnlyExplicitInline @@ -106,10 +163,6 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp true - .\Release/testalpha.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -119,14 +172,46 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testalpha.exe true - .\Release/testalpha.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp @@ -134,8 +219,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp - - + + diff --git a/VisualC/tests/testcursor/testcursor_VS2010.vcxproj b/VisualC/tests/testcursor/testcursor_VS2010.vcxproj index e602ddfa3..b8039a704 100755 --- a/VisualC/tests/testcursor/testcursor_VS2010.vcxproj +++ b/VisualC/tests/testcursor/testcursor_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testcursor @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,9 +82,6 @@ true true Win32 - .\Debug/testcursor.tlb - - Disabled @@ -61,10 +89,6 @@ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true MultiThreadedDebugDLL - .\Debug/testcursor.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,34 +98,64 @@ 0x0409 - .\Debug/testcursor.exe true true - .\Debug/testcursor.pdb Windows - MachineX86 true .\Debug/testcursor.bsc - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp Copy SDL and data files + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + true + .\Debug/testcursor.bsc + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(Platform)\$(Configuration)\icon.bmp + + + Copy SDL and data files + + NDEBUG;%(PreprocessorDefinitions) true true Win32 - .\Release/testcursor.tlb - - MaxSpeed @@ -111,10 +165,6 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp true MultiThreadedDLL true - .\Release/testcursor.pch - .\Release/ - .\Release/ - .\Release/ Level3 true @@ -123,18 +173,52 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp 0x0409 - .\Release/testcursor.exe true - .\Release/testcursor.pdb Windows - MachineX86 true .\Release/testcursor.bsc - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + true + .\Release/testcursor.bsc + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp @@ -142,15 +226,19 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp - - + + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) diff --git a/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj b/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj index 3dd523612..61b4ce521 100644 --- a/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj +++ b/VisualC/tests/testdraw2/testdraw2_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testdraw2 @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/testdraw2.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/testdraw2.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,45 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testdraw2.exe true - .\Release/testdraw2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Debug/testdraw2.tlb Disabled @@ -103,10 +159,6 @@ MultiThreadedDebugDLL - .\Debug/testdraw2.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -117,15 +169,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testdraw2.exe true true - .\Debug/testdraw2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -136,8 +219,8 @@ - - + + diff --git a/VisualC/tests/testfile/testfile_VS2010.vcxproj b/VisualC/tests/testfile/testfile_VS2010.vcxproj index ab67378d6..39535d607 100644 --- a/VisualC/tests/testfile/testfile_VS2010.vcxproj +++ b/VisualC/tests/testfile/testfile_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testfile @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testfile.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testfile.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testfile.exe true true - .\Debug/testfile.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Release/testfile.tlb OnlyExplicitInline @@ -105,10 +161,6 @@ true - .\Release/testfile.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -118,22 +170,53 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testfile.exe true - .\Release/testfile.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL - - + + diff --git a/VisualC/tests/testgamma/testgamma_VS2010.vcxproj b/VisualC/tests/testgamma/testgamma_VS2010.vcxproj index 98e169199..2bd54d622 100644 --- a/VisualC/tests/testgamma/testgamma_VS2010.vcxproj +++ b/VisualC/tests/testgamma/testgamma_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testgamma @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testgamma.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testgamma.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,47 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testgamma.exe true true - .\Debug/testgamma.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp @@ -95,7 +153,6 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp true true Win32 - .\Release/testgamma.tlb OnlyExplicitInline @@ -106,10 +163,6 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp true - .\Release/testgamma.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -119,14 +172,46 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testgamma.exe true - .\Release/testgamma.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp @@ -134,8 +219,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp - - + + diff --git a/VisualC/tests/testgl/testgl_VS2010.vcxproj b/VisualC/tests/testgl/testgl_VS2010.vcxproj index 02d8af5d3..1bb0d9fa3 100644 --- a/VisualC/tests/testgl/testgl_VS2010.vcxproj +++ b/VisualC/tests/testgl/testgl_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testgl @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testgl.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testgl.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,16 +100,48 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) opengl32.lib;%(AdditionalDependencies) - .\Debug/testgl.exe true true - .\Debug/testgl.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + opengl32.lib;%(AdditionalDependencies) + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -95,7 +153,6 @@ true true Win32 - .\Release/testgl.tlb OnlyExplicitInline @@ -106,10 +163,6 @@ true - .\Release/testgl.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -119,23 +172,55 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) opengl32.lib;%(AdditionalDependencies) - .\Release/testgl.exe true - .\Release/testgl.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + opengl32.lib;%(AdditionalDependencies) + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL - - + + diff --git a/VisualC/tests/testgl2/testgl2_VS2010.vcxproj b/VisualC/tests/testgl2/testgl2_VS2010.vcxproj index 2b284ff02..0ac449b64 100644 --- a/VisualC/tests/testgl2/testgl2_VS2010.vcxproj +++ b/VisualC/tests/testgl2/testgl2_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testgl2 @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testgl2.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testgl2.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,16 +100,48 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) opengl32.lib;%(AdditionalDependencies) - .\Debug/testgl2.exe true true - .\Debug/testgl2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + opengl32.lib;%(AdditionalDependencies) + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -95,7 +153,6 @@ true true Win32 - .\Release/testgl2.tlb OnlyExplicitInline @@ -106,10 +163,6 @@ true - .\Release/testgl2.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -119,15 +172,47 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) opengl32.lib;%(AdditionalDependencies) - .\Release/testgl2.exe true - .\Release/testgl2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + opengl32.lib;%(AdditionalDependencies) + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -138,8 +223,8 @@ - - + + diff --git a/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj b/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj index 4994dce03..5f5a6d1d8 100644 --- a/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj +++ b/VisualC/tests/testjoystick/testjoystick_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testjoystick @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/testjoystick.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/testjoystick.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,45 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testjoystick.exe true - .\Release/testjoystick.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Debug/testjoystick.tlb Disabled @@ -103,10 +159,6 @@ MultiThreadedDebugDLL - .\Debug/testjoystick.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -117,23 +169,54 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testjoystick.exe true true - .\Debug/testjoystick.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL - - + + diff --git a/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj b/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj index 76ddd2327..449a0a8a6 100644 --- a/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj +++ b/VisualC/tests/testoverlay/testoverlay_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testoverlay @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -62,10 +93,6 @@ true - .\Release/testoverlay.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +102,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testoverlay.exe true - .\Release/testoverlay.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp @@ -95,7 +154,6 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp true true Win32 - .\Debug/testoverlay.tlb Disabled @@ -104,10 +162,6 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp MultiThreadedDebugDLL - .\Debug/testoverlay.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -118,15 +172,47 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testoverlay.exe true true - .\Debug/testoverlay.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp @@ -134,8 +220,8 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp - - + + diff --git a/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj b/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj index 195852b46..a8957340d 100644 --- a/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj +++ b/VisualC/tests/testoverlay2/testoverlay2_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testoverlay2 @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/testoverlay2.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/testoverlay2.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testoverlay2.exe true - .\Release/testoverlay2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat + + + Copy SDL and data files + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat @@ -95,7 +153,6 @@ copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat true true Win32 - .\Debug/testoverlay2.tlb Disabled @@ -104,10 +161,6 @@ copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat MultiThreadedDebugDLL - .\Debug/testoverlay2.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -118,24 +171,57 @@ copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testoverlay2.exe true true - .\Debug/testoverlay2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat Copy SDL and data files + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat + + + Copy SDL and data files + + - - + + diff --git a/VisualC/tests/testplatform/testplatform_VS2010.vcxproj b/VisualC/tests/testplatform/testplatform_VS2010.vcxproj index 329785c5d..f5f808ddd 100644 --- a/VisualC/tests/testplatform/testplatform_VS2010.vcxproj +++ b/VisualC/tests/testplatform/testplatform_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testplatform @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,9 +82,6 @@ true true Win32 - .\Debug/testplatform.tlb - - Disabled @@ -61,10 +89,6 @@ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true MultiThreadedDebugDLL - .\Debug/testplatform.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,19 +98,49 @@ 0x0409 - .\Debug/testplatform.exe true true - .\Debug/testplatform.pdb Windows - MachineX86 true - .\Debug/testplatform.bsc - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + true + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -111,9 +165,44 @@ MultiThreadedDLL true .\Release/testplatform.pch - .\Release/ - .\Release/ - .\Release/ + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + true + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + MaxSpeed + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true Level3 true @@ -122,33 +211,33 @@ 0x0409 - .\Release/testplatform.exe true - .\Release/testplatform.pdb Windows - MachineX86 true - .\Release/testplatform.bsc - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL - - + + %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) %(AdditionalIncludeDirectories) + %(AdditionalIncludeDirectories) %(PreprocessorDefinitions) + %(PreprocessorDefinitions) diff --git a/VisualC/tests/testpower/testpower_VS2010.vcxproj b/VisualC/tests/testpower/testpower_VS2010.vcxproj index 17896f867..8c22a924d 100644 --- a/VisualC/tests/testpower/testpower_VS2010.vcxproj +++ b/VisualC/tests/testpower/testpower_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testpower @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testpower.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testpower.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testpower.exe true true - .\Debug/testpower.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Release/testpower.tlb OnlyExplicitInline @@ -105,10 +161,6 @@ true - .\Release/testpower.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -118,26 +170,58 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testpower.exe true - .\Release/testpower.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL - - + + .\Debug/testpower.pch + .\Debug/testpower.pch diff --git a/VisualC/tests/testshape/testshape_VS2010.vcxproj b/VisualC/tests/testshape/testshape_VS2010.vcxproj index 39026fbf4..94ec9bf12 100644 --- a/VisualC/tests/testshape/testshape_VS2010.vcxproj +++ b/VisualC/tests/testshape/testshape_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testshape @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/testshape.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/testshape.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,45 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testshape.exe true - .\Release/testshape.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Debug/testshape.tlb Disabled @@ -103,10 +159,6 @@ MultiThreadedDebugDLL - .\Debug/testshape.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -117,23 +169,54 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testshape.exe true true - .\Debug/testshape.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL - - + + diff --git a/VisualC/tests/testsprite/testsprite_VS2010.vcxproj b/VisualC/tests/testsprite/testsprite_VS2010.vcxproj index cae235f42..9bd943f7a 100644 --- a/VisualC/tests/testsprite/testsprite_VS2010.vcxproj +++ b/VisualC/tests/testsprite/testsprite_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testsprite @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/testsprite.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/testsprite.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testsprite.exe true - .\Release/testsprite.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp @@ -95,7 +153,6 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp true true Win32 - .\Debug/testsprite.tlb Disabled @@ -104,10 +161,6 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp MultiThreadedDebugDLL - .\Debug/testsprite.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -118,24 +171,57 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testsprite.exe true true - .\Debug/testsprite.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp Copy SDL and data files + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + + - - + + diff --git a/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj b/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj index 02678bcc1..374f128e3 100644 --- a/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj +++ b/VisualC/tests/testsprite2/testsprite2_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testsprite2 @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/testsprite2.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/testsprite2.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testsprite2.exe true - .\Release/testsprite2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp @@ -95,7 +153,6 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp true true Win32 - .\Debug/testsprite2.tlb Disabled @@ -104,10 +161,6 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp MultiThreadedDebugDLL - .\Debug/testsprite2.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -118,15 +171,47 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testsprite2.exe true true - .\Debug/testsprite2.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp + + + Copy SDL and data files + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp @@ -138,8 +223,8 @@ copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp - - + + diff --git a/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj b/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj index 9e8e9e78d..2a446aaae 100644 --- a/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj +++ b/VisualC/tests/testvidinfo/testvidinfo_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testvidinfo @@ -20,10 +28,19 @@ Application false + + Application + false + MultiByte + Application false + + Application + false + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Release\ - .\Release\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false - .\Debug\ - .\Debug\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true + true @@ -51,7 +82,6 @@ true true Win32 - .\Release/testvidinfo.tlb OnlyExplicitInline @@ -62,10 +92,6 @@ true - .\Release/testvidinfo.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -75,14 +101,45 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testvidinfo.exe true - .\Release/testvidinfo.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Debug/testvidinfo.tlb Disabled @@ -103,10 +159,6 @@ MultiThreadedDebugDLL - .\Debug/testvidinfo.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -117,23 +169,54 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testvidinfo.exe true true - .\Debug/testvidinfo.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll Copy SDL - - + + diff --git a/VisualC/tests/testwin/testwin_VS2010.vcxproj b/VisualC/tests/testwin/testwin_VS2010.vcxproj index cb14cb0ea..184e0a856 100644 --- a/VisualC/tests/testwin/testwin_VS2010.vcxproj +++ b/VisualC/tests/testwin/testwin_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testwin @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testwin.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testwin.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,47 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testwin.exe true true - .\Debug/testwin.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll +copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp @@ -95,7 +153,6 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp true true Win32 - .\Release/testwin.tlb OnlyExplicitInline @@ -106,10 +163,6 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp true - .\Release/testwin.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -119,23 +172,56 @@ copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testwin.exe true - .\Release/testwin.pdb Windows - copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp Copy SDL and data files + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + + copy $(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll $(TargetDir)\SDL.dll + copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp + + + Copy SDL and data files + + - - + + diff --git a/VisualC/tests/testwm/testwm_VS2010.vcxproj b/VisualC/tests/testwm/testwm_VS2010.vcxproj index 8a97d772b..91dde33fc 100644 --- a/VisualC/tests/testwm/testwm_VS2010.vcxproj +++ b/VisualC/tests/testwm/testwm_VS2010.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + testwm @@ -20,10 +28,19 @@ Application false + + Application + false + Application false + + Application + false + MultiByte + @@ -31,19 +48,33 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - .\Debug\ - .\Debug\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ true - .\Release\ - .\Release\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ false + false @@ -51,7 +82,6 @@ true true Win32 - .\Debug/testwm.tlb Disabled @@ -60,10 +90,6 @@ MultiThreadedDebugDLL - .\Debug/testwm.pch - .\Debug/ - .\Debug/ - .\Debug/ Level3 true EditAndContinue @@ -74,15 +100,46 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Debug/testwm.exe true true - .\Debug/testwm.pdb Windows - copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll" + copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll" + + + Copy SDL + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + Windows + + + copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll" Copy SDL @@ -94,7 +151,6 @@ true true Win32 - .\Release/testwm.tlb OnlyExplicitInline @@ -105,10 +161,6 @@ true - .\Release/testwm.pch - .\Release/ - .\Release/ - .\Release/ Level3 true Default @@ -118,22 +170,53 @@ 0x0409 - /MACHINE:I386 %(AdditionalOptions) - .\Release/testwm.exe true - .\Release/testwm.pdb Windows - copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll" + copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll" + + + Copy SDL + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + Windows + + + copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDir)\SDL.dll" Copy SDL - - + +