From 6724231a2d8080eb1d200e394c9438f5ce9dcf95 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 21 Mar 2016 01:33:13 +0000 Subject: [PATCH] rebuild vcxproj and sln to use a handcrafted props file and share a vcxproj. launch in 2010 through batchfile; launch in 2015 through sln --- .../windows/{DeSmuME_2010.sln => DeSmuME.sln} | 78 +- .../{DeSmuME_2015.vcxproj => DeSmuME.vcxproj} | 1739 ++++---- ...cxproj.filters => DeSmuME.vcxproj.filters} | 3688 ++++++++--------- desmume/src/windows/DeSmuME_2010.bat | 1 + desmume/src/windows/DeSmuME_2010.vcxproj | 1150 ----- desmume/src/windows/DeSmuME_2015.sln | 32 - .../src/windows/DeSmuME_2015.vcxproj.filters | 1653 -------- ...ME_x86.manifest => DeSmuME_Win32.manifest} | 0 desmume/src/windows/desmume.props | 186 + 9 files changed, 2775 insertions(+), 5752 deletions(-) rename desmume/src/windows/{DeSmuME_2010.sln => DeSmuME.sln} (51%) rename desmume/src/windows/{DeSmuME_2015.vcxproj => DeSmuME.vcxproj} (54%) rename desmume/src/windows/{DeSmuME_2010.vcxproj.filters => DeSmuME.vcxproj.filters} (97%) create mode 100644 desmume/src/windows/DeSmuME_2010.bat delete mode 100644 desmume/src/windows/DeSmuME_2010.vcxproj delete mode 100644 desmume/src/windows/DeSmuME_2015.sln delete mode 100644 desmume/src/windows/DeSmuME_2015.vcxproj.filters rename desmume/src/windows/{DeSmuME_x86.manifest => DeSmuME_Win32.manifest} (100%) create mode 100644 desmume/src/windows/desmume.props diff --git a/desmume/src/windows/DeSmuME_2010.sln b/desmume/src/windows/DeSmuME.sln similarity index 51% rename from desmume/src/windows/DeSmuME_2010.sln rename to desmume/src/windows/DeSmuME.sln index 6ce52a37e..4a4bc4704 100644 --- a/desmume/src/windows/DeSmuME_2010.sln +++ b/desmume/src/windows/DeSmuME.sln @@ -1,38 +1,40 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeSmuME_VS2010", "DeSmuME_2010.vcxproj", "{9F5F72A1-D3A5-4918-B460-E076B16D10A9}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Dev+|Win32 = Dev+|Win32 - Dev+|x64 = Dev+|x64 - Release Fastbuild|Win32 = Release Fastbuild|Win32 - Release Fastbuild|x64 = Release Fastbuild|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|Win32.ActiveCfg = Debug|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|Win32.Build.0 = Debug|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x64.ActiveCfg = Debug|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x64.Build.0 = Debug|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|Win32.ActiveCfg = Dev+|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|Win32.Build.0 = Dev+|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x64.ActiveCfg = Dev+|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x64.Build.0 = Dev+|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|Win32.ActiveCfg = Release Fastbuild|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|Win32.Build.0 = Release Fastbuild|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|x64.ActiveCfg = Release Fastbuild|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|x64.Build.0 = Release Fastbuild|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|Win32.ActiveCfg = Release|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|Win32.Build.0 = Release|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x64.ActiveCfg = Release|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeSmuME", "DeSmuME.vcxproj", "{9F5F72A1-D3A5-4918-B460-E076B16D10A9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Dev+|x64 = Dev+|x64 + Dev+|x86 = Dev+|x86 + Release Fastbuild|x64 = Release Fastbuild|x64 + Release Fastbuild|x86 = Release Fastbuild|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x64.ActiveCfg = Debug|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x64.Build.0 = Debug|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x86.ActiveCfg = Debug|Win32 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x86.Build.0 = Debug|Win32 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x64.ActiveCfg = Dev+|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x64.Build.0 = Dev+|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x86.ActiveCfg = Dev+|Win32 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x86.Build.0 = Dev+|Win32 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|x64.ActiveCfg = Release Fastbuild|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|x64.Build.0 = Release Fastbuild|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|x86.ActiveCfg = Release Fastbuild|Win32 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release Fastbuild|x86.Build.0 = Release Fastbuild|Win32 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x64.ActiveCfg = Release|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x64.Build.0 = Release|x64 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x86.ActiveCfg = Release|Win32 + {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/desmume/src/windows/DeSmuME_2015.vcxproj b/desmume/src/windows/DeSmuME.vcxproj similarity index 54% rename from desmume/src/windows/DeSmuME_2015.vcxproj rename to desmume/src/windows/DeSmuME.vcxproj index ee37f573c..7a2150cf8 100644 --- a/desmume/src/windows/DeSmuME_2015.vcxproj +++ b/desmume/src/windows/DeSmuME.vcxproj @@ -1,1036 +1,705 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Dev+ - Win32 - - - Dev+ - x64 - - - Release - Win32 - - - Release - x64 - - - - DeSmuME_VS2015 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9} - DeSmuME - 5.1 - - - - v140_xp - false - - - v140_xp - true - - - v140_xp - - - v140_xp - false - - - v140_xp - true - - - v140_xp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>11.0.50727.1 - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2015\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2015\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2015\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2015\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2015\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2015\$(Configuration)\$(Platform)\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_x64_release - $(ProjectName)_x64_debug - $(ProjectName)_x64_dev+ - $(ProjectName)_release - $(ProjectName)_debug - $(ProjectName)_dev+ - - - - defaultconfig\SubWCRev.bat - - - Disabled - Default - false - Neither - false - false - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;%(AdditionalIncludeDirectories) - _MSC_PLATFORM_TOOLSET=$(PlatformToolsetVersion) ;DEBUG;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;BETA_VERSION;NOMINMAX;HAVE_LIBZ;%(PreprocessorDefinitions) - EnableFastChecks - true - StreamingSIMDExtensions2 - Fast - EditAndContinue - Cdecl - Default - true - true - - - directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-2015_md-Win32.lib;zlib-vc8-Win32.lib;agg-2.5.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) - .\zlib128;agg;.libs;.libs\win32 - wpcap.dll;lua51.dll - true - true - false - - - false - Windows - - - DeSmuME_x86.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;%(AdditionalIncludeDirectories) - _MSC_PLATFORM_TOOLSET=$(PlatformToolsetVersion) ;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;%(PreprocessorDefinitions) - true - Default - false - StreamingSIMDExtensions2 - Fast - ProgramDatabase - Cdecl - Default - true - - - directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-2015_md-Win32.lib;zlib-vc8-Win32.lib;agg-2.5.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) - .\zlib128;agg;.libs;.libs\win32 - wpcap.dll;lua51.dll - true - true - false - - - false - Windows - - - DeSmuME_x86.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - Full - AnySuitable - true - Speed - true - true - false - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;%(AdditionalIncludeDirectories) - _MSC_PLATFORM_TOOLSET=$(PlatformToolsetVersion) ;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;FASTBUILD;DEVELOPER;%(PreprocessorDefinitions) - true - Default - false - StreamingSIMDExtensions2 - Fast - ProgramDatabase - Cdecl - Default - true - - - directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-2015_md-Win32.lib;zlib-vc8-Win32.lib;agg-2.5.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) - .\zlib128;agg;.libs;.libs\win32 - wpcap.dll;lua51.dll - true - true - - - false - - - false - Windows - - - DeSmuME_x86.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - X64 - - - Disabled - Default - false - Neither - false - false - DEBUG;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;BETA_VERSION;NOMINMAX;HAVE_LIBZ;%(PreprocessorDefinitions) - EnableFastChecks - true - NotSet - Fast - EditAndContinue - Cdecl - Default - true - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;%(AdditionalIncludeDirectories) - true - - - directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-2015_md-x64.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) - .\zlib128;agg;.libs\x64;.libs - wpcap.dll;lua51.dll - true - true - false - - - MachineX64 - Windows - - - DeSmuME_x64.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - X64 - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - _CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;%(PreprocessorDefinitions) - true - Default - false - Fast - Level1 - ProgramDatabase - Cdecl - Default - true - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;%(AdditionalIncludeDirectories) - - - directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-2015_md-x64.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64_release.exe - .\zlib128;agg;.libs\x64;.libs - wpcap.dll;lua51.dll - true - true - false - - - MachineX64 - Windows - - - DeSmuME_x64.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - X64 - - - MaxSpeed - AnySuitable - true - Speed - true - true - false - _CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;DEVELOPER;%(PreprocessorDefinitions) - true - Default - false - NotSet - Fast - Level1 - EditAndContinue - Cdecl - Default - true - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;%(AdditionalIncludeDirectories) - - - directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-2015_md-x64.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64_dev+.exe - .\zlib128;agg;.libs\x64;.libs - wpcap.dll;lua51.dll - true - true - - - false - - - MachineX64 - Windows - - - DeSmuME_x64.manifest;%(AdditionalManifestFiles) - - - - - - - - - - - - - - - - - - - - - - - - - Cdecl - Cdecl - Cdecl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - - - call un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\glib-vc8.tag;%(Outputs) - call un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\glib-vc8.tag;%(Outputs) - call un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\glib-vc8.tag;%(Outputs) - call un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\glib-vc8.tag;%(Outputs) - call un7z_and_touch.bat glib-2.20.1\glib-2.20.1.7z .libs\glib* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\glib-vc8.tag;%(Outputs) - - - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - .libs\lua.tag; - 7z.exe;un7z_and_touch.bat - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (); - foreach( var item in ItemList ) - { - var filename = item.GetMetadata("Filename"); - - //assign reused filenames to increasing numbers - //assign previously unused filenames to 0 - int assignment = 0; - if(assignmentMap.TryGetValue(filename, out assignment)) - assignmentMap[filename] = ++assignment; - else - assignmentMap[filename] = 0; - - var thisFileOutdir = Path.Combine(OutputDir,assignment.ToString()) + "/"; //take care it ends in / so /Fo knows it's a directory and not a filename - item.SetMetadata( "ObjectFileName", thisFileOutdir ); - } - - OutputItemList = ItemList; - ItemList = new Microsoft.Build.Framework.ITaskItem[0]; - - ]]> - - - - - - - - - - - - - + + + + + v140_xp + + + + Debug + Win32 + + + Debug + x64 + + + Dev+ + Win32 + + + Dev+ + x64 + + + Release Fastbuild + Win32 + + + Release Fastbuild + x64 + + + Release + Win32 + + + Release + x64 + + + + DeSmuME + {9F5F72A1-D3A5-4918-B460-E076B16D10A9} + DeSmuME + 8.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cdecl + Cdecl + Cdecl + Cdecl + Cdecl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + call un7z_and_touch.bat directx\directx.7z .libs\directx* + + 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) + .libs\directx.tag;%(Outputs) + call un7z_and_touch.bat directx\directx.7z .libs\directx* + + 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) + .libs\directx.tag;%(Outputs) + call un7z_and_touch.bat directx\directx.7z .libs\directx* + + 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) + .libs\directx.tag;%(Outputs) + call un7z_and_touch.bat directx\directx.7z .libs\directx* + + call un7z_and_touch.bat directx\directx.7z .libs\directx* + + 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) + 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) + .libs\directx.tag;%(Outputs) + .libs\directx.tag;%(Outputs) + call un7z_and_touch.bat directx\directx.7z .libs\directx* + + call un7z_and_touch.bat directx\directx.7z .libs\directx* + + 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) + 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) + .libs\directx.tag;%(Outputs) + .libs\directx.tag;%(Outputs) + + + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + 7z.exe;un7z_and_touch.bat + .libs\lua.tag; + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + 7z.exe;un7z_and_touch.bat + .libs\lua.tag; + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + 7z.exe;un7z_and_touch.bat + .libs\lua.tag; + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + 7z.exe;un7z_and_touch.bat + 7z.exe;un7z_and_touch.bat + .libs\lua.tag; + .libs\lua.tag; + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + 7z.exe;un7z_and_touch.bat + 7z.exe;un7z_and_touch.bat + .libs\lua.tag; + .libs\lua.tag; + call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag + .libs\lua.tag; + 7z.exe;un7z_and_touch.bat + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/desmume/src/windows/DeSmuME_2010.vcxproj.filters b/desmume/src/windows/DeSmuME.vcxproj.filters similarity index 97% rename from desmume/src/windows/DeSmuME_2010.vcxproj.filters rename to desmume/src/windows/DeSmuME.vcxproj.filters index 210932bea..0add110a2 100644 --- a/desmume/src/windows/DeSmuME_2010.vcxproj.filters +++ b/desmume/src/windows/DeSmuME.vcxproj.filters @@ -1,1845 +1,1845 @@ - - - - - {34192339-8456-4aa2-b100-d721ff246431} - - - {1761f316-4c22-4742-8f37-77ea008d2623} - - - {cfb7bfbc-4470-4691-a3c2-b86c388e6a52} - - - {1b0f72b3-27d4-4d86-b253-eda5a3ebab7b} - - - {80fa193a-2814-401d-8a51-47c8d876eb8b} - - - {53ec9c3c-7653-46ff-83a8-9590482bcf8b} - - - {a6e751df-3c94-41c0-96a1-5ca50d92b221} - - - {e51fc8a7-4240-4b5c-8c2a-86c30fef95c9} - - - {56813aa6-2261-4011-8938-105c0b4b3773} - - - {78bb8fa0-5d56-4cf5-94b3-b020f4f4c290} - - - {947281ba-49a1-4379-ab51-078980176832} - - - {e95a5ba4-9d37-4a40-928f-6ee2d8a3a13f} - - - {42b6ff9b-c9ff-4006-b2f7-f3e3268b8c31} - - - {c751e37c-54da-44e2-9be8-0399cb02467a} - - - {6d47beab-6087-48e1-953d-f5da134a023a} - - - {0c7156df-b4ef-4cd2-af76-6a6c1e66145a} - - - {faa7804e-deb3-482f-b348-921cb7dacca7} - - - {82c38db3-d06d-44b5-a9a4-be3c002d0db0} - - - {0d620905-0dcf-47a4-bac2-91f307aa9994} - - - {d2287daf-de85-4c64-8eef-2198f501904a} - - - {a6326bbe-afb7-4dd5-ae76-a7436bc8f7db} - - - {5f6c8f8e-0d1d-41a6-bd1f-0c7e51175b0f} - - - {6e0c9a80-56da-436a-a32d-d64cf6323ac7} - - - {96d6a2cc-95dd-4cff-aedb-a4fca349e03e} - - - {4081af90-0821-41a7-bfa5-a1ea2e2507b0} - - - {9bac6bce-2c43-4ed8-bc81-139766c97d61} - - - {bf0f0a1c-c47b-485d-88ef-77ec60ed76d8} - - - {3d685b20-07d6-40cd-9698-092e3956a99b} - - - {f073b402-2ede-4541-ac04-8374eb50e6da} - - - {c36360aa-3622-438e-9d70-18c859eaeb01} - - - {7038db37-0de1-4561-aec4-d628e1d31265} - - - {3b266419-458b-493d-9c55-5d5cc6b212ce} - - - {114f59af-a844-468a-9cb9-2f7faf861035} - - - {9f342479-151c-448b-b5a1-6bf96ec68e4a} - - - {59d051e5-34eb-4b72-b6a1-7a893c6592e2} - - - {0bad36f3-5499-4402-bb16-6ceb744bf080} - - - {334a6ab8-9fe9-4577-983a-10f3b6fa95b9} - - - {23ac753a-66cd-40c8-92c3-90f145eaf022} - - - {0e38e634-1de6-4c6e-b1d4-8b3f9e77840a} - - - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\gdbstub - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\metaspu - - - Core\metaspu - - - Core\metaspu - - - Core\metaspu\win32 - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Core\addons - - - Core\utils - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\utils - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core - - - Core\addons - - - Core\utils - - - Core\utils - - - Core\addons - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Windows - - - Core - - - Windows - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core - - - Windows - - - Core - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\utils - - - Core\addons - - - Core\addons - - - Core\utils - - - Windows\tools - - - Core\addons - - - Core\addons - - - Core\filter - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Core\libretro-common\rthreads - - - Core\frontend\modules - - - Core\libretro-common\formats\png - - - Core\libretro-common\formats\png - - - Core\libretro-common\formats\bmp - - - Core\libretro-common\file\nbio - - - Core\libretro-common\string - - - Core\libretro-common\compat - - - Core\libretro-common\compat - - - Core\libretro-common\compat - - - Core\libretro-common\compat - - - Core\libretro-common\compat - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\file - - - Core\libretro-common\hash - - - Core\libretro-common\rthreads - - - Core\libretro-common\compat - - - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core\gdbstub - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\metaspu - - - Core\metaspu - - - Core\metaspu\win32 - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows\userconfig - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Core\utils - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Windows - - - Core - - - Core - - - Core - - - Windows - - - Core\utils\AsmJit - - - Core\utils\AsmJit - - - Core\utils\AsmJit - - - Core\utils\AsmJit - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core - - - Windows - - - Core - - - Core\addons - - - Core\addons - - - Core\utils - - - Core\addons - - - Core\utils - - - Windows\tools - - - Core - - - Core\filter - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Core\libretro-common\include\rthreads - - - Core\libretro-common\include - - - Core\libretro-common\include - - - Core\libretro-common\include - - - Core\frontend\modules - - - Core\libretro-common\formats\png - - - Core\libretro-common\include\formats - - - Core\libretro-common\include\formats - - - Core\libretro-common\include\formats - - - Core\libretro-common\include\compat - - - Core\libretro-common\include\compat - - - - - Core - - - Core - - - Windows\resources - - - Windows\resources - - - Core\filter - - - Core\utils\AsmJit - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - Windows\resources - - - - - Windows\resources - - - - - Windows\libs - - - Windows\libs - - + + + + + {34192339-8456-4aa2-b100-d721ff246431} + + + {1761f316-4c22-4742-8f37-77ea008d2623} + + + {cfb7bfbc-4470-4691-a3c2-b86c388e6a52} + + + {1b0f72b3-27d4-4d86-b253-eda5a3ebab7b} + + + {80fa193a-2814-401d-8a51-47c8d876eb8b} + + + {53ec9c3c-7653-46ff-83a8-9590482bcf8b} + + + {a6e751df-3c94-41c0-96a1-5ca50d92b221} + + + {e51fc8a7-4240-4b5c-8c2a-86c30fef95c9} + + + {56813aa6-2261-4011-8938-105c0b4b3773} + + + {78bb8fa0-5d56-4cf5-94b3-b020f4f4c290} + + + {947281ba-49a1-4379-ab51-078980176832} + + + {e95a5ba4-9d37-4a40-928f-6ee2d8a3a13f} + + + {42b6ff9b-c9ff-4006-b2f7-f3e3268b8c31} + + + {c751e37c-54da-44e2-9be8-0399cb02467a} + + + {6d47beab-6087-48e1-953d-f5da134a023a} + + + {0c7156df-b4ef-4cd2-af76-6a6c1e66145a} + + + {faa7804e-deb3-482f-b348-921cb7dacca7} + + + {82c38db3-d06d-44b5-a9a4-be3c002d0db0} + + + {0d620905-0dcf-47a4-bac2-91f307aa9994} + + + {d2287daf-de85-4c64-8eef-2198f501904a} + + + {a6326bbe-afb7-4dd5-ae76-a7436bc8f7db} + + + {5f6c8f8e-0d1d-41a6-bd1f-0c7e51175b0f} + + + {6e0c9a80-56da-436a-a32d-d64cf6323ac7} + + + {96d6a2cc-95dd-4cff-aedb-a4fca349e03e} + + + {4081af90-0821-41a7-bfa5-a1ea2e2507b0} + + + {9bac6bce-2c43-4ed8-bc81-139766c97d61} + + + {bf0f0a1c-c47b-485d-88ef-77ec60ed76d8} + + + {3d685b20-07d6-40cd-9698-092e3956a99b} + + + {f073b402-2ede-4541-ac04-8374eb50e6da} + + + {c36360aa-3622-438e-9d70-18c859eaeb01} + + + {7038db37-0de1-4561-aec4-d628e1d31265} + + + {3b266419-458b-493d-9c55-5d5cc6b212ce} + + + {114f59af-a844-468a-9cb9-2f7faf861035} + + + {9f342479-151c-448b-b5a1-6bf96ec68e4a} + + + {59d051e5-34eb-4b72-b6a1-7a893c6592e2} + + + {0bad36f3-5499-4402-bb16-6ceb744bf080} + + + {334a6ab8-9fe9-4577-983a-10f3b6fa95b9} + + + {23ac753a-66cd-40c8-92c3-90f145eaf022} + + + {0e38e634-1de6-4c6e-b1d4-8b3f9e77840a} + + + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core\addons + + + Core\addons + + + Core\addons + + + Core\addons + + + Core\addons + + + Core\gdbstub + + + Core\utils + + + Core\utils + + + Core\utils + + + Core\utils + + + Core\utils + + + Core\utils\decrypt + + + Core\utils\decrypt + + + Core\utils\decrypt + + + Core\metaspu + + + Core\metaspu + + + Core\metaspu + + + Core\metaspu\win32 + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Core\addons + + + Core\utils + + + Core\addons + + + Core\addons + + + Core\addons + + + Core\utils + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core + + + Core\addons + + + Core\utils + + + Core\utils + + + Core\addons + + + Core\utils\tinyxml + + + Core\utils\tinyxml + + + Core\utils\tinyxml + + + Core\utils\tinyxml + + + Core\filter + + + Core\filter + + + Core\filter + + + Core\filter + + + Core\filter + + + Core\filter + + + Core\filter + + + Windows + + + Core + + + Windows + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core + + + Windows + + + Core + + + Core\addons + + + Core\addons + + + Core\addons + + + Core\addons + + + Core\utils + + + Core\addons + + + Core\addons + + + Core\utils + + + Windows\tools + + + Core\addons + + + Core\addons + + + Core\filter + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Core\libretro-common\rthreads + + + Core\frontend\modules + + + Core\libretro-common\formats\png + + + Core\libretro-common\formats\png + + + Core\libretro-common\formats\bmp + + + Core\libretro-common\file\nbio + + + Core\libretro-common\string + + + Core\libretro-common\compat + + + Core\libretro-common\compat + + + Core\libretro-common\compat + + + Core\libretro-common\compat + + + Core\libretro-common\compat + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\file + + + Core\libretro-common\hash + + + Core\libretro-common\rthreads + + + Core\libretro-common\compat + + + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core + + + Core\gdbstub + + + Core\utils + + + Core\utils + + + Core\utils + + + Core\utils + + + Core\utils + + + Core\utils\decrypt + + + Core\utils\decrypt + + + Core\utils\decrypt + + + Core\metaspu + + + Core\metaspu + + + Core\metaspu\win32 + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Core\metaspu\SoundTouch + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows + + + Windows\userconfig + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Windows\tools + + + Core\utils + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils\libfat + + + Core\utils + + + Core\utils + + + Core\utils + + + Core\utils\tinyxml + + + Core\utils\tinyxml + + + Core\filter + + + Core\filter + + + Core\filter + + + Core\filter + + + Windows + + + Core + + + Core + + + Core + + + Windows + + + Core\utils\AsmJit + + + Core\utils\AsmJit + + + Core\utils\AsmJit + + + Core\utils\AsmJit + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\core + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core\utils\AsmJit\x86 + + + Core + + + Windows + + + Core + + + Core\addons + + + Core\addons + + + Core\utils + + + Core\addons + + + Core\utils + + + Windows\tools + + + Core + + + Core\filter + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\fex + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Core\libretro-common\include\rthreads + + + Core\libretro-common\include + + + Core\libretro-common\include + + + Core\libretro-common\include + + + Core\frontend\modules + + + Core\libretro-common\formats\png + + + Core\libretro-common\include\formats + + + Core\libretro-common\include\formats + + + Core\libretro-common\include\formats + + + Core\libretro-common\include\compat + + + Core\libretro-common\include\compat + + + + + Core + + + Core + + + Windows\resources + + + Windows\resources + + + Core\filter + + + Core\utils\AsmJit + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\7z_C + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\File_Extractor\unrar + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + Windows\resources + + + + + Windows\resources + + + + + Windows\libs + + + Windows\libs + + \ No newline at end of file diff --git a/desmume/src/windows/DeSmuME_2010.bat b/desmume/src/windows/DeSmuME_2010.bat new file mode 100644 index 000000000..a1336451b --- /dev/null +++ b/desmume/src/windows/DeSmuME_2010.bat @@ -0,0 +1 @@ +start "" "%VS100COMNTOOLS%\..\IDE\devenv.exe" DeSmuME.sln \ No newline at end of file diff --git a/desmume/src/windows/DeSmuME_2010.vcxproj b/desmume/src/windows/DeSmuME_2010.vcxproj deleted file mode 100644 index 8ba03d739..000000000 --- a/desmume/src/windows/DeSmuME_2010.vcxproj +++ /dev/null @@ -1,1150 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Dev+ - Win32 - - - Dev+ - x64 - - - Release Fastbuild - Win32 - - - Release Fastbuild - x64 - - - Release - Win32 - - - Release - x64 - - - - DeSmuME_VS2010 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9} - DeSmuME - - - - false - - - true - - - false - - - - false - - - true - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - $(SolutionDir)\__bins\ - $(SolutionDir)\.VS2010\$(Configuration)\$(Platform)\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - $(ProjectName)_x64_release - $(ProjectName)_x64_release - $(ProjectName)_x64_debug - $(ProjectName)_x64_dev+ - $(ProjectName)_release - $(ProjectName)_release - $(ProjectName)_debug - $(ProjectName)_dev+ - - - - defaultconfig\SubWCRev.bat - - - Disabled - Default - false - Neither - false - false - B:\svn\desmume\trunk\desmume\src\windows\pthread;.;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) - HAVE_ZLIB_DEFLATE;DEBUG;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;BETA_VERSION;NOMINMAX;HAVE_LIBZ;%(PreprocessorDefinitions) - Sync - EnableFastChecks - true - StreamingSIMDExtensions2 - Fast - EditAndContinue - Cdecl - Default - true - - - directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-Win32.lib;zlib-vc8-Win32.lib;agg-2.5.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_debug.exe - .\zlib128;agg;.libs;.libs\win32 - lua51.dll - true - true - false - - - - - DeSmuME_x86.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) - HAVE_ZLIB_DEFLATE;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;%(PreprocessorDefinitions) - true - Sync - Default - false - StreamingSIMDExtensions2 - Fast - ProgramDatabase - Cdecl - Default - true - - - directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-Win32.lib;zlib-vc8-Win32.lib;agg-2.5.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_release.exe - .\zlib128;agg;.libs;.libs\win32 - lua51.dll - true - true - false - - - - - DeSmuME_x86.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - MaxSpeed - AnySuitable - true - Speed - true - true - false - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) - HAVE_ZLIB_DEFLATE;FASTBUILD;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;%(PreprocessorDefinitions) - true - Sync - Default - false - StreamingSIMDExtensions2 - Fast - ProgramDatabase - Cdecl - Default - true - - - directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-Win32.lib;zlib-vc8-Win32.lib;agg-2.5.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_release.exe - .\zlib128;agg;.libs;.libs\win32 - lua51.dll - true - true - false - - - - - DeSmuME_x86.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - Full - AnySuitable - true - Speed - true - true - false - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) - HAVE_ZLIB_DEFLATE;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;FASTBUILD;DEVELOPER;%(PreprocessorDefinitions) - true - Sync - Default - false - StreamingSIMDExtensions2 - Fast - ProgramDatabase - Cdecl - Default - true - - - directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-Win32.lib;zlib-vc8-Win32.lib;agg-2.5.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_dev+.exe - .\zlib128;agg;.libs;.libs\win32 - lua51.dll - true - true - - - false - - - - - DeSmuME_x86.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - X64 - - - Disabled - Default - false - Neither - false - false - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) - HAVE_ZLIB_DEFLATE;DEBUG;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;BETA_VERSION;NOMINMAX;HAVE_LIBZ;%(PreprocessorDefinitions) - Sync - EnableFastChecks - true - NotSet - Fast - ProgramDatabase - Cdecl - Default - true - - - directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-x64.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64_debug.exe - .\zlib128;agg;.libs;.libs\x64 - wpcap.dll;lua51.dll - true - true - false - - - MachineX64 - - - DeSmuME_x64.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - X64 - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) - HAVE_ZLIB_DEFLATE;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;%(PreprocessorDefinitions) - true - Sync - Default - false - StreamingSIMDExtensions2 - Fast - Level1 - ProgramDatabase - Cdecl - Default - true - - - directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-x64.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64_release.exe - .\zlib128;agg;.libs;.libs\x64 - lua51.dll - true - true - false - - - MachineX64 - - - DeSmuME_x64.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - X64 - - - MaxSpeed - AnySuitable - true - Speed - true - true - true - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;%(PreprocessorDefinitions) - true - Sync - Default - false - StreamingSIMDExtensions2 - Fast - Level1 - ProgramDatabase - Cdecl - Default - true - - - directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-x64.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64_release.exe - .\zlib128;agg;.libs;.libs\x64 - lua51.dll - true - true - false - - - MachineX64 - - - DeSmuME_x64.manifest;%(AdditionalManifestFiles) - - - - - defaultconfig\SubWCRev.bat - - - X64 - - - MaxSpeed - AnySuitable - true - Speed - true - true - false - .;..;lua\include;glib-2.20.1\build;glib-2.20.1\build\glib;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) - HAVE_ZLIB_DEFLATE;_CRT_SECURE_NO_DEPRECATE;GLIB_STATIC_COMPILATION;WIN32;HAVE_LIBZ;NOMINMAX;RELEASE;NDEBUG;DEVELOPER;%(PreprocessorDefinitions) - true - Sync - Default - false - NotSet - Fast - Level1 - ProgramDatabase - Cdecl - Default - true - - - directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;lua51.lib;glib-vc8-x64.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)_x64_dev+.exe - .\zlib128;agg;.libs;.libs\x64 - wpcap.dll;lua51.dll - true - true - - - false - - - MachineX64 - - - DeSmuME_x64.manifest;%(AdditionalManifestFiles) - - - - - - - - - - - - - - - - - - - - - - - - - Cdecl - Cdecl - Cdecl - Cdecl - Cdecl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(IntDir)\decrypt\ - $(IntDir)\decrypt\ - $(IntDir)\decrypt\ - $(IntDir)\decrypt\ - $(IntDir)\decrypt\ - $(IntDir)\decrypt\ - $(IntDir)\decrypt\ - $(IntDir)\decrypt\ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - .libs\directx.tag;%(Outputs) - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - call un7z_and_touch.bat directx\directx.7z .libs\directx* - - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - 7z.exe;un7z_and_touch.bat;%(AdditionalInputs) - .libs\directx.tag;%(Outputs) - .libs\directx.tag;%(Outputs) - - - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - 7z.exe;un7z_and_touch.bat - 7z.exe;un7z_and_touch.bat - .libs\lua.tag; - .libs\lua.tag; - call un7z_and_touch.bat lua\lua.7z .libs\win32\lua* .libs\x64\lua* .libs\lua.tag - .libs\lua.tag; - 7z.exe;un7z_and_touch.bat - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/desmume/src/windows/DeSmuME_2015.sln b/desmume/src/windows/DeSmuME_2015.sln deleted file mode 100644 index 71a63b8d0..000000000 --- a/desmume/src/windows/DeSmuME_2015.sln +++ /dev/null @@ -1,32 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeSmuME_VS2015", "DeSmuME_2015.vcxproj", "{9F5F72A1-D3A5-4918-B460-E076B16D10A9}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Dev+|Win32 = Dev+|Win32 - Dev+|x64 = Dev+|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|Win32.ActiveCfg = Debug|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|Win32.Build.0 = Debug|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x64.ActiveCfg = Debug|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Debug|x64.Build.0 = Debug|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|Win32.ActiveCfg = Dev+|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|Win32.Build.0 = Dev+|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x64.ActiveCfg = Dev+|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Dev+|x64.Build.0 = Dev+|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|Win32.ActiveCfg = Release|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|Win32.Build.0 = Release|Win32 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x64.ActiveCfg = Release|x64 - {9F5F72A1-D3A5-4918-B460-E076B16D10A9}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/desmume/src/windows/DeSmuME_2015.vcxproj.filters b/desmume/src/windows/DeSmuME_2015.vcxproj.filters deleted file mode 100644 index 833798dd5..000000000 --- a/desmume/src/windows/DeSmuME_2015.vcxproj.filters +++ /dev/null @@ -1,1653 +0,0 @@ - - - - - {7c82633b-ee33-4cd0-b47d-487a417edeab} - - - {8aa1dcea-23d0-456b-9be5-8338072c77cf} - - - {e6128d2d-eb64-460b-8bb2-4ee12e38466e} - - - {abcc1413-bf8e-4d2e-9bc7-332ac9269fde} - - - {d4f8903c-7f78-4416-883c-42ad17e5cb25} - - - {b7dff57f-b8e1-4d98-a6c5-3031e0763b76} - - - {2b7b810e-c016-4e26-84b2-c36829d93f87} - - - {e7a10a39-f561-4884-b884-f2282fbf8905} - - - {8051838e-4194-425a-b471-880788a7fb18} - - - {d23031b8-70eb-4035-89ad-cba21cc6b570} - - - {485cef5d-6bf9-434c-81ee-b8c3d188e2e0} - - - {19289bbe-161a-4431-931b-ac9fa1ab6fde} - - - {46c55ff6-0bd2-4715-ba89-aead8b466220} - - - {841d24f1-7f40-48a3-bde6-d546d7903ade} - - - {798a6649-7ea2-4dde-a8bc-9e36cf4a4975} - - - {ec682647-9bb7-4315-99a4-4f9398db61ad} - - - {4d7483df-e22e-4e77-9ae8-8446c04d335d} - - - {04ea2049-7954-4d44-a631-6562f02e467e} - - - {40f6aa8b-2cce-48bf-b89d-0cad473f16e2} - - - {191da306-49b9-43b4-a4d9-d91dd3a18db8} - - - {cd842cb5-7e8f-4265-b893-f44eb7f52c00} - - - {4604012a-be54-4537-827b-65c44969f012} - - - {553c2a14-1f94-4468-9667-56bdc454cb04} - - - {bb7018b5-f7ad-45e8-8179-8cc0ce8a6a20} - - - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\gdbstub - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\metaspu - - - Core\metaspu - - - Core\metaspu - - - Core\metaspu\win32 - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Core - - - Windows - - - Core - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\addons - - - Core\utils - - - Core\addons - - - Core\addons - - - Core\utils - - - Windows\tools - - - Core\addons - - - Core\addons - - - Core\filter - - - Windows\File_Extractor\7z_C\win32 - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core - - - Core\gdbstub - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\utils\decrypt - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\libfat - - - Core\utils\tinyxml - - - Core\utils\tinyxml - - - Core\utils\AsmJit - - - Core\utils\AsmJit - - - Core\utils\AsmJit - - - Core\utils\AsmJit - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\core - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\utils\AsmJit\x86 - - - Core\metaspu - - - Core\metaspu - - - Core\metaspu\win32 - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\metaspu\SoundTouch - - - Core\filter - - - Core\filter - - - Core\filter - - - Core\filter - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows - - - Windows\userconfig - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Windows\tools - - - Core - - - Windows - - - Core - - - Core\addons - - - Core\addons - - - Core\utils - - - Core\addons - - - Core\utils - - - Windows\tools - - - Core\filter - - - Windows\File_Extractor\7z_C\win32 - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\fex - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows - - - - - Core - - - Core - - - Core\filter - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\unrar - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - Windows\File_Extractor\7z_C - - - - - Windows\resources - - - - - Windows\libs - - - Windows\libs - - - Windows\libs - - - \ No newline at end of file diff --git a/desmume/src/windows/DeSmuME_x86.manifest b/desmume/src/windows/DeSmuME_Win32.manifest similarity index 100% rename from desmume/src/windows/DeSmuME_x86.manifest rename to desmume/src/windows/DeSmuME_Win32.manifest diff --git a/desmume/src/windows/desmume.props b/desmume/src/windows/desmume.props new file mode 100644 index 000000000..6af41e40c --- /dev/null +++ b/desmume/src/windows/desmume.props @@ -0,0 +1,186 @@ + + + + + + + + + true + + 10.0 + + + + + VS2010 + VS2015 + $(SolutionDir).obj\$(NDS_VisualStudioName)-$(Platform)-$(Configuration)\ + $(SolutionDir)__bins\ + DeSmuME-$(NDS_VisualStudioName)-$(ProjectName)-x64-$(Configuration) + DeSmuME-$(NDS_VisualStudioName)-$(Configuration) + $(OutDir)$(TargetName).exe + + + + + true + + + + + + + + + defaultconfig\SubWCRev.bat + + + + + .;..;lua\include;glib-2.20.1\build;.\zlib128;.\zziplib;.\winpcap;userconfig;defaultconfig;.\agg\include;.\agg\examples;directx;File_Extractor;..\libretro-common\include;%(AdditionalIncludeDirectories) + + + _CRT_SECURE_NO_DEPRECATE;WIN32;HAVE_ZLIB_DEFLATE;HAVE_LIBZ;NOMINMAX;%(PreprocessorDefinitions) + + + _DEBUG;%(PreprocessorDefinitions) + RELEASE;NDEBUG;%(PreprocessorDefinitions) + RELEASE;NDEBUG;%(PreprocessorDefinitions) + + + + true + false + + + Disabled + Full + Full + true + Fast + StreamingSIMDExtensions2 + + + true + EnableFastChecks + + + false + + + true + + + Sync + + + Cdecl + + + MultiThreadedDebugDll + MultiThreadedDll + + + + + $(TargetPath) + + + .\zlib128;agg;.libs;.libs\x64 + directx-x64-ddraw-dinput8-dsound-dxerr8-dxguid.lib;zlib-vc8-x64.lib;agg-2.5-x64.lib;%(AdditionalDependencies) + + + .\zlib128;agg;.libs;.libs\win32 + directx-win32-ddraw-dinput8-dsound-dxerr8-dxguid.lib;zlib-vc8-Win32.lib;agg-2.5.lib;%(AdditionalDependencies) + + + legacy_stdio_definitions.lib;%(AdditionalDependencies) + + + lua51.lib;%(AdditionalDependencies) + + vfw32.lib;winmm.lib;opengl32.lib;glu32.lib;ws2_32.lib;user32.lib;gdi32.lib;shell32.lib;comdlg32.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies) + + lua51.dll + + + true + true + + + UseLinkTimeCodeGeneration + + + Windows + false + true + MachineX64 + + + false + + + + + DeSmuME_$(Platform).manifest;%(AdditionalManifestFiles) + + + + + + + + + + + + + + + + + + + (); + foreach( var item in ItemList ) + { + //solve bug e.g. Checkbox.cpp vs CheckBox.cpp + var filename = item.GetMetadata("Filename").ToUpperInvariant(); + + //assign reused filenames to increasing numbers + //assign previously unused filenames to 0 + int assignment = 0; + if(assignmentMap.TryGetValue(filename, out assignment)) + assignmentMap[filename] = ++assignment; + else + assignmentMap[filename] = 0; + + var thisFileOutdir = Path.Combine(OutputDir,assignment.ToString()) + "/"; //take care it ends in / so /Fo knows it's a directory and not a filename + item.SetMetadata( "ObjectFileName", thisFileOutdir ); + } + + OutputItemList = ItemList; + ItemList = new Microsoft.Build.Framework.ITaskItem[0]; + + ]]> + + + + + + + + + + + + + + + + \ No newline at end of file