Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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
Loading branch information
Load diff
Large diffs are not rendered by default.
Oops, something went wrong.
Retry
Load diff
Large diffs are not rendered by default.
Oops, something went wrong.
Retry
Load diff
Large diffs are not rendered by default.
Oops, something went wrong.
Retry
Load diff
Large diffs are not rendered by default.
Oops, something went wrong.
Retry
@@ -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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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
@@ -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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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)\
 "
Outputs=" $(ProjectDir)\$(InputFileName)"
/>
</FileConfiguration >
<FileConfiguration
Name=" Debug|Win32"
>
<Tool
Name=" VCCustomBuildTool"
Description=" Copying $(InputFileName)"
CommandLine=" copy $(InputPath) $(ProjectDir)\
 "
Outputs=" $(ProjectDir)\$(InputFileName)"
/>
</FileConfiguration >
</File >
</Files >
<Globals >
</Globals >
@@ -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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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
@@ -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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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
@@ -211,6 +228,10 @@
RelativePath=" ..\..\..\test\testautomation_events.c"
>
</File >
<File
RelativePath=" ..\..\..\test\testautomation_hints.c"
>
</File >
<File
RelativePath=" ..\..\..\test\testautomation_keyboard.c"
>
@@ -271,10 +292,6 @@
RelativePath=" ..\..\..\test\testautomation_video.c"
>
</File >
<File
RelativePath=" ..\..\..\test\testautomation_hints.c"
>
</File >
</Files >
<Globals >
</Globals >
@@ -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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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
@@ -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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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 " $(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" " $(TargetDir)\SDL2.dll" "
/>
</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
Oops, something went wrong.
Retry
Toggle all file notes
Toggle all file annotations