revert vs2008 sln/vproj so they will actually load...

I'll let you deal with your own heathen rules.
don't commit my changes if you will royally screw it up.
This commit is contained in:
shuffle2 2010-02-24 06:53:47 +00:00
parent b2da2d3f5b
commit cff2772754
2 changed files with 2476 additions and 2522 deletions

View File

@ -2,21 +2,10 @@ Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VisualBoyAdvance", "VBA2008.vcproj", "{6D4C5EC8-933F-4C05-A1BF-498E658576DF}"
ProjectSection(ProjectDependencies) = postProject
{3E03C179-8251-46E4-81F4-466F114BAC63} = {3E03C179-8251-46E4-81F4-466F114BAC63}
{823DDC98-42D5-4A38-88CF-9DC06C788AE4} = {823DDC98-42D5-4A38-88CF-9DC06C788AE4}
{7AEC599C-7C82-4F00-AA60-411E0A359CB0} = {7AEC599C-7C82-4F00-AA60-411E0A359CB0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "File_Extractor", "..\..\dependencies\File_Extractor-0.4.3\File_Extractor2008.vcproj", "{7AEC599C-7C82-4F00-AA60-411E0A359CB0}"
ProjectSection(ProjectDependencies) = postProject
{3E03C179-8251-46E4-81F4-466F114BAC63} = {3E03C179-8251-46E4-81F4-466F114BAC63}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{8B814174-883E-43D0-969E-3A17D8EDE080}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "..\..\dependencies\zlib\zlib.vcproj", "{3E03C179-8251-46E4-81F4-466F114BAC63}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SFML_Network", "..\..\dependencies\SFML\build\vc2008\sfml-network.vcproj", "{823DDC98-42D5-4A38-88CF-9DC06C788AE4}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "File_Extractor", "..\..\..\dependencies\File_Extractor-0.4.3\File_Extractor2008.vcproj", "{7AEC599C-7C82-4F00-AA60-411E0A359CB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -32,21 +21,8 @@ Global
{7AEC599C-7C82-4F00-AA60-411E0A359CB0}.Debug|Win32.Build.0 = Debug|Win32
{7AEC599C-7C82-4F00-AA60-411E0A359CB0}.Release|Win32.ActiveCfg = Release|Win32
{7AEC599C-7C82-4F00-AA60-411E0A359CB0}.Release|Win32.Build.0 = Release|Win32
{3E03C179-8251-46E4-81F4-466F114BAC63}.Debug|Win32.ActiveCfg = Debug|Win32
{3E03C179-8251-46E4-81F4-466F114BAC63}.Debug|Win32.Build.0 = Debug|Win32
{3E03C179-8251-46E4-81F4-466F114BAC63}.Release|Win32.ActiveCfg = Release|Win32
{3E03C179-8251-46E4-81F4-466F114BAC63}.Release|Win32.Build.0 = Release|Win32
{823DDC98-42D5-4A38-88CF-9DC06C788AE4}.Debug|Win32.ActiveCfg = Debug|Win32
{823DDC98-42D5-4A38-88CF-9DC06C788AE4}.Debug|Win32.Build.0 = Debug|Win32
{823DDC98-42D5-4A38-88CF-9DC06C788AE4}.Release|Win32.ActiveCfg = Release|Win32
{823DDC98-42D5-4A38-88CF-9DC06C788AE4}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7AEC599C-7C82-4F00-AA60-411E0A359CB0} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{3E03C179-8251-46E4-81F4-466F114BAC63} = {8B814174-883E-43D0-969E-3A17D8EDE080}
{823DDC98-42D5-4A38-88CF-9DC06C788AE4} = {8B814174-883E-43D0-969E-3A17D8EDE080}
EndGlobalSection
EndGlobal

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="VisualBoyAdvance"
ProjectGUID="{6D4C5EC8-933F-4C05-A1BF-498E658576DF}"
RootNamespace="VBA"
@ -32,7 +32,7 @@
<Tool
Name="VCPreBuildEventTool"
CommandLine="SubWCRev.exe ..\.. svnrev_template.h ..\..\src\svnrev.h"
ExcludedFromBuild="true"
ExcludedFromBuild="false"
/>
<Tool
Name="VCCustomBuildTool"
@ -54,8 +54,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;..\..\dependencies\File_Extractor-0.4.3\fex&quot;;..\..\dependencies\libpng\include;..\..\dependencies\msvc;..\..\dependencies\SFML\include;..\..\dependencies\zlib"
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;DEV_VERSION;BKPT_SUPPORT;GBA_LOGGING;MMX;ASM;_CRT_SECURE_NO_WARNINGS;HAS_FILE_EXTRACTOR;NO_OAL"
AdditionalIncludeDirectories="&quot;..\..\..\dependencies\File_Extractor-0.4.3\fex&quot;;..\..\..\dependencies\msvc"
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;DEV_VERSION;BKPT_SUPPORT;GBA_LOGGING;MMX;ASM;_CRT_SECURE_NO_WARNINGS;HAS_FILE_EXTRACTOR"
StringPooling="false"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@ -91,7 +91,7 @@
OutputFile="$(OutDir)\VisualBoyAdvance-M.exe"
Version=""
LinkIncremental="2"
AdditionalLibraryDirectories="..\..\dependencies\libpng\lib;..\..\dependencies\zlib"
AdditionalLibraryDirectories=""
AdditionalManifestDependencies=""
IgnoreDefaultLibraryNames="nafxcwd.lib;libcmtd.lib"
GenerateDebugInformation="true"
@ -141,7 +141,7 @@
<Tool
Name="VCPreBuildEventTool"
CommandLine="SubWCRev.exe ..\.. svnrev_template.h ..\..\src\svnrev.h"
ExcludedFromBuild="true"
ExcludedFromBuild="false"
/>
<Tool
Name="VCCustomBuildTool"
@ -167,8 +167,8 @@
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
WholeProgramOptimization="true"
AdditionalIncludeDirectories="&quot;..\..\dependencies\File_Extractor-0.4.3\fex&quot;;..\..\dependencies\libpng\include;..\..\dependencies\msvc;..\..\dependencies\SFML\include;..\..\dependencies\zlib"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;GBA_LOGGING;OEMRESOURCE;MMX;ASM;FINAL_VERSION;BKPT_SUPPORT;_CRT_SECURE_NO_DEPRECATE;HAS_FILE_EXTRACTOR;NO_OAL"
AdditionalIncludeDirectories="&quot;..\..\..\dependencies\File_Extractor-0.4.3\fex&quot;;..\..\..\dependencies\msvc"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;GBA_LOGGING;OEMRESOURCE;MMX;ASM;FINAL_VERSION;BKPT_SUPPORT;_CRT_SECURE_NO_DEPRECATE;HAS_FILE_EXTRACTOR"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="0"
@ -201,7 +201,7 @@
Version=""
LinkIncremental="0"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\dependencies\libpng\lib;..\..\dependencies\zlib"
AdditionalLibraryDirectories=""
AdditionalManifestDependencies=""
IgnoreDefaultLibraryNames="nafxcw.lib;libcmt.lib;libcmtd.lib"
GenerateDebugInformation="false"
@ -398,7 +398,6 @@
RelativePath="..\..\src\apu\Gb_Apu.h"
>
</File>
<File
RelativePath="..\..\src\apu\Gb_Apu_State.cpp"
>
@ -799,7 +798,6 @@
>
</File>
<File
RelativePath="..\..\src\common\memgzio.h"
>
</File>
@ -915,22 +913,6 @@
RelativePath="..\..\src\gba\gbalink.h"
>
</File>
<File
RelativePath="..\..\src\gba\GBASockClient.cpp"
>
</File>
<File
RelativePath="..\..\src\gba\GBASockClient.h"
>
</File>
<File
RelativePath="..\..\src\win32\JoybusOptions.cpp"
>
</File>
<File
RelativePath="..\..\src\win32\JoybusOptions.h"
>
</File>
<File
RelativePath="..\..\src\win32\LinkOptions.cpp"
>
@ -1200,7 +1182,6 @@
>
</File>
<File
RelativePath="..\..\src\win32\ColorButton.cpp"
>
<FileConfiguration
@ -1601,7 +1582,6 @@
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="2"
/>
</FileConfiguration>
</File>
@ -2002,7 +1982,6 @@
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
@ -2403,7 +2382,6 @@
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="2"
@ -2492,7 +2470,7 @@
<Globals>
<Global
Name="RESOURCE_FILE"
Value="\Users\Shawn\Desktop\shuffle2proj\vba-m\src\win32\VBA.rc"
Value="\Dev\vbam\trunk\src\win32\VBA.rc"
/>
</Globals>
</VisualStudioProject>