diff options
Diffstat (limited to 'distrib/sdl-1.2.15/VisualC/SDL/SDL.vcproj')
-rw-r--r-- | distrib/sdl-1.2.15/VisualC/SDL/SDL.vcproj | 828 |
1 files changed, 828 insertions, 0 deletions
diff --git a/distrib/sdl-1.2.15/VisualC/SDL/SDL.vcproj b/distrib/sdl-1.2.15/VisualC/SDL/SDL.vcproj new file mode 100644 index 0000000..1dffaea --- /dev/null +++ b/distrib/sdl-1.2.15/VisualC/SDL/SDL.vcproj @@ -0,0 +1,828 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.00" + Name="SDL" + 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)$(ConfigurationName)" + IntermediateDirectory="$(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="1" + TypeLibraryName=".\Debug/SDL.tlb" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" + RuntimeLibrary="2" + BufferSecurityCheck="false" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\Debug/SDL.pch" + 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" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="winmm.lib dxguid.lib" + OutputFile=".\Debug/SDL.dll" + LinkIncremental="2" + SuppressStartupBanner="true" + IgnoreAllDefaultLibraries="false" + GenerateDebugInformation="true" + ProgramDatabaseFile=".\Debug/SDL.pdb" + SubSystem="2" + CLRUnmanagedCodeCheck="false" + /> + <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="$(SolutionDir)$(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=""$(ProjectDir)\..\..\include"" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400" + RuntimeLibrary="2" + BufferSecurityCheck="false" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\Debug/SDL.pch" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="winmm.lib dxguid.lib" + OutputFile=".\Debug/SDL.dll" + LinkIncremental="2" + SuppressStartupBanner="true" + IgnoreAllDefaultLibraries="false" + GenerateDebugInformation="true" + ProgramDatabaseFile=".\Debug/SDL.pdb" + SubSystem="2" + TargetMachine="17" + CLRUnmanagedCodeCheck="false" + /> + <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)$(ConfigurationName)" + IntermediateDirectory="$(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="1" + TypeLibraryName=".\Release/SDL.tlb" + /> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + EnableIntrinsicFunctions="false" + AdditionalIncludeDirectories=""$(ProjectDir)\..\..\include"" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" + StringPooling="true" + RuntimeLibrary="2" + BufferSecurityCheck="false" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\Release/SDL.pch" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="winmm.lib dxguid.lib" + OutputFile=".\Release/SDL.dll" + LinkIncremental="1" + SuppressStartupBanner="true" + IgnoreAllDefaultLibraries="false" + ProgramDatabaseFile=".\Release/SDL.pdb" + 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="Release|x64" + OutputDirectory="$(SolutionDir)$(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=""$(ProjectDir)\..\..\include"" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400" + StringPooling="true" + RuntimeLibrary="2" + BufferSecurityCheck="false" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\Release/SDL.pch" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="winmm.lib dxguid.lib" + OutputFile=".\Release/SDL.dll" + LinkIncremental="1" + SuppressStartupBanner="true" + IgnoreAllDefaultLibraries="false" + ProgramDatabaseFile=".\Release/SDL.pdb" + 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> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\..\src\SDL.c" + > + </File> + <File + RelativePath="..\..\src\events\SDL_active.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_audiomem.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_A.h" + > + </File> + <File + RelativePath="..\..\src\video\SDL_blit_N.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_bmp.c" + > + </File> + <File + RelativePath="..\..\src\cdrom\SDL_cdrom.c" + > + </File> + <File + RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_cursor.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_cursor_c.h" + > + </File> + <File + RelativePath="..\..\src\audio\windib\SDL_dibaudio.c" + > + </File> + <File + RelativePath="..\..\src\audio\windib\SDL_dibaudio.h" + > + </File> + <File + RelativePath="..\..\src\video\windib\SDL_dibevents.c" + > + </File> + <File + RelativePath="..\..\src\video\windib\SDL_dibevents_c.h" + > + </File> + <File + RelativePath="..\..\src\video\windib\SDL_dibvideo.c" + > + </File> + <File + RelativePath="..\..\src\video\windib\SDL_dibvideo.h" + > + </File> + <File + RelativePath="..\..\src\audio\disk\SDL_diskaudio.c" + > + </File> + <File + RelativePath="..\..\src\audio\disk\SDL_diskaudio.h" + > + </File> + <File + RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c" + > + </File> + <File + RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.h" + > + </File> + <File + RelativePath="..\..\src\audio\windx5\SDL_dx5audio.c" + > + </File> + <File + RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h" + > + </File> + <File + RelativePath="..\..\src\video\Windx5\SDL_dx5events.c" + > + </File> + <File + RelativePath="..\..\src\video\Windx5\SDL_dx5events_c.h" + > + </File> + <File + RelativePath="..\..\src\video\Windx5\SDL_dx5video.c" + > + </File> + <File + RelativePath="..\..\src\video\Windx5\SDL_dx5video.h" + > + </File> + <File + RelativePath="..\..\src\video\windx5\SDL_dx5yuv.c" + > + </File> + <File + RelativePath="..\..\src\video\windx5\SDL_dx5yuv_c.h" + > + </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\events\SDL_expose.c" + > + </File> + <File + RelativePath="..\..\src\SDL_fatal.c" + > + </File> + <File + RelativePath="..\..\src\SDL_fatal.h" + > + </File> + <File + RelativePath="..\..\src\video\SDL_gamma.c" + > + </File> + <File + RelativePath="..\..\src\stdlib\SDL_getenv.c" + > + </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\video\SDL_leaks.h" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_lowvideo.h" + > + </File> + <File + RelativePath="..\..\src\stdlib\SDL_malloc.c" + > + </File> + <File + RelativePath="..\..\src\audio\SDL_mixer.c" + > + </File> + <File + RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.c" + > + </File> + <File + RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c" + > + </File> + <File + RelativePath="..\..\src\events\SDL_mouse.c" + > + </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_nullmouse.c" + > + </File> + <File + RelativePath="..\..\src\video\dummy\SDL_nullmouse_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\stdlib\SDL_qsort.c" + > + </File> + <File + RelativePath="..\..\src\events\SDL_quit.c" + > + </File> + <File + RelativePath="..\..\src\events\SDL_resize.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_RLEaccel.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_RLEaccel_c.h" + > + </File> + <File + RelativePath="..\..\src\file\SDL_rwops.c" + > + </File> + <File + RelativePath="..\..\src\stdlib\SDL_stdlib.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_stretch.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_stretch_c.h" + > + </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\cdrom\win32\SDL_syscdrom.c" + > + </File> + <File + RelativePath="..\..\src\cdrom\SDL_syscdrom.h" + > + </File> + <File + RelativePath="..\..\src\thread\generic\SDL_syscond.c" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_sysevents.c" + > + </File> + <File + RelativePath="..\..\src\events\SDL_sysevents.h" + > + </File> + <File + RelativePath="..\..\src\joystick\SDL_sysjoystick.h" + > + </File> + <File + RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_sysmouse.c" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_sysmouse_c.h" + > + </File> + <File + RelativePath="..\..\src\thread\win32\SDL_sysmutex.c" + > + </File> + <File + RelativePath="..\..\src\thread\win32\SDL_syssem.c" + > + </File> + <File + RelativePath="..\..\src\thread\win32\SDL_systhread.c" + > + </File> + <File + RelativePath="..\..\src\thread\SDL_systhread.h" + > + </File> + <File + RelativePath="..\..\src\thread\win32\SDL_systhread_c.h" + > + </File> + <File + RelativePath="..\..\src\timer\win32\SDL_systimer.c" + > + </File> + <File + RelativePath="..\..\src\timer\SDL_systimer.h" + > + </File> + <File + RelativePath="..\..\src\video\SDL_sysvideo.h" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_syswm.c" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_syswm_c.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\video\SDL_video.c" + > + </File> + <File + RelativePath="..\..\src\video\windib\SDL_vkeys.h" + > + </File> + <File + RelativePath="..\..\src\audio\SDL_wave.c" + > + </File> + <File + RelativePath="..\..\src\audio\SDL_wave.h" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_wingl.c" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\SDL_wingl_c.h" + > + </File> + <File + RelativePath="..\..\src\video\SDL_yuv.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_yuv_sw.c" + > + </File> + <File + RelativePath="..\..\src\video\SDL_yuv_sw_c.h" + > + </File> + <File + RelativePath="..\..\src\video\SDL_yuvfuncs.h" + > + </File> + <File + RelativePath="..\..\src\video\wincommon\Wmmsg.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |