summaryrefslogtreecommitdiff
path: root/VisualC
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2014-06-15 10:42:28 -0700
committerSam Lantinga <slouken@libsdl.org>2014-06-15 10:42:28 -0700
commitfe4c10af9071c272356a83ad0135f2c8fde9f12c (patch)
tree4531cb356a171b92b1a14e6e38c621764812d81e /VisualC
parent0789522a05fcafcd03dff402d6492cd536107644 (diff)
Fixed Visual Studio 2008 projects
Added missing files to SDL2 project Added missing Visual Studio 2008 tests to the solution Added output paths which match the 2010+ projects Added SDL project references instead of old style project dependencies Removed post-build copy step and added data files to projects
Diffstat (limited to 'VisualC')
-rw-r--r--VisualC/SDL/SDL_VS2008.vcproj2796
-rw-r--r--VisualC/SDL_VS2008.sln191
-rw-r--r--VisualC/SDLmain/SDLmain_VS2008.vcproj848
-rw-r--r--VisualC/SDLtest/SDLtest_VS2008.vcproj960
-rw-r--r--VisualC/tests/checkkeys/checkkeys_VS2008.vcproj26
-rw-r--r--VisualC/tests/loopwave/loopwave_VS2008.vcproj50
-rw-r--r--VisualC/tests/testatomic/testatomic_VS2008.vcproj26
-rwxr-xr-xVisualC/tests/testautomation/testautomation_VS2008.vcproj41
-rw-r--r--VisualC/tests/testdraw2/testdraw2_VS2008.vcproj33
-rw-r--r--VisualC/tests/testfile/testfile_VS2008.vcproj26
-rw-r--r--VisualC/tests/testgesture/testgesture_VS2008.vcproj26
-rw-r--r--VisualC/tests/testgl2/testgl2_VS2008.vcproj33
-rw-r--r--VisualC/tests/testgles2/testgles2_VS2008.vcproj18
-rw-r--r--VisualC/tests/testjoystick/testjoystick_VS2008.vcproj26
-rw-r--r--VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj50
-rw-r--r--VisualC/tests/testplatform/testplatform_VS2008.vcproj26
-rw-r--r--VisualC/tests/testpower/testpower_VS2008.vcproj26
-rw-r--r--VisualC/tests/testrendertarget/testrendertarget_VS2008.vcproj81
-rw-r--r--VisualC/tests/testrumble/testrumble_VS2008.vcproj28
-rw-r--r--VisualC/tests/testscale/testscale_VS2008.vcproj81
-rw-r--r--VisualC/tests/testshape/testshape_VS2008.vcproj26
-rw-r--r--VisualC/tests/testsprite2/testsprite2_VS2008.vcproj57
22 files changed, 2919 insertions, 2556 deletions
diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj
index b28a75b0b3..5abfa6560b 100644
--- a/VisualC/SDL/SDL_VS2008.vcproj
+++ b/VisualC/SDL/SDL_VS2008.vcproj
@@ -1,1394 +1,1402 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="SDL2"
- ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
- RootNamespace="SDL"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_DEBUG;_WINDOWS"
- ExceptionHandling="0"
- RuntimeLibrary="3"
- BufferSecurityCheck="false"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="true"
- SubSystem="2"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Debug/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="_DEBUG;_WINDOWS"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="false"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="NDEBUG;_WINDOWS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="2"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="3"
- TypeLibraryName=".\Release/SDL.tlb"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="false"
- AdditionalIncludeDirectories="..\..\include"
- PreprocessorDefinitions="NDEBUG;_WINDOWS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="winmm.lib imm32.lib version.lib"
- IgnoreAllDefaultLibraries="true"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="API Headers"
- >
- <File
- RelativePath="..\..\include\SDL.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_assert.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_atomic.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_audio.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_bits.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_blendmode.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_clipboard.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_config.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_config_windows.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_copying.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_cpuinfo.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_egl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\sdl_egl_c.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_endian.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_error.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_events.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_filesystem.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_gamecontroller.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_gesture.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_haptic.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_hints.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_joystick.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_keyboard.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_keycode.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_loadso.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_log.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_main.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_messagebox.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_mouse.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_mutex.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_name.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengl.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_opengles.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_pixels.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_platform.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_power.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_quit.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_rect.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_render.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_revision.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_rwops.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_scancode.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_shape.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_stdinc.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_surface.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_system.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_syswm.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_thread.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_timer.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_touch.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_types.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_version.h"
- >
- </File>
- <File
- RelativePath="..\..\include\SDL_video.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsopengles.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\..\src\events\blank_cursor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\default_cursor.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\directsound\directx.h"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_atan2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_log.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_pow.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_rem_pio2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\e_sqrt.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\k_cos.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\k_rem_pio2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\k_sin.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\math.h"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\math_private.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\mmx.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_atan.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_copysign.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_cos.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_fabs.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_floor.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_scalbn.c"
- >
- </File>
- <File
- RelativePath="..\..\src\libm\s_sin.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_assert.c"
- >
- </File>
- <File
- RelativePath="..\..\src\atomic\SDL_atomic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audio.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audio_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiocvt.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiodev.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiodev_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiomem.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendline.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendline.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendpoint.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_blendpoint.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_0.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_1.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_A.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_auto.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_auto.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_copy.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_copy.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_N.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_slow.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_blit_slow.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_bmp.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_clipboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_clipboardevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_d3dmath.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_d3dmath.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_draw.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawline.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawline.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawpoint.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_drawpoint.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_dropevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_dropevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi.c"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi.h"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi_overrides.h"
- >
- </File>
- <File
- RelativePath="..\..\src\dynapi\SDL_dynapi_procs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_egl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_error.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_error_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_events.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_events_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_fillrect.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_gesture.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_gesture_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_getenv.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_glesfuncs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_glfuncs.h"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\SDL_haptic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_hints.c"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_hints_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_iconv.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_joystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_joystick_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_keyboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_keyboard_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\SDL_log.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_malloc.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_mixer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_mouse.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_mouse_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_pixels.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_pixels_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\power\SDL_power.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_qsort.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_quit.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_rect.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_rect_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_render.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\direct3d11\SDL_render_d3d11.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengl\SDL_render_gl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengles2\SDL_render_gles2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_render_sw.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_RLEaccel.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_rotate.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\software\SDL_rotate.h"
- >
- </File>
- <File
- RelativePath="..\..\src\file\SDL_rwops.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\render\opengles2\SDL_shaders_gles2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_shape.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_shape_internals.h"
- >
- </File>
- <File
- RelativePath="..\..\src\atomic\SDL_spinlock.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_stdlib.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_stretch.c"
- >
- </File>
- <File
- RelativePath="..\..\src\stdlib\SDL_string.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_surface.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_sysaudio.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\generic\SDL_syscond.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_sysevents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\filesystem\windows\SDL_sysfilesystem.c"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
- >
- </File>
- <File
- RelativePath="..\..\src\haptic\SDL_syshaptic.h"
- >
- </File>
- <File
- RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
- >
- </File>
- <File
- RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\src\power\windows\SDL_syspower.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_sysrender.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_syssem.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_systhread.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\SDL_systhread.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\windows\SDL_systimer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\SDL_systimer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\windows\SDL_systls.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_sysvideo.h"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\SDL_thread.c"
- >
- </File>
- <File
- RelativePath="..\..\src\thread\SDL_thread_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\SDL_timer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\timer\SDL_timer_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_touch.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_touch_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\SDL_video.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_vkeys.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_wave.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\SDL_wave.h"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_windowevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\events\SDL_windowevents_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\core\windows\SDL_windows.c"
- >
- </File>
- <File
- RelativePath="..\..\src\core\windows\SDL_windows.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsopengles.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
- >
- </File>
- <File
- RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_yuv_mmx.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_yuv_sw.c"
- >
- </File>
- <File
- RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
- >
- </File>
- <File
- RelativePath="..\..\src\main\windows\version.rc"
- >
- </File>
- <File
- RelativePath="..\..\src\video\windows\wmmsg.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="SDL2"
+ ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ RootNamespace="SDL"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/SDL.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="_DEBUG;_WINDOWS"
+ ExceptionHandling="0"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="false"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="winmm.lib imm32.lib version.lib"
+ IgnoreAllDefaultLibraries="true"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="3"
+ TypeLibraryName=".\Debug/SDL.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="_DEBUG;_WINDOWS"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="winmm.lib imm32.lib version.lib"
+ IgnoreAllDefaultLibraries="true"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/SDL.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="false"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="NDEBUG;_WINDOWS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="winmm.lib imm32.lib version.lib"
+ IgnoreAllDefaultLibraries="true"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="3"
+ TypeLibraryName=".\Release/SDL.tlb"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="false"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="NDEBUG;_WINDOWS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="winmm.lib imm32.lib version.lib"
+ IgnoreAllDefaultLibraries="true"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="API Headers"
+ >
+ <File
+ RelativePath="..\..\include\SDL.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_assert.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_atomic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_audio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_bits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_blendmode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_clipboard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_config_windows.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_copying.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_cpuinfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_egl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\sdl_egl_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_endian.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_error.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_filesystem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_gamecontroller.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_gesture.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_haptic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_hints.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_joystick.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_keyboard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_keycode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_loadso.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_log.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_main.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_messagebox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_mouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_mutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_name.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_opengl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_opengles.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_pixels.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_platform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_power.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_quit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_rect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_render.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_revision.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_rwops.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_scancode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_shape.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_stdinc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_surface.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_system.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_syswm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_thread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_timer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_touch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_types.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_version.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SDL_video.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsopengles.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\src\events\blank_cursor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\default_cursor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\directsound\directx.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\e_atan2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\e_log.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\e_pow.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\e_rem_pio2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\e_sqrt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\k_cos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\k_rem_pio2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\k_sin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\k_tan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\math.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\math_private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\mmx.h"
+ >
+ </File>
+ <File
+ RelativePath=".\resource.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_atan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_copysign.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_cos.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_fabs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_floor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_scalbn.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_sin.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\libm\s_tan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\SDL.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\SDL_assert.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\atomic\SDL_atomic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_audio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_audio_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_audiocvt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_audiodev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_audiodev_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_audiomem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_audiotypecvt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_blendfillrect.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_blendfillrect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_blendline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_blendline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_blendpoint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_blendpoint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_A.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_auto.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_auto.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_copy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_copy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_N.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_slow.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_blit_slow.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_bmp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_clipboard.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_clipboardevents.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_clipboardevents_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\SDL_d3dmath.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\SDL_d3dmath.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\directsound\SDL_directsound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\directsound\SDL_directsound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\disk\SDL_diskaudio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\disk\SDL_diskaudio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_draw.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_drawline.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_drawline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_drawpoint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_drawpoint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_dropevents.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_dropevents_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\dynapi\SDL_dynapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\dynapi\SDL_dynapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\dynapi\SDL_dynapi_overrides.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\dynapi\SDL_dynapi_procs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_egl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\SDL_error.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\SDL_error_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_events.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_events_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_fillrect.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\joystick\SDL_gamecontroller.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_gesture.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_gesture_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\stdlib\SDL_getenv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_glesfuncs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_glfuncs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\haptic\SDL_haptic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\SDL_hints.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\SDL_hints_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\stdlib\SDL_iconv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\joystick\SDL_joystick.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\joystick\SDL_joystick_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_keyboard.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_keyboard_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\SDL_log.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\stdlib\SDL_malloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_mixer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_mouse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_mouse_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\dummy\SDL_nullevents.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\dummy\SDL_nullevents_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\dummy\SDL_nullframebuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\dummy\SDL_nullframebuffer_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\dummy\SDL_nullvideo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\dummy\SDL_nullvideo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_pixels.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_pixels_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\power\SDL_power.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\stdlib\SDL_qsort.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_quit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_rect.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_rect_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\SDL_render.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\direct3d\SDL_render_d3d.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\direct3d11\SDL_render_d3d11.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\opengl\SDL_render_gl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\opengles2\SDL_render_gles2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_render_sw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_render_sw_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_RLEaccel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_RLEaccel_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_rotate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\software\SDL_rotate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\file\SDL_rwops.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\opengl\SDL_shaders_gl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\opengl\SDL_shaders_gl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\opengles2\SDL_shaders_gles2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_shape.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_shape_internals.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\atomic\SDL_spinlock.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\stdlib\SDL_stdlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_stretch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\stdlib\SDL_string.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_surface.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_sysaudio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\generic\SDL_syscond.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_sysevents.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\filesystem\windows\SDL_sysfilesystem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\haptic\SDL_syshaptic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\joystick\SDL_sysjoystick.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\power\windows\SDL_syspower.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\SDL_sysrender.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\windows\SDL_syssem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\windows\SDL_systhread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\SDL_systhread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\timer\windows\SDL_systimer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\timer\SDL_systimer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\windows\SDL_systls.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_sysvideo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\SDL_thread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\thread\SDL_thread_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\timer\SDL_timer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\timer\SDL_timer_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_touch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_touch_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\SDL_video.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_vkeys.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_wave.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\SDL_wave.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_windowevents.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\events\SDL_windowevents_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\core\windows\SDL_windows.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\core\windows\SDL_windows.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsframebuffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsmessagebox.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsopengles.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\winmm\SDL_winmm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\winmm\SDL_winmm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\audio\xaudio2\SDL_xaudio2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\SDL_yuv_mmx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\SDL_yuv_sw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\render\SDL_yuv_sw_c.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\main\windows\version.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\video\windows\wmmsg.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/VisualC/SDL_VS2008.sln b/VisualC/SDL_VS2008.sln
index 3c6a38058e..009df2c793 100644
--- a/VisualC/SDL_VS2008.sln
+++ b/VisualC/SDL_VS2008.sln
@@ -7,96 +7,40 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CE748C1F-3C21-4825-AA6A-F895A023F7E7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "checkkeys", "tests\checkkeys\checkkeys_VS2008.vcproj", "{26828762-C95D-4637-9CB1-7F0979523813}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loopwave", "tests\loopwave\loopwave_VS2008.vcproj", "{AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testatomic", "tests\testatomic\testatomic_VS2008.vcproj", "{66B32F7E-5716-48D0-B5B9-D832FD052DD5}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testautomation", "tests\testautomation\testautomation_VS2008.vcproj", "{9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testdraw2", "tests\testdraw2\testdraw2_VS2008.vcproj", "{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
- EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfile", "tests\testfile\testfile_VS2008.vcproj", "{CAE4F1D0-314F-4B10-805B-0EFD670133A0}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgesture", "tests\testgesture\testgesture_VS2008.vcproj", "{79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgl2", "tests\testgl2\testgl2_VS2008.vcproj", "{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
- EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testjoystick", "tests\testjoystick\testjoystick_VS2008.vcproj", "{55812185-D13C-4022-9C81-32E0F4A08304}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testoverlay2", "tests\testoverlay2\testoverlay2_VS2008.vcproj", "{B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testplatform", "tests\testplatform\testplatform_VS2008.vcproj", "{26932B24-EFC6-4E3A-B277-ED653DA37968}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testpower", "tests\testpower\testpower_VS2008.vcproj", "{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsprite2", "tests\testsprite2\testsprite2_VS2008.vcproj", "{40FB7794-D3C3-4CFE-BCF4-A80C96635682}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
- EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testshape", "tests\testshape\testshape_VS2008.vcproj", "{31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testrendertarget", "tests\testrendertarget\testrendertarget_VS2008.vcproj", "{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testgesture", "tests\testgesture\testgesture_VS2008.vcproj", "{79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testatomic", "tests\testatomic\testatomic_VS2008.vcproj", "{66B32F7E-5716-48D0-B5B9-D832FD052DD5}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- EndProjectSection
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testrumble", "tests\testrumble\testrumble_VS2008.vcproj", "{BFF40245-E9A6-4297-A425-A554E5D767E8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testscale", "tests\testscale\testscale_VS2008.vcproj", "{5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
- EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testrendertarget", "tests\testrendertarget\testrendertarget_VS2008.vcproj", "{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
- EndProjectSection
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testshape", "tests\testshape\testshape_VS2008.vcproj", "{31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2test", "SDLtest\SDLtest_VS2008.vcproj", "{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testsprite2", "tests\testsprite2\testsprite2_VS2008.vcproj", "{40FB7794-D3C3-4CFE-BCF4-A80C96635682}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testautomation", "tests\testautomation\testautomation_VS2008.vcproj", "{9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}"
- ProjectSection(ProjectDependencies) = postProject
- {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
- {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
- {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
- EndProjectSection
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL2test", "SDLtest\SDLtest_VS2008.vcproj", "{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -134,6 +78,18 @@ Global
{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
+ {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Debug|Win32.ActiveCfg = Debug|Win32
+ {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Debug|Win32.Build.0 = Debug|Win32
+ {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Debug|x64.ActiveCfg = Debug|Win32
+ {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Release|Win32.ActiveCfg = Release|Win32
+ {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Release|Win32.Build.0 = Release|Win32
+ {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Release|x64.ActiveCfg = Release|Win32
+ {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Debug|Win32.Build.0 = Debug|Win32
+ {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Debug|x64.ActiveCfg = Debug|Win32
+ {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Release|Win32.ActiveCfg = Release|Win32
+ {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Release|Win32.Build.0 = Release|Win32
+ {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.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
@@ -146,6 +102,12 @@ Global
{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
+ {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Debug|Win32.ActiveCfg = Debug|Win32
+ {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Debug|Win32.Build.0 = Debug|Win32
+ {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Debug|x64.ActiveCfg = Debug|Win32
+ {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Release|Win32.ActiveCfg = Release|Win32
+ {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Release|Win32.Build.0 = Release|Win32
+ {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.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
@@ -164,42 +126,30 @@ Global
{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
- {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}.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
- {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Debug|Win32.ActiveCfg = Debug|Win32
- {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Debug|Win32.Build.0 = Debug|Win32
- {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Debug|x64.ActiveCfg = Debug|Win32
- {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Release|Win32.ActiveCfg = Release|Win32
- {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Release|Win32.Build.0 = Release|Win32
- {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Release|x64.ActiveCfg = Release|Win32
- {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Debug|Win32.ActiveCfg = Debug|Win32
- {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Debug|Win32.Build.0 = Debug|Win32
- {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Debug|x64.ActiveCfg = Debug|Win32
- {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Release|Win32.ActiveCfg = Release|Win32
- {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Release|Win32.Build.0 = Release|Win32
- {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF}.Release|x64.ActiveCfg = Release|Win32
- {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Debug|Win32.ActiveCfg = Debug|Win32
- {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Debug|Win32.Build.0 = Debug|Win32
- {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Debug|x64.ActiveCfg = Debug|Win32
- {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Release|Win32.ActiveCfg = Release|Win32
- {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Release|Win32.Build.0 = Release|Win32
- {66B32F7E-5716-48D0-B5B9-D832FD052DD5}.Release|x64.ActiveCfg = Release|Win32
- {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Debug|Win32.ActiveCfg = Debug|Win32
- {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Debug|Win32.Build.0 = Debug|Win32
- {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Debug|x64.ActiveCfg = Debug|Win32
- {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Release|Win32.ActiveCfg = Release|Win32
- {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Release|Win32.Build.0 = Release|Win32
- {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Release|x64.ActiveCfg = Release|Win32
{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}.Debug|Win32.ActiveCfg = Debug|Win32
{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}.Debug|Win32.Build.0 = Debug|Win32
{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}.Debug|x64.ActiveCfg = Debug|Win32
{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}.Release|Win32.ActiveCfg = Release|Win32
{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}.Release|Win32.Build.0 = Release|Win32
{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E}.Release|x64.ActiveCfg = Release|Win32
+ {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Debug|Win32.Build.0 = Debug|Win32
+ {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Debug|x64.ActiveCfg = Debug|Win32
+ {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Release|Win32.ActiveCfg = Release|Win32
+ {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Release|Win32.Build.0 = Release|Win32
+ {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6}.Release|x64.ActiveCfg = Release|Win32
+ {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Debug|Win32.Build.0 = Debug|Win32
+ {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Debug|x64.ActiveCfg = Debug|Win32
+ {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Release|Win32.ActiveCfg = Release|Win32
+ {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.Release|Win32.Build.0 = Release|Win32
+ {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}.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}.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
{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|Win32.ActiveCfg = Debug|Win32
{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|Win32.Build.0 = Debug|Win32
{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Debug|x64.ActiveCfg = Debug|x64
@@ -208,12 +158,24 @@ Global
{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|Win32.Build.0 = Release|Win32
{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|x64.ActiveCfg = Release|x64
{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}.Release|x64.Build.0 = Release|x64
- {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Debug|Win32.ActiveCfg = Debug|Win32
- {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Debug|Win32.Build.0 = Debug|Win32
- {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Debug|x64.ActiveCfg = Debug|Win32
- {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Release|Win32.ActiveCfg = Release|Win32
- {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.Release|Win32.Build.0 = Release|Win32
- {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}.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}.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
+ {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}.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
+ {BFF40245-E9A6-4297-A425-A554E5D767E8}.Debug|Win32.ActiveCfg = Debug|Win32
+ {BFF40245-E9A6-4297-A425-A554E5D767E8}.Debug|Win32.Build.0 = Debug|Win32
+ {BFF40245-E9A6-4297-A425-A554E5D767E8}.Debug|x64.ActiveCfg = Debug|Win32
+ {BFF40245-E9A6-4297-A425-A554E5D767E8}.Release|Win32.ActiveCfg = Release|Win32
+ {BFF40245-E9A6-4297-A425-A554E5D767E8}.Release|Win32.Build.0 = Release|Win32
+ {BFF40245-E9A6-4297-A425-A554E5D767E8}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -221,17 +183,20 @@ Global
GlobalSection(NestedProjects) = preSolution
{26828762-C95D-4637-9CB1-7F0979523813} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
{AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {66B32F7E-5716-48D0-B5B9-D832FD052DD5} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
{CAE4F1D0-314F-4B10-805B-0EFD670133A0} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
{8B5CFB38-CCBA-40A8-AD7A-89C57B070884} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
{26932B24-EFC6-4E3A-B277-ED653DA37968} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
- {40FB7794-D3C3-4CFE-BCF4-A80C96635682} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
- {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
- {79CEE57E-1BC3-4FF6-90B3-9E39763CDAFF} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
- {66B32F7E-5716-48D0-B5B9-D832FD052DD5} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
- {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
{2D17C1EB-1157-460E-9A99-A82BFC1F9D1E} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
- {9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {5D0930C0-7C91-4ECE-9014-7B7DDE9502E6} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {40FB7794-D3C3-4CFE-BCF4-A80C96635682} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {55812185-D13C-4022-9C81-32E0F4A08304} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
+ {BFF40245-E9A6-4297-A425-A554E5D767E8} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
EndGlobalSection
EndGlobal
diff --git a/VisualC/SDLmain/SDLmain_VS2008.vcproj b/VisualC/SDLmain/SDLmain_VS2008.vcproj
index 9e43c5c3a3..1f707c9ea9 100644
--- a/VisualC/SDLmain/SDLmain_VS2008.vcproj
+++ b/VisualC/SDLmain/SDLmain_VS2008.vcproj
@@ -1,424 +1,424 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="SDL2main"
- ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
- RootNamespace="SDLmain"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release_NoSTDIO|Win32"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- ExceptionHandling="0"
- DebugInformationFormat="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release_NoSTDIO|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(IntDir)\SDLmain.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
- ExceptionHandling="0"
- RuntimeLibrary="3"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\src\main\windows\SDL_windows_main.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="SDL2main"
+ ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ RootNamespace="SDLmain"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_NoSTDIO|Win32"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExceptionHandling="0"
+ DebugInformationFormat="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_NoSTDIO|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(IntDir)\SDLmain.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
+ ExceptionHandling="0"
+ RuntimeLibrary="3"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\src\main\windows\SDL_windows_main.c"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/VisualC/SDLtest/SDLtest_VS2008.vcproj b/VisualC/SDLtest/SDLtest_VS2008.vcproj
index 4cd7e00039..97f09a6138 100644
--- a/VisualC/SDLtest/SDLtest_VS2008.vcproj
+++ b/VisualC/SDLtest/SDLtest_VS2008.vcproj
@@ -1,480 +1,480 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="SDL2test"
- ProjectGUID="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
- RootNamespace="SDLtest"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release_NoSTDIO|Win32"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- ExceptionHandling="0"
- DebugInformationFormat="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release_NoSTDIO|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(IntDir)\SDLtest.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine=""
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
- ExceptionHandling="0"
- RuntimeLibrary="3"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
- PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="1"
- CompileAs="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\..\src\test\SDL_test_assert.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_common.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_compare.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_crc32.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_font.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_fuzzer.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_harness.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_imageBlit.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_imageBlitBlend.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_imageFace.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_imagePrimitives.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_imagePrimitivesBlend.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_log.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_md5.c"
- >
- </File>
- <File
- RelativePath="..\..\src\test\SDL_test_random.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="SDL2test"
+ ProjectGUID="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+ RootNamespace="SDLtest"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_NoSTDIO|Win32"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExceptionHandling="0"
+ DebugInformationFormat="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_NoSTDIO|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(IntDir)\SDLtest.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
+ ExceptionHandling="0"
+ RuntimeLibrary="3"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
+ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="1"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\..\src\test\SDL_test_assert.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_common.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_compare.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_crc32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_font.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_fuzzer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_harness.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_imageBlit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_imageBlitBlend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_imageFace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_imagePrimitives.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_imagePrimitivesBlend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_log.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_md5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\test\SDL_test_random.c"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj b/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj
index 412eda387d..de0be502c4 100644
--- a/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj
+++ b/VisualC/tests/checkkeys/checkkeys_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/loopwave/loopwave_VS2008.vcproj b/VisualC/tests/loopwave/loopwave_VS2008.vcproj
index f64cc0fb2a..1a80c41395 100644
--- a/VisualC/tests/loopwave/loopwave_VS2008.vcproj
+++ b/VisualC/tests/loopwave/loopwave_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,18 +185,54 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
RelativePath="..\..\..\Test\Loopwave.c"
>
</File>
+ <File
+ RelativePath="..\..\..\test\sample.wav"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
</Files>
<Globals>
</Globals>
diff --git a/VisualC/tests/testatomic/testatomic_VS2008.vcproj b/VisualC/tests/testatomic/testatomic_VS2008.vcproj
index 8d69c92126..8d15bfcb7d 100644
--- a/VisualC/tests/testatomic/testatomic_VS2008.vcproj
+++ b/VisualC/tests/testatomic/testatomic_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testautomation/testautomation_VS2008.vcproj b/VisualC/tests/testautomation/testautomation_VS2008.vcproj
index e6f465baa9..b4875a3b54 100755
--- a/VisualC/tests/testautomation/testautomation_VS2008.vcproj
+++ b/VisualC/tests/testautomation/testautomation_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,31 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
+ />
</References>
<Files>
<File
@@ -212,6 +229,10 @@
>
</File>
<File
+ RelativePath="..\..\..\test\testautomation_hints.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\test\testautomation_keyboard.c"
>
</File>
@@ -271,10 +292,6 @@
RelativePath="..\..\..\test\testautomation_video.c"
>
</File>
- <File
- RelativePath="..\..\..\test\testautomation_hints.c"
- >
- </File>
</Files>
<Globals>
</Globals>
diff --git a/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj b/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj
index 03a44498ae..d1ddec6c98 100644
--- a/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj
+++ b/VisualC/tests/testdraw2/testdraw2_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,31 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testfile/testfile_VS2008.vcproj b/VisualC/tests/testfile/testfile_VS2008.vcproj
index c421a2a3df..2544d7b74a 100644
--- a/VisualC/tests/testfile/testfile_VS2008.vcproj
+++ b/VisualC/tests/testfile/testfile_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testgesture/testgesture_VS2008.vcproj b/VisualC/tests/testgesture/testgesture_VS2008.vcproj
index cc199069a0..fbab93f81a 100644
--- a/VisualC/tests/testgesture/testgesture_VS2008.vcproj
+++ b/VisualC/tests/testgesture/testgesture_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testgl2/testgl2_VS2008.vcproj b/VisualC/tests/testgl2/testgl2_VS2008.vcproj
index 65c6a6e199..a99d68c63b 100644
--- a/VisualC/tests/testgl2/testgl2_VS2008.vcproj
+++ b/VisualC/tests/testgl2/testgl2_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -100,14 +100,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -189,12 +187,31 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testgles2/testgles2_VS2008.vcproj b/VisualC/tests/testgles2/testgles2_VS2008.vcproj
index 601ba1f79b..a357ca2551 100644
--- a/VisualC/tests/testgles2/testgles2_VS2008.vcproj
+++ b/VisualC/tests/testgles2/testgles2_VS2008.vcproj
@@ -100,8 +100,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
@@ -189,12 +187,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj b/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj
index c6b91bf48c..92b3cf5561 100644
--- a/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj
+++ b/VisualC/tests/testjoystick/testjoystick_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
index cb5023f8db..d7d48e8716 100644
--- a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
+++ b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\moose.dat&quot; &quot;$(ProjectDir)\moose.dat&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,15 +185,51 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\moose.dat&quot; &quot;$(ProjectDir)\moose.dat&quot;&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
+ RelativePath="..\..\..\test\moose.dat"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\..\test\testoverlay2.c"
>
</File>
diff --git a/VisualC/tests/testplatform/testplatform_VS2008.vcproj b/VisualC/tests/testplatform/testplatform_VS2008.vcproj
index b1fa2dcc3a..580f4e1a43 100644
--- a/VisualC/tests/testplatform/testplatform_VS2008.vcproj
+++ b/VisualC/tests/testplatform/testplatform_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
@@ -101,14 +101,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
@@ -191,12 +189,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testpower/testpower_VS2008.vcproj b/VisualC/tests/testpower/testpower_VS2008.vcproj
index 6171d0f597..7194270d74 100644
--- a/VisualC/tests/testpower/testpower_VS2008.vcproj
+++ b/VisualC/tests/testpower/testpower_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testrendertarget/testrendertarget_VS2008.vcproj b/VisualC/tests/testrendertarget/testrendertarget_VS2008.vcproj
index d298dd0a62..9c96c26c8f 100644
--- a/VisualC/tests/testrendertarget/testrendertarget_VS2008.vcproj
+++ b/VisualC/tests/testrendertarget/testrendertarget_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\icon.bmp&quot; &quot;$(ProjectDir)\icon.bmp&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\sample.bmp&quot; &quot;$(ProjectDir)\sample.bmp&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,15 +185,82 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\icon.bmp&quot; &quot;$(ProjectDir)\icon.bmp&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\sample.bmp&quot; &quot;$(ProjectDir)\sample.bmp&quot;&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
+ />
</References>
<Files>
<File
+ RelativePath="..\..\..\test\icon.bmp"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\test\sample.bmp"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\..\test\testrendertarget.c"
>
</File>
diff --git a/VisualC/tests/testrumble/testrumble_VS2008.vcproj b/VisualC/tests/testrumble/testrumble_VS2008.vcproj
index fe9889fff8..07851577bb 100644
--- a/VisualC/tests/testrumble/testrumble_VS2008.vcproj
+++ b/VisualC/tests/testrumble/testrumble_VS2008.vcproj
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="9.00"
Name="testrumble"
- ProjectGUID="{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}"
+ ProjectGUID="{BFF40245-E9A6-4297-A425-A554E5D767E8}"
RootNamespace="testrumble"
TargetFrameworkVersion="131072"
>
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testscale/testscale_VS2008.vcproj b/VisualC/tests/testscale/testscale_VS2008.vcproj
index e0cac7cf38..b0ab25d90d 100644
--- a/VisualC/tests/testscale/testscale_VS2008.vcproj
+++ b/VisualC/tests/testscale/testscale_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\icon.bmp&quot; &quot;$(ProjectDir)\icon.bmp&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\sample.bmp&quot; &quot;$(ProjectDir)\sample.bmp&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,15 +185,82 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\icon.bmp&quot; &quot;$(ProjectDir)\icon.bmp&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\sample.bmp&quot; &quot;$(ProjectDir)\sample.bmp&quot;&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
+ />
</References>
<Files>
<File
+ RelativePath="..\..\..\test\icon.bmp"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\test\sample.bmp"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\..\test\testscale.c"
>
</File>
diff --git a/VisualC/tests/testshape/testshape_VS2008.vcproj b/VisualC/tests/testshape/testshape_VS2008.vcproj
index fff1458dd4..e2e163ab6a 100644
--- a/VisualC/tests/testshape/testshape_VS2008.vcproj
+++ b/VisualC/tests/testshape/testshape_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,12 +185,24 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
diff --git a/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj b/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj
index 5e37549fd5..7caa579e7e 100644
--- a/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj
+++ b/VisualC/tests/testsprite2/testsprite2_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\icon.bmp&quot; &quot;$(ProjectDir)\icon.bmp&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,15 +185,58 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\icon.bmp&quot; &quot;$(ProjectDir)\icon.bmp&quot;&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
+ />
</References>
<Files>
<File
+ RelativePath="..\..\..\test\icon.bmp"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\..\test\testsprite2.c"
>
</File>