Commit cb98f67b authored by Jim Grandpre's avatar Jim Grandpre

Reverted SDL_VS2005.vcproj to revision 4634.

parent 35cc5589
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
<<<<<<< local
Version="8.00" Version="8.00"
=======
Version="9.00"
>>>>>>> other
Name="SDL" Name="SDL"
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
RootNamespace="SDL" RootNamespace="SDL"
<<<<<<< local
=======
TargetFrameworkVersion="131072"
>>>>>>> other
> >
<Platforms> <Platforms>
<Platform <Platform
...@@ -84,36 +76,16 @@ ...@@ -84,36 +76,16 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
<<<<<<< local
AdditionalOptions="/MACHINE:I386" AdditionalOptions="/MACHINE:I386"
=======
AdditionalOptions="/MACHINE:I386&#x0D;&#x0A;msvcrt.lib"
>>>>>>> other
AdditionalDependencies="msimg32.lib winmm.lib" AdditionalDependencies="msimg32.lib winmm.lib"
OutputFile=".\Debug/SDL.dll" OutputFile=".\Debug/SDL.dll"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="true" SuppressStartupBanner="true"
<<<<<<< local
IgnoreAllDefaultLibraries="true" IgnoreAllDefaultLibraries="true"
=======
IgnoreAllDefaultLibraries="false"
IgnoreDefaultLibraryNames=""
>>>>>>> other
GenerateDebugInformation="true" GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL.pdb" ProgramDatabaseFile=".\Debug/SDL.pdb"
<<<<<<< local
SubSystem="2" SubSystem="2"
=======
SubSystem="0"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
>>>>>>> other
ImportLibrary=".\Debug/SDL.lib" ImportLibrary=".\Debug/SDL.lib"
<<<<<<< local
=======
Profile="true"
CLRThreadAttribute="0"
>>>>>>> other
CLRUnmanagedCodeCheck="false" CLRUnmanagedCodeCheck="false"
/> />
<Tool <Tool
...@@ -135,12 +107,9 @@ ...@@ -135,12 +107,9 @@
Name="VCAppVerifierTool" Name="VCAppVerifierTool"
/> />
<Tool <Tool
<<<<<<< local
Name="VCWebDeploymentTool" Name="VCWebDeploymentTool"
/> />
<Tool <Tool
=======
>>>>>>> other
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
/> />
</Configuration> </Configuration>
...@@ -216,11 +185,6 @@ ...@@ -216,11 +185,6 @@
IgnoreAllDefaultLibraries="true" IgnoreAllDefaultLibraries="true"
ProgramDatabaseFile=".\Release/SDL.pdb" ProgramDatabaseFile=".\Release/SDL.pdb"
SubSystem="2" SubSystem="2"
<<<<<<< local
=======
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
>>>>>>> other
ImportLibrary=".\Release/SDL.lib" ImportLibrary=".\Release/SDL.lib"
/> />
<Tool <Tool
...@@ -242,12 +206,9 @@ ...@@ -242,12 +206,9 @@
Name="VCAppVerifierTool" Name="VCAppVerifierTool"
/> />
<Tool <Tool
<<<<<<< local
Name="VCWebDeploymentTool" Name="VCWebDeploymentTool"
/> />
<Tool <Tool
=======
>>>>>>> other
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
/> />
</Configuration> </Configuration>
...@@ -980,17 +941,6 @@ ...@@ -980,17 +941,6 @@
> >
</File> </File>
<File <File
<<<<<<< local
=======
RelativePath="..\..\src\events\SDL_touch.c"
>
</File>
<File
RelativePath="..\..\src\events\SDL_touch_c.h"
>
</File>
<File
>>>>>>> other
RelativePath="..\..\src\video\SDL_video.c" RelativePath="..\..\src\video\SDL_video.c"
> >
</File> </File>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment