From ba5b367ae881505dca15e205495fd7d26a01ae9b Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Thu, 4 Jun 2015 08:53:14 +0200 Subject: [PATCH] drop support of Visual Studio 2010 * Severals PR uses C++11 features * 2015 will soon be released * Win 10 will soon be released Time to upgrade --- common/build/Utilities/utilities.vcxproj | 193 -- .../build/Utilities/utilities.vcxproj.filters | 226 --- common/build/x86emitter/x86emitter.vcxproj | 152 -- .../x86emitter/x86emitter.vcxproj.filters | 147 -- pcsx2/windows/VCprojects/pcsx2.vcxproj | 948 --------- .../windows/VCprojects/pcsx2.vcxproj.filters | 1384 ------------- plugins/CDVDiso/src/Windows/CDVDiso.vcxproj | 166 -- .../src/Windows/CDVDiso.vcxproj.filters | 50 - plugins/CDVDnull/Windows/CDVDnull.vcxproj | 72 - .../CDVDnull/Windows/CDVDnull.vcxproj.filters | 24 - plugins/CDVDolio/cdvd.vcxproj | 541 ------ plugins/CDVDolio/cdvd.vcxproj.filters | 64 - plugins/FWnull/Windows/FWnull.vcxproj | 89 - plugins/FWnull/Windows/FWnull.vcxproj.filters | 38 - plugins/GSdx/GSdx.vcxproj | 1719 ----------------- plugins/GSdx/GSdx.vcxproj.filters | 746 ------- plugins/GSnull/Windows/GSnull.vcxproj | 107 - plugins/GSnull/Windows/GSnull.vcxproj.filters | 75 - plugins/LilyPad/LilyPad.vcxproj | 503 ----- plugins/LilyPad/LilyPad.vcxproj.filters | 151 -- plugins/PadNull/Windows/PadNull.vcxproj | 106 - .../PadNull/Windows/PadNull.vcxproj.filters | 52 - plugins/SSSPSXPAD/PadSSSPSX.vcxproj | 104 - plugins/SSSPSXPAD/PadSSSPSX.vcxproj.filters | 40 - plugins/USBnull/Windows/USBnull.vcxproj | 89 - .../USBnull/Windows/USBnull.vcxproj.filters | 38 - plugins/USBqemu/Win32/USBqemu.vcxproj | 166 -- plugins/USBqemu/Win32/USBqemu.vcxproj.filters | 97 - .../src/Windows/cdvdGigaherz.vcxproj | 132 -- .../src/Windows/cdvdGigaherz.vcxproj.filters | 88 - plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj | 136 -- .../Win32/DEV9ghzdrk.vcxproj.filters | 97 - plugins/dev9null/Windows/DEV9null.vcxproj | 100 - .../dev9null/Windows/DEV9null.vcxproj.filters | 26 - plugins/spu2-x/src/Windows/Spu2-X.vcxproj | 502 ----- .../spu2-x/src/Windows/Spu2-X.vcxproj.filters | 248 --- plugins/xpad/xpad.vcxproj | 566 ------ plugins/xpad/xpad.vcxproj.filters | 52 - plugins/zerogs/dx/Windows/zerogs.vcxproj | 201 -- .../zerogs/dx/Windows/zerogs.vcxproj.filters | 94 - plugins/zerospu2/Windows/ZeroSPU2.vcxproj | 159 -- .../zerospu2/Windows/ZeroSPU2.vcxproj.filters | 71 - .../zzogl-pg/opengl/Win32/zerogsogl.vcxproj | 288 --- .../opengl/Win32/zerogsogl.vcxproj.filters | 241 --- tools/bin2cpp/bin2c.vcxproj | 98 - tools/bin2cpp/bin2c.vcxproj.filters | 22 - 46 files changed, 11208 deletions(-) delete mode 100644 common/build/Utilities/utilities.vcxproj delete mode 100644 common/build/Utilities/utilities.vcxproj.filters delete mode 100644 common/build/x86emitter/x86emitter.vcxproj delete mode 100644 common/build/x86emitter/x86emitter.vcxproj.filters delete mode 100644 pcsx2/windows/VCprojects/pcsx2.vcxproj delete mode 100644 pcsx2/windows/VCprojects/pcsx2.vcxproj.filters delete mode 100644 plugins/CDVDiso/src/Windows/CDVDiso.vcxproj delete mode 100644 plugins/CDVDiso/src/Windows/CDVDiso.vcxproj.filters delete mode 100644 plugins/CDVDnull/Windows/CDVDnull.vcxproj delete mode 100644 plugins/CDVDnull/Windows/CDVDnull.vcxproj.filters delete mode 100644 plugins/CDVDolio/cdvd.vcxproj delete mode 100644 plugins/CDVDolio/cdvd.vcxproj.filters delete mode 100644 plugins/FWnull/Windows/FWnull.vcxproj delete mode 100644 plugins/FWnull/Windows/FWnull.vcxproj.filters delete mode 100644 plugins/GSdx/GSdx.vcxproj delete mode 100644 plugins/GSdx/GSdx.vcxproj.filters delete mode 100644 plugins/GSnull/Windows/GSnull.vcxproj delete mode 100644 plugins/GSnull/Windows/GSnull.vcxproj.filters delete mode 100644 plugins/LilyPad/LilyPad.vcxproj delete mode 100644 plugins/LilyPad/LilyPad.vcxproj.filters delete mode 100644 plugins/PadNull/Windows/PadNull.vcxproj delete mode 100644 plugins/PadNull/Windows/PadNull.vcxproj.filters delete mode 100644 plugins/SSSPSXPAD/PadSSSPSX.vcxproj delete mode 100644 plugins/SSSPSXPAD/PadSSSPSX.vcxproj.filters delete mode 100644 plugins/USBnull/Windows/USBnull.vcxproj delete mode 100644 plugins/USBnull/Windows/USBnull.vcxproj.filters delete mode 100644 plugins/USBqemu/Win32/USBqemu.vcxproj delete mode 100644 plugins/USBqemu/Win32/USBqemu.vcxproj.filters delete mode 100644 plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj delete mode 100644 plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj.filters delete mode 100644 plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj delete mode 100644 plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj.filters delete mode 100644 plugins/dev9null/Windows/DEV9null.vcxproj delete mode 100644 plugins/dev9null/Windows/DEV9null.vcxproj.filters delete mode 100644 plugins/spu2-x/src/Windows/Spu2-X.vcxproj delete mode 100644 plugins/spu2-x/src/Windows/Spu2-X.vcxproj.filters delete mode 100644 plugins/xpad/xpad.vcxproj delete mode 100644 plugins/xpad/xpad.vcxproj.filters delete mode 100644 plugins/zerogs/dx/Windows/zerogs.vcxproj delete mode 100644 plugins/zerogs/dx/Windows/zerogs.vcxproj.filters delete mode 100644 plugins/zerospu2/Windows/ZeroSPU2.vcxproj delete mode 100644 plugins/zerospu2/Windows/ZeroSPU2.vcxproj.filters delete mode 100644 plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj delete mode 100644 plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters delete mode 100644 tools/bin2cpp/bin2c.vcxproj delete mode 100644 tools/bin2cpp/bin2c.vcxproj.filters diff --git a/common/build/Utilities/utilities.vcxproj b/common/build/Utilities/utilities.vcxproj deleted file mode 100644 index e955961afb..0000000000 --- a/common/build/Utilities/utilities.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - {4639972E-424E-4E13-8B07-CA403C481346} - x86emitter - Win32Proj - - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - _LIB;%(PreprocessorDefinitions) - Async - Use - PrecompiledHeader.h - - - - - _LIB;%(PreprocessorDefinitions) - Async - Use - PrecompiledHeader.h - - - - - _LIB;%(PreprocessorDefinitions) - Async - Use - PrecompiledHeader.h - - - - - - - - - - - - - - - - - - - Create - Create - Create - - - - - - - - - - - true - true - true - - - true - true - true - - - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {48ad7e0a-25b1-4974-a1e3-03f8c438d34f} - false - - - - - - diff --git a/common/build/Utilities/utilities.vcxproj.filters b/common/build/Utilities/utilities.vcxproj.filters deleted file mode 100644 index d0e937a35c..0000000000 --- a/common/build/Utilities/utilities.vcxproj.filters +++ /dev/null @@ -1,226 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {54fbf775-c53a-4e27-8903-2f68688d7764} - - - {903e4e1a-fc21-4f41-83c6-fb70d90cbb58} - - - {b7963f4a-9718-4852-bb0a-62dc0931f98e} - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {a3d21581-efe9-4749-a801-0ae50cbed855} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Linux - - - Source Files\Linux - - - Source Files\Linux - - - Source Files\Windows - - - Source Files\Windows - - - Source Files\Windows - - - Source Files\Threading - - - Source Files\Threading - - - Source Files\Threading - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files\Threading - - - - - Source Files\Threading - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Threading - - - Header Files - - - Header Files - - - diff --git a/common/build/x86emitter/x86emitter.vcxproj b/common/build/x86emitter/x86emitter.vcxproj deleted file mode 100644 index d4c805822e..0000000000 --- a/common/build/x86emitter/x86emitter.vcxproj +++ /dev/null @@ -1,152 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - {A51123F5-9505-4EAE-85E7-D320290A272C} - x86emitter - Win32Proj - - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - Use - PrecompiledHeader.h - - - - - MaxSpeed - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - Use - PrecompiledHeader.h - - - - - MaxSpeed - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - Use - PrecompiledHeader.h - - - - - - - - - - - - Create - Create - Create - - - - - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/build/x86emitter/x86emitter.vcxproj.filters b/common/build/x86emitter/x86emitter.vcxproj.filters deleted file mode 100644 index 9c156c3005..0000000000 --- a/common/build/x86emitter/x86emitter.vcxproj.filters +++ /dev/null @@ -1,147 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {349ada14-68b6-4be5-8232-b162efb0a5aa} - - - {12d7c7d4-d7f1-43cb-86c3-585dad794bf6} - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {66921012-17b3-45f6-aa8c-82e845c489f8} - - - {ae9884f6-cbd3-4fb6-a011-c776dce9b6ee} - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Linux - - - Source Files\Windows - - - - - Source Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement - - - Header Files\Implement_Simd - - - Header Files\Implement_Simd - - - Header Files\Implement_Simd - - - Header Files\Implement_Simd - - - Header Files\Implement_Simd - - - diff --git a/pcsx2/windows/VCprojects/pcsx2.vcxproj b/pcsx2/windows/VCprojects/pcsx2.vcxproj deleted file mode 100644 index 53bfb9ddec..0000000000 --- a/pcsx2/windows/VCprojects/pcsx2.vcxproj +++ /dev/null @@ -1,948 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - pcsx2 - {1CEFD830-2B76-4596-A4EE-BCD7280A60BD} - pcsx2 - - - - Application - false - Unicode - true - - - Application - false - Unicode - false - - - Application - false - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)-dev - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/pcsx2.tlb - - - $(ProjectRootDir)/gui;%(AdditionalIncludeDirectories) - Async - Use - PrecompiledHeader.h - CompileAsCpp - - - zlib-dbg.lib;rpcrt4.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)-dbg.exe - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/pcsx2.tlb - - - $(ProjectRootDir)/gui;%(AdditionalIncludeDirectories) - NDEBUG;%(PreprocessorDefinitions) - Async - Use - PrecompiledHeader.h - Level3 - CompileAsCpp - - - zlib-dev.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/pcsx2.tlb - - - $(ProjectRootDir)/gui;%(AdditionalIncludeDirectories) - NDEBUG;%(PreprocessorDefinitions) - Async - NotSet - Use - PrecompiledHeader.h - CompileAsCpp - - - zlib.lib;%(AdditionalDependencies) - $(TargetDir)$(TargetName).pdb - - - - - Document - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - %(RootDir)%(Directory)\%(Filename).h - %(RootDir)%(Directory)\%(Filename).h - %(RootDir)%(Directory)\%(Filename).h - - - Document - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - %(RootDir)%(Directory)\%(Filename).h - %(RootDir)%(Directory)\%(Filename).h - %(RootDir)%(Directory)\%(Filename).h - - - Document - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - %(RootDir)%(Directory)\%(Filename).h - %(RootDir)%(Directory)\%(Filename).h - %(RootDir)%(Directory)\%(Filename).h - - - - - - - - - - - - - - - - - - - - - - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - cmd.exe /c "%(RootDir)%(Directory)\bin2cpp.cmd" %(Filename)%(Extension) - - %(RootDir)%(Directory)\%(Filename).h - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - - - true - true - true - - - true - true - true - - - true - true - true - - - true - true - true - - - true - true - true - - - - - - - - - - - - - - - - - - - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - - - true - ..\Win32.h - $(IntDir)win32.pch - true - ..\Win32.h - $(IntDir)win32.pch - true - - - true - ..\Win32.h - $(IntDir)win32.pch - true - ..\Win32.h - $(IntDir)win32.pch - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - - - true - true - true - - - true - true - true - - - true - true - true - - - true - true - true - - - true - true - true - - - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(SvnRootDir)\common\include;$(SvnRootDir)\3rdparty\wxWidgets\include;$(SvnRootDir)\3rdparty\wxWidgets\lib\vc_lib\mswd;%(AdditionalIncludeDirectories) - $(SvnRootDir)\common\include;$(SvnRootDir)\3rdparty\wxWidgets\include;$(SvnRootDir)\3rdparty\wxWidgets\lib\vc_lib\mswd;%(AdditionalIncludeDirectories) - $(SvnRootDir)\common\include;$(SvnRootDir)\3rdparty\wxWidgets\include;$(SvnRootDir)\3rdparty\wxWidgets\lib\vc_lib\mswd;%(AdditionalIncludeDirectories) - - - - - - {26511268-2902-4997-8421-ecd7055f9e28} - false - - - {7e9b2be7-cec3-4f14-847b-0ab8d562fb86} - false - - - {0e231fb1-f3c9-4724-accb-de8bcb3c089e} - false - - - {48ad7e0a-25b1-4974-a1e3-03f8c438d34f} - false - - - {0318ba30-ef48-441a-9e10-dc85efae39f0} - false - - - {2f6c0388-20cb-4242-9f6c-a6ebb6a83f47} - false - - - {4639972e-424e-4e13-8b07-ca403c481346} - false - - - {a51123f5-9505-4eae-85e7-d320290a272c} - false - - - {677b7d11-d5e1-40b3-88b1-9a4df83d2213} - false - - - - - - - \ No newline at end of file diff --git a/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters b/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters deleted file mode 100644 index 8a45ffef37..0000000000 --- a/pcsx2/windows/VCprojects/pcsx2.vcxproj.filters +++ /dev/null @@ -1,1384 +0,0 @@ - - - - - {d1e5f218-107b-4e8c-9527-55cb9388b544} - - - {acd41072-b36e-4653-a430-40ade53fb78a} - - - {5dc872c1-db13-4c70-9d44-a3fc4b6fc241} - - - {3cda6808-a2bd-48a7-912e-161a7d0f5bce} - - - {a3f5cf44-2d2b-4822-b530-57286c85374a} - - - {a7187804-2892-4f90-9360-cf2bd6c31540} - - - {8cb5090c-c891-498b-bec2-183d4deca91f} - - - {1c7a3f63-9285-4202-84c5-278a854db932} - - - {33efddb9-1e44-44dc-b857-45b49b22c750} - - - {c1691a12-a08a-4ca7-ba66-b4ff4c7f30a5} - - - {57bf864f-d216-4d97-968d-4c0ff4f166ec} - - - {7865c84c-6431-4781-a016-45eeac5cad2c} - - - {c4ee1612-1ce9-4c74-8323-f98851014558} - - - {a210a307-e8bf-4bbc-8770-e720cc7fc953} - - - {f9ec43a5-e1d5-4b0b-831a-eed6947e8552} - - - {e14056ea-b126-4e5b-94e0-3ce09463970b} - - - {4ba4f2e2-5195-471b-9a0d-d84fa3fb96aa} - - - {088d96f1-2b69-4c53-9f14-026db3368905} - - - {259f9912-d495-45da-b894-8312fde18364} - - - {5f98cd09-41cd-4c1e-ad7d-06a8859e770c} - - - {620afa6f-3aea-4093-bed0-46fd37a5ad6d} - - - {f9de9bc0-4bc5-4fb5-8a1f-04bc31a82b07} - - - {a6b34a13-67af-45fd-a2fb-2c86a762dd39} - - - {89c4908d-b0a1-4c69-9104-00e0af69a714} - - - {f5c8a322-8f48-44a8-97ad-4bd0017bdfe7} - - - {79aa85ae-b75b-421a-838c-8144d9dacd76} - - - {094486fe-8ffc-4b98-81d6-6c381554fd8e} - - - {409f8654-a1cd-4624-9ede-3ae83a707876} - - - {e373743e-ee9f-421c-aa28-2d02a08bb252} - - - {5a3ec813-4719-4ca1-9988-3587ea402a2b} - - - {a11bcdd7-008e-40aa-9376-d1cc2bf4e67c} - - - {8aa116a4-8bae-4ec0-a919-be8a320491eb} - - - {4dab2d06-69e0-4f3e-b6d3-45e5e85af940} - - - {67e51016-d1db-44d2-910d-349d2833f798} - - - {5602cc18-9d1c-49c8-9509-7e4cf9ecd91b} - - - {ffa6c572-1615-4dad-80c3-333e3eb476f2} - - - {bba4d866-e26f-49c8-83fb-fb970c33798b} - - - {96937113-fef0-4e63-92e5-a30edcc78dc2} - - - {5e741f2d-9e0b-4e43-b2a2-44a8370e1546} - - - {3c918e82-4f67-4058-9818-4aff906dfa4a} - - - {c5237754-2509-4291-b869-c5dacc1a8aba} - - - {99a8dd4e-22db-4818-8799-7646b363b725} - - - {03bc7561-2b23-469a-936d-0463fb0ee9d2} - - - {1f18feb4-85f0-455d-927a-d4d6b226d8a5} - - - {ebbed875-840b-4b7b-96e4-4da2d4e38d4b} - - - {510ab530-0308-44f7-a7e3-08e474065651} - - - {485e39c6-aa13-4094-8ec8-3113cd0a1734} - - - {f8e51d3e-dc60-4aa9-9d37-c7c1ccaacd02} - - - {b9da6fbf-4fd9-4cfb-89f7-34ac0f933ce9} - - - {02398f88-aadb-4183-be7e-68f0cacdf620} - - - - - Misc - - - Docs - - - System\Linux - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - AppHost\Dialogs - - - AppHost\Debugger - - - - - Misc - - - Misc - - - Misc - - - Misc\Utilities - - - System - - - System - - - System - - - System - - - System - - - System - - - System - - - System - - - System - - - System - - - System\ISO - - - System\Ps2 - - - System\Ps2 - - - System\Ps2\EmotionEngine - - - System\Ps2\EmotionEngine\Hardware - - - System\Ps2\EmotionEngine\Hardware - - - System\Ps2\EmotionEngine\Hardware - - - System\Ps2\EmotionEngine\Hardware - - - System\Ps2\EmotionEngine\Memory - - - System\Ps2\EmotionEngine\Memory - - - System\Ps2\EmotionEngine\Memory - - - System\Ps2\EmotionEngine\Memory - - - System\Ps2\EmotionEngine\VU - - - System\Ps2\EmotionEngine\VU - - - System\Ps2\EmotionEngine\VU - - - System\Ps2\EmotionEngine\VU\Dynarec - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\Super VU - - - System\Ps2\EmotionEngine\VU\Dynarec\Super VU - - - System\Ps2\EmotionEngine\VU\Dynarec\Super VU - - - System\Ps2\EmotionEngine\VU\Dynarec\Super VU - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\DMAC\Sif - - - System\Ps2\EmotionEngine\DMAC\Sif - - - System\Ps2\EmotionEngine\DMAC\Sif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif\Dynarec - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif\Dynarec - - - System\Ps2\EmotionEngine\DMAC\SPR - - - System\Ps2\EmotionEngine\DMAC\Gif - - - System\Ps2\EmotionEngine\EE - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Dynarec\ix86-32 - - - System\Ps2\EmotionEngine\EE\Interpreter - - - System\Ps2\EmotionEngine\EE\Interpreter - - - System\Ps2\EmotionEngine\EE\Interpreter - - - System\Ps2\EmotionEngine\EE\Interpreter - - - System\Ps2\EmotionEngine\EE\Interpreter - - - System\Ps2\EmotionEngine\EE\Interpreter - - - System\Ps2\EmotionEngine\EE\Interpreter - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop\Dynarec - - - System\Ps2\Iop\Dynarec - - - System\Ps2\Iop\Hardware - - - System\Ps2\Iop\Hardware - - - System\Ps2\Iop\Hardware - - - System\Ps2\Iop\CDVD - - - System\Ps2\Iop\CDVD - - - System\Ps2\Iop\CDVD - - - System\Ps2\Iop\CDVD - - - System\Ps2\IPU - - - System\Ps2\IPU - - - System\Ps2\IPU - - - System\Ps2\IPU\mpeg2lib - - - System\Ps2\IPU\mpeg2lib - - - System\Ps2\GS - - - System\Ps2\GS - - - System\Ps2\GS - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\iCore - - - System\Ps2\iCore - - - System\Windows - - - System\IsoFS - - - System\IsoFS - - - System\IsoFS - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Win32 - - - AppHost\Win32 - - - AppHost\Win32 - - - AppHost\Linux - - - AppHost\Cheats - - - AppHost\Cheats - - - - - - - - - - - System\Ps2\IPU - - - System\Ps2 - - - AppHost - - - AppHost - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Panels - - - AppHost\Panels - - - System\Ps2\GS - - - System\Ps2\GS - - - System\ISO - - - System\ISO - - - System\ISO - - - System\ISO - - - System\ISO - - - AppHost\Debugger - - - AppHost\Debugger - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - AppHost\Debugger - - - AppHost\Debugger - - - AppHost\Debugger - - - System\Ps2\Debug - - - AppHost\Debugger - - - System\Ps2\EmotionEngine\DMAC\Sif - - - AppHost\Debugger - - - System\ISO - - - System\Ps2\Debug - - - System\ISO - - - System\ISO - - - System\ISO - - - - - Misc - - - Misc - - - Misc\Utilities - - - System\ISO - - - System\ISO - - - System\Include - - - System\Include - - - System\Include - - - System\Include - - - System\Include - - - System\Include - - - System\Include - - - System\Include - - - System\Include - - - System\Include - - - System\Ps2\EmotionEngine - - - System\Ps2\EmotionEngine\Hardware - - - System\Ps2\EmotionEngine\Hardware - - - System\Ps2\EmotionEngine\Hardware - - - System\Ps2\EmotionEngine\Memory - - - System\Ps2\EmotionEngine\Memory - - - System\Ps2\EmotionEngine\Memory - - - System\Ps2\EmotionEngine\VU - - - System\Ps2\EmotionEngine\VU - - - System\Ps2\EmotionEngine\VU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\Ps2\EmotionEngine\VU\Dynarec\Super VU - - - System\Ps2\EmotionEngine\VU\Dynarec\Super VU - - - System\Ps2\EmotionEngine\VU\Dynarec\Super VU - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\VU\Interpreter - - - System\Ps2\EmotionEngine\DMAC\Sif - - - System\Ps2\EmotionEngine\DMAC\Sif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif - - - System\Ps2\EmotionEngine\DMAC\Vif\Unpack\newVif\Dynarec - - - System\Ps2\EmotionEngine\DMAC\SPR - - - System\Ps2\EmotionEngine\DMAC\Gif - - - System\Ps2\EmotionEngine\EE - - - System\Ps2\EmotionEngine\EE - - - System\Ps2\EmotionEngine\EE - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\EmotionEngine\EE\Dynarec - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop - - - System\Ps2\Iop\Dynarec - - - System\Ps2\Iop\Hardware - - - System\Ps2\Iop\Hardware - - - System\Ps2\Iop\CDVD - - - System\Ps2\Iop\CDVD - - - System\Ps2\Iop\CDVD - - - System\Ps2\Iop\CDVD - - - System\Ps2\Iop\CDVD - - - System\Ps2\IPU - - - System\Ps2\IPU - - - System\Ps2\IPU - - - System\Ps2\IPU\mpeg2lib - - - System\Ps2\IPU\mpeg2lib - - - System\Ps2\GS - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Include - - - System\Ps2\Include - - - System\Ps2\iCore - - - System\IsoFS - - - System\IsoFS - - - System\IsoFS - - - System\IsoFS - - - System\IsoFS - - - System\IsoFS - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Dialogs - - - AppHost\Resources - - - AppHost\Panels - - - AppHost\Panels - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Include - - - AppHost\Cheats - - - - - - - - - System\Ps2\IPU - - - AppHost - - - AppHost\Panels - - - System\Ps2\GS - - - System\Ps2\EmotionEngine\VU\Dynarec\microVU - - - System\ISO - - - AppHost\Debugger - - - AppHost\Debugger - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - System\Ps2\Debug - - - AppHost\Debugger - - - AppHost\Debugger - - - AppHost\Debugger - - - System\Ps2\Debug - - - AppHost\Debugger - - - System\ISO - - - System\Ps2\Debug - - - System\ISO - - - System\ISO - - - System\ISO - - - System\ISO - - - System\ISO - - - - - AppHost\Resources - - - AppHost\Resources - - - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - System\Ps2\Debug\rdebug - - - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - AppHost\Resources - - - \ No newline at end of file diff --git a/plugins/CDVDiso/src/Windows/CDVDiso.vcxproj b/plugins/CDVDiso/src/Windows/CDVDiso.vcxproj deleted file mode 100644 index a8c74c6672..0000000000 --- a/plugins/CDVDiso/src/Windows/CDVDiso.vcxproj +++ /dev/null @@ -1,166 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - CDVDiso - {5F78E90B-BD22-47B1-9CA5-7A80F4DF5EF3} - CDVDiso - - - - DynamicLibrary - false - MultiByte - false - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(Configuration)\ - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)-dev - - - - Disabled - - - $(SvnRootDir)\3rdparty\bzip2;$(SvnRootDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - - - bzip2-dbg.lib;zlib-dbg.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - .\CDVDiso.def - MachineX86 - - - - - NDEBUG;%(PreprocessorDefinitions) - - - $(SvnRootDir)\3rdparty\bzip2;$(SvnRootDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - - - bzip2.lib;zlib.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - .\CDVDiso.def - true - MachineX86 - - - - - NDEBUG;%(PreprocessorDefinitions) - - - Level3 - ProgramDatabase - $(SvnRootDir)\3rdparty\bzip2;$(SvnRootDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - - - bzip2-dev.lib;zlib-dev.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - .\CDVDiso.def - true - MachineX86 - - - - - CompileAsCpp - CompileAsCpp - - - CompileAsCpp - CompileAsCpp - - - CompileAsCpp - CompileAsCpp - - - CompileAsCpp - CompileAsCpp - - - - - - - - - - - - - - {f4eb4ab2-c595-4b05-8bc0-059024bc796c} - false - - - {2f6c0388-20cb-4242-9f6c-a6ebb6a83f47} - false - - - - - - \ No newline at end of file diff --git a/plugins/CDVDiso/src/Windows/CDVDiso.vcxproj.filters b/plugins/CDVDiso/src/Windows/CDVDiso.vcxproj.filters deleted file mode 100644 index 46f33e8fe0..0000000000 --- a/plugins/CDVDiso/src/Windows/CDVDiso.vcxproj.filters +++ /dev/null @@ -1,50 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/CDVDnull/Windows/CDVDnull.vcxproj b/plugins/CDVDnull/Windows/CDVDnull.vcxproj deleted file mode 100644 index 6275f3103d..0000000000 --- a/plugins/CDVDnull/Windows/CDVDnull.vcxproj +++ /dev/null @@ -1,72 +0,0 @@ - - - - - Release - Win32 - - - - CDVDnull - {F38D9DF0-F68D-49D9-B3A0-932E74FB74A0} - CDVDnull - - - - DynamicLibrary - MultiByte - true - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - - - NDEBUG;_USRDLL;CDVDNULL_EXPORTS;%(PreprocessorDefinitions) - Level3 - - - NDEBUG;%(PreprocessorDefinitions) - 0x2c0a - - - /MACHINE:I386 %(AdditionalOptions) - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - true - .\CDVDnull.def - false - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/CDVDnull/Windows/CDVDnull.vcxproj.filters b/plugins/CDVDnull/Windows/CDVDnull.vcxproj.filters deleted file mode 100644 index 03451ae10b..0000000000 --- a/plugins/CDVDnull/Windows/CDVDnull.vcxproj.filters +++ /dev/null @@ -1,24 +0,0 @@ - - - - - {4a528d75-fc57-4a25-8f63-9efd961ebaac} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - - - Source Files - - - - - Source Files - - - \ No newline at end of file diff --git a/plugins/CDVDolio/cdvd.vcxproj b/plugins/CDVDolio/cdvd.vcxproj deleted file mode 100644 index ab12a2646a..0000000000 --- a/plugins/CDVDolio/cdvd.vcxproj +++ /dev/null @@ -1,541 +0,0 @@ - - - - - Debug SSE2 - Win32 - - - Debug SSE2 - x64 - - - Debug SSE4 - Win32 - - - Debug SSE4 - x64 - - - Debug SSSE3 - Win32 - - - Debug SSSE3 - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release SSE2 - Win32 - - - Release SSE2 - x64 - - - Release SSE4 - Win32 - - - Release SSE4 - x64 - - - Release SSSE3 - Win32 - - - Release SSSE3 - x64 - - - Release - Win32 - - - Release - x64 - - - Template - Win32 - - - Template - x64 - - - - CDVDolio - {FCDF5AE2-EA47-4CC6-9F20-23A0517FEBCB} - cdvd - Win32Proj - - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - Application - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - - - DynamicLibrary - Static - MultiByte - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - false - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(Configuration)\ - $(ProjectName) - $(ProjectName)-dbg - - - - Use - - - .\cdvd.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - - - MachineX64 - - - - - Use - - - .\cdvd.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - - - MachineX64 - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\cdvd.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\cdvd.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\cdvd.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\cdvd.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - MachineX64 - - - - - Use - - - .\cdvd.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - MachineX64 - - - - - - - - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/CDVDolio/cdvd.vcxproj.filters b/plugins/CDVDolio/cdvd.vcxproj.filters deleted file mode 100644 index cd1c662dc2..0000000000 --- a/plugins/CDVDolio/cdvd.vcxproj.filters +++ /dev/null @@ -1,64 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/FWnull/Windows/FWnull.vcxproj b/plugins/FWnull/Windows/FWnull.vcxproj deleted file mode 100644 index fd56bc5c72..0000000000 --- a/plugins/FWnull/Windows/FWnull.vcxproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - FWnull - {3D0EB14D-32F3-4D82-9C6D-B806ADBB859C} - FWnull - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(ProjectName) - - - - - - - - $(OutDir)$(TargetName)$(TargetExt) - FireWireNull.def - false - MachineX86 - - - - - - - - - FireWireNull.def - false - MachineX86 - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/FWnull/Windows/FWnull.vcxproj.filters b/plugins/FWnull/Windows/FWnull.vcxproj.filters deleted file mode 100644 index bc9405fe2f..0000000000 --- a/plugins/FWnull/Windows/FWnull.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {9f8ea85e-c353-4a00-870a-573daa04f2d4} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {5090ab82-143a-459e-b92d-5bdb2847f6bc} - h;hpp;hxx;hm;inl;inc - - - {df8b3ed3-4204-43dd-9ddb-17f06e45b699} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/GSdx/GSdx.vcxproj b/plugins/GSdx/GSdx.vcxproj deleted file mode 100644 index 138508855d..0000000000 --- a/plugins/GSdx/GSdx.vcxproj +++ /dev/null @@ -1,1719 +0,0 @@ - - - - - Debug AVX - Win32 - - - Debug AVX - x64 - - - Debug SSE2 - Win32 - - - Debug SSE2 - x64 - - - Debug SSE4 - Win32 - - - Debug SSE4 - x64 - - - Debug SSSE3 - Win32 - - - Debug SSSE3 - x64 - - - Release AVX - Win32 - - - Release AVX - x64 - - - Release SSE2 - Win32 - - - Release SSE2 - x64 - - - Release SSE4 - Win32 - - - Release SSE4 - x64 - - - Release SSSE3 - Win32 - - - Release SSSE3 - x64 - - - - GSdx - {18E42F6F-3A62-41EE-B42F-79366C4F1E95} - GSdx - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - - - - Use - - - .\GSdx.def - MachineX86 - - - - - Use - - - - - - - - - Use - - - .\GSdx.def - MachineX86 - - - - - Use - - - - - - - - - Use - - - .\GSdx.def - MachineX86 - - - - - Use - - - - - - - - - Use - - - .\GSdx.def - MachineX86 - - - - - Use - - - - - - - - - Use - - - .\GSdx.def - MachineX86 - - - - - Use - - - .\GSdx.def - MachineX86 - - - - - X64 - - - Use - - - - - - - - - X64 - - - Use - - - - - - - - - Use - - - .\GSdx.def - MachineX86 - - - - - Use - - - .\GSdx.def - MachineX86 - - - - - X64 - - - Use - - - - - - - - - X64 - - - Use - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - true - true - true - true - true - true - true - true - true - true - - - true - true - true - true - true - true - true - true - true - true - - - true - true - true - true - true - true - true - true - true - true - true - true - true - true - - - true - true - true - true - true - true - true - true - true - true - - - - - - - - AssemblyAndSourceCode - - - - - - - - - - - - - - - true - true - true - true - true - true - true - true - true - true - true - true - true - true - - - true - true - true - true - true - true - true - true - true - true - - - true - true - true - true - true - true - true - true - true - true - true - true - true - true - - - true - true - true - true - true - true - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - AssemblyAndSourceCode - - - - - - - - - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/GSdx/GSdx.vcxproj.filters b/plugins/GSdx/GSdx.vcxproj.filters deleted file mode 100644 index 3611bffba1..0000000000 --- a/plugins/GSdx/GSdx.vcxproj.filters +++ /dev/null @@ -1,746 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - {6d029896-e5fd-4b46-8576-52d7d90125e6} - - - {3c2d6a4a-ff5a-420d-a0f7-4c17cc5c19df} - - - {d6fcc23b-bc82-4390-8a9a-928910bc4123} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Resource Files - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Baseclasses - - - Xbyak - - - Xbyak - - - Xbyak - - - Xbyak - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Shaders - - - Shaders - - - Shaders - - - Shaders - - - Baseclasses - - - Baseclasses - - - - Shaders - - - Shaders - - - Shaders - - - - - Resource Files - - - diff --git a/plugins/GSnull/Windows/GSnull.vcxproj b/plugins/GSnull/Windows/GSnull.vcxproj deleted file mode 100644 index 09f91f748f..0000000000 --- a/plugins/GSnull/Windows/GSnull.vcxproj +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - GSnull - {5FCBD521-5A0B-4D97-A823-A97E6BAB9101} - GSnull - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(ProjectName)-dbg - - - - - - - - $(OutDir)$(TargetName)$(TargetExt) - GS.def - MachineX86 - - - - - - - - - GS.def - MachineX86 - - - - - - - - - - true - true - - - - - - - - - - true - true - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/GSnull/Windows/GSnull.vcxproj.filters b/plugins/GSnull/Windows/GSnull.vcxproj.filters deleted file mode 100644 index 72c50de3ea..0000000000 --- a/plugins/GSnull/Windows/GSnull.vcxproj.filters +++ /dev/null @@ -1,75 +0,0 @@ - - - - - {c3be7c7d-acc0-4d04-87e2-d8c905f5623d} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {d049a6c7-ffed-4403-8697-c32b110473ec} - h;hpp;hxx;hm;inl;inc - - - {43d885bc-a996-4dc7-935e-c5511250143e} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Resource Files - - - - - Header Files - - - \ No newline at end of file diff --git a/plugins/LilyPad/LilyPad.vcxproj b/plugins/LilyPad/LilyPad.vcxproj deleted file mode 100644 index d5d237f2e2..0000000000 --- a/plugins/LilyPad/LilyPad.vcxproj +++ /dev/null @@ -1,503 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release No CRT - Win32 - - - Release No CRT - x64 - - - Release - Win32 - - - Release - x64 - - - - LilyPad - {E4081455-398C-4610-A87C-90A8A7D72DC3} - LilyPad - - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - false - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - false - false - true - false - false - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - $(DXSDK_DIR)\Lib\x86;$(LibraryPath) - $(DXSDK_DIR)\include;$(IncludePath) - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - - - - - _USRDLL;TEST_EXPORTS;%(PreprocessorDefinitions) - Use - Global.h - 4995; 4996;%(DisableSpecificWarnings) - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - Setupapi.lib;Winmm.lib;ole32.lib;advapi32.lib;user32.lib;kernel32.lib;Comdlg32.lib;dinput8.lib;dxguid.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - .\LilyPad.def - false - MachineX86 - - - true - .\Debug/LilyPad.bsc - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - - - - - NDEBUG;_USRDLL;TEST_EXPORTS;%(PreprocessorDefinitions) - - - Use - Global.h - FastCall - 4995; 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - Setupapi.lib;Winmm.lib;ole32.lib;advapi32.lib;user32.lib;kernel32.lib;Comdlg32.lib;dinput8.lib;dxguid.lib;comctl32.lib;%(AdditionalDependencies) - true - .\LilyPad.def - true - true - - - false - - - MachineX86 - - - true - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - - - - - false - NDEBUG;_USRDLL;TEST_EXPORTS;NO_CRT;%(PreprocessorDefinitions) - - - Use - Global.h - FastCall - 4995; 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - ntdll.lib;Setupapi.lib;Winmm.lib;ole32.lib;advapi32.lib;user32.lib;kernel32.lib;Comdlg32.lib;dinput8.lib;dxguid.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)-no CRT.dll - true - true - .\LilyPad.def - true - true - - - DllMain - false - MachineX86 - - - true - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - - - - - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;TEST_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - Use - Global.h - Level3 - true - ProgramDatabase - 4995; 4996;%(DisableSpecificWarnings) - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - ntdll.lib;Setupapi.lib;Winmm.lib;ole32.lib;advapi32.lib;user32.lib;kernel32.lib;Comdlg32.lib;dinput8.lib;dxguid.lib;comctl32.lib;%(AdditionalDependencies) - true - true - MachineX64 - - - true - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - - - - - AnySuitable - Speed - true - true - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;TEST_EXPORTS;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - Fast - Use - Global.h - Level3 - true - FastCall - 4995; 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - odbc32.lib;odbccp32.lib;dinput8.lib;dxguid.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)64.dll - true - .\LilyPad.def - true - true - DllMain - false - MachineX86 - - - true - .\Release/LilyPad.bsc - - - mt.exe -manifest $(IntDir)LilyPad64.dll.manifest -outputresource:$(OutDir)$(ProjectName)64.dll - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - - - - - AnySuitable - Speed - true - true - false - WIN32;NDEBUG;_WINDOWS;_USRDLL;TEST_EXPORTS;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - Fast - Use - Global.h - FastCall - 4995; 4996;%(DisableSpecificWarnings) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - ntdll.lib;Setupapi.lib;Winmm.lib;ole32.lib;advapi32.lib;user32.lib;kernel32.lib;Comdlg32.lib;dinput8.lib;dxguid.lib;comctl32.lib;%(AdditionalDependencies) - $(OutDir)$(ProjectName)64.dll - true - true - .\LilyPad.def - true - true - - - 0x15000000 - MachineX64 - - - true - .\Release No CRT/LilyPad.bsc - - - mt.exe -manifest $(IntDir)LilyPad64.dll.manifest -outputresource:$(OutDir)$(ProjectName)64.dll - - - - - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) - MaxSpeed - Size - %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) - MaxSpeed - Size - %(PreprocessorDefinitions) - - - - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) - MaxSpeed - Size - %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) - MaxSpeed - Size - %(PreprocessorDefinitions) - - - Create - Create - Create - Create - Create - Create - - - - - - - - - - - - - - - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) - MaxSpeed - Size - %(PreprocessorDefinitions) - MaxSpeed - %(PreprocessorDefinitions) - MaxSpeed - Size - %(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - %(PreprocessorDefinitions) - - - - - - \ No newline at end of file diff --git a/plugins/LilyPad/LilyPad.vcxproj.filters b/plugins/LilyPad/LilyPad.vcxproj.filters deleted file mode 100644 index 4245c7416d..0000000000 --- a/plugins/LilyPad/LilyPad.vcxproj.filters +++ /dev/null @@ -1,151 +0,0 @@ - - - - - {c3444fe6-e86c-41ad-b284-9aaa0085018c} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {3dc117c4-127f-4132-8d90-a21203ff7c9a} - h;hpp;hxx;hm;inl - - - {acd9ab42-6216-4bd0-a5b5-b849e2d1ba3f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {15d8bba0-4d93-410e-9892-ff6062a6a6c0} - - - {0ef876e2-98b1-4cf0-8733-7cfe1a728411} - - - - - Source Files - - - Source Files - - - Source Files - - - Header Files - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - Input - - - Input - - - Input - - - Input - - - - - Source Files - - - Source Files - - - Header Files - - - Header Files - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - InputAPIs - - - Input - - - Input - - - Input - - - Input - - - - - Resource Files - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/PadNull/Windows/PadNull.vcxproj b/plugins/PadNull/Windows/PadNull.vcxproj deleted file mode 100644 index bb5d1f3998..0000000000 --- a/plugins/PadNull/Windows/PadNull.vcxproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - Padnull - {6BC4D85D-A399-407E-96A9-CD5416A54269} - Padnull - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - EnableFastChecks - MultiThreadedDebug - - - - - PadNull.def - false - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - MaxSpeed - AnySuitable - true - MultiThreaded - - - - - PadNull.def - false - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/PadNull/Windows/PadNull.vcxproj.filters b/plugins/PadNull/Windows/PadNull.vcxproj.filters deleted file mode 100644 index 2f9353e11d..0000000000 --- a/plugins/PadNull/Windows/PadNull.vcxproj.filters +++ /dev/null @@ -1,52 +0,0 @@ - - - - - {ea821597-bb54-4b64-bf78-6dac5a784811} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {0899555b-4159-4c99-8d04-8c7c39430402} - h;hpp;hxx;hm;inl;inc - - - {995a9f7e-492c-425a-8736-4481f7a54804} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/SSSPSXPAD/PadSSSPSX.vcxproj b/plugins/SSSPSXPAD/PadSSSPSX.vcxproj deleted file mode 100644 index 553097c273..0000000000 --- a/plugins/SSSPSXPAD/PadSSSPSX.vcxproj +++ /dev/null @@ -1,104 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - PadSSSPSX - {6C8D28E4-447E-4856-BD9E-6B8F5E7C58C9} - PadSSSPSX - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - EnableFastChecks - MultiThreadedDebug - - - - - user32.lib;kernel32.lib;dxguid.lib;dinput8.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - PadSSSPSX.def - false - MachineX86 - - - - - MaxSpeed - AnySuitable - true - MultiThreaded - - - - - dxguid.lib;dinput8.lib;%(AdditionalDependencies) - PadSSSPSX.def - false - MachineX86 - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/SSSPSXPAD/PadSSSPSX.vcxproj.filters b/plugins/SSSPSXPAD/PadSSSPSX.vcxproj.filters deleted file mode 100644 index 7607ee2540..0000000000 --- a/plugins/SSSPSXPAD/PadSSSPSX.vcxproj.filters +++ /dev/null @@ -1,40 +0,0 @@ - - - - - {ce637888-9001-4763-a6af-296bbee81a3f} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {72abb2dd-cb01-4a07-88f7-2b9e453ce969} - h;hpp;hxx;hm;inl;inc - - - {47ea9bc9-9ac0-4637-9586-e20852ea0960} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/USBnull/Windows/USBnull.vcxproj b/plugins/USBnull/Windows/USBnull.vcxproj deleted file mode 100644 index 2a1496ab86..0000000000 --- a/plugins/USBnull/Windows/USBnull.vcxproj +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - USBnull - {BF7B81A5-E348-4F7C-A69F-F74C8EEEAD70} - USBnull - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(ProjectName) - - - - - - - - $(OutDir)$(TargetName)$(TargetExt) - USBnull.def - false - MachineX86 - - - - - - - - - USBnull.def - false - MachineX86 - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/USBnull/Windows/USBnull.vcxproj.filters b/plugins/USBnull/Windows/USBnull.vcxproj.filters deleted file mode 100644 index 21a1f816fe..0000000000 --- a/plugins/USBnull/Windows/USBnull.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {94a66e11-75eb-4a79-a044-b78e97a6ccc3} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {2790b344-7a1a-45ef-9a16-0dd847d6de56} - h;hpp;hxx;hm;inl;inc - - - {bf432076-1764-488d-84b7-82e00f408011} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/USBqemu/Win32/USBqemu.vcxproj b/plugins/USBqemu/Win32/USBqemu.vcxproj deleted file mode 100644 index c56fac146a..0000000000 --- a/plugins/USBqemu/Win32/USBqemu.vcxproj +++ /dev/null @@ -1,166 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - USBqemu - {E613DA9F-41B4-4613-9911-E418EF5533BC} - USBlinuz - Win32Proj - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(ProjectName)-dev - - - - - - - - - USBqemu.def - Windows - - - MachineX86 - - - - - - - - - - USBqemu.def - Windows - - - MachineX86 - - - - - - - - - USBqemu.def - Windows - - - MachineX86 - - - - - true - true - true - - - - - - - - true - true - true - - - true - true - true - - - true - true - true - - - - true - true - true - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/USBqemu/Win32/USBqemu.vcxproj.filters b/plugins/USBqemu/Win32/USBqemu.vcxproj.filters deleted file mode 100644 index 38fa5267c7..0000000000 --- a/plugins/USBqemu/Win32/USBqemu.vcxproj.filters +++ /dev/null @@ -1,97 +0,0 @@ - - - - - {dfc571b5-5df6-405b-9920-d273ad48d332} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {fe40e0a3-a73a-44b8-a8ee-3d9591f91f0b} - - - {2f1d0e2b-ba2b-4bd2-8bbd-63b3e4909ff3} - h;hpp;hxx;hm;inl;inc - - - {d1b11b29-e230-4fb1-84e1-795a3aafe8dd} - - - {5468eb4e-6580-45d9-9432-a8ac8083abf9} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files\qemu-usb - - - Source Files\qemu-usb - - - Source Files\qemu-usb - - - Source Files\qemu-usb - - - Source Files\qemu-usb - - - Source Files\qemu-usb - - - Source Files\qemu-usb - - - Source Files\qemu-usb - - - Source Files - - - Source Files\qemu-usb - - - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files\qemu-usb - - - Header Files\qemu-usb - - - Header Files\qemu-usb - - - Header Files - - - Header Files\qemu-usb - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj b/plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj deleted file mode 100644 index 86c456f315..0000000000 --- a/plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj +++ /dev/null @@ -1,132 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - cdvdGigaherz - {5CF88D5F-64DD-4EDC-9F1A-436BD502940A} - cdvdGigaherz - - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - true - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/cdvdGigaherz.tlb - - - - - %(AdditionalIncludeDirectories) - - - - - NDEBUG;%(PreprocessorDefinitions) - - - %(AdditionalDependencies) - .\plugin.def - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/cdvdGigaherz.tlb - - - - - %(AdditionalIncludeDirectories) - - - _DEBUG;%(PreprocessorDefinitions) - - - $(OutDir)$(TargetName)$(TargetExt) - RequireAdministrator - .\plugin.def - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj.filters b/plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj.filters deleted file mode 100644 index b2fdd98bd9..0000000000 --- a/plugins/cdvdGigaherz/src/Windows/cdvdGigaherz.vcxproj.filters +++ /dev/null @@ -1,88 +0,0 @@ - - - - - {c03fe088-95f7-4235-a796-5fe044914fb5} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {1dc55077-7d7a-4951-8841-26d21ff1513b} - - - {6c12b075-7b05-42ce-8628-c668f325f4ce} - h;hpp;hxx;hm;inl - - - {48ccf9e7-ebd6-41ff-bf33-0e964046bb00} - - - {a80698fd-3734-41c4-b7e8-6b96b34633e0} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Reader Modules - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\rosddk - - - Header Files\rosddk - - - Header Files\rosddk - - - Header Files\rosddk - - - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj b/plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj deleted file mode 100644 index e9a5cb30c5..0000000000 --- a/plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj +++ /dev/null @@ -1,136 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - DEV9ghzdrk - {BBE4E5FB-530A-4D18-A633-35AF0577B7F3} - DEV9ghzdrk - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - EnableFastChecks - MultiThreadedDebug - - - $(SvnRootDir)\common\include;$(SvnRootDir)\3rdparty\winpcap\include;%(AdditionalIncludeDirectories) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0408 - - - $(OutDir)$(TargetName)$(TargetExt) - .\DEV9ghzdrk.def - false - - - MachineX86 - ws2_32.lib;iphlpapi.lib;wpcap.lib;packet.lib;%(AdditionalDependencies) - $(SolutionDir)3rdparty\winpcap\lib;%(AdditionalLibraryDirectories) - - - - - - - $(SvnRootDir)\common\include;$(SvnRootDir)\3rdparty\winpcap\include;%(AdditionalIncludeDirectories) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0408 - - - DEV9ghzdrk.def - false - - - MachineX86 - $(SolutionDir)3rdparty\winpcap\lib;%(AdditionalLibraryDirectories) - ws2_32.lib;iphlpapi.lib;wpcap.lib;packet.lib;%(AdditionalDependencies) - - - - - - - - - - - - - true - true - - - true - true - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj.filters b/plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj.filters deleted file mode 100644 index 3a59b7752d..0000000000 --- a/plugins/dev9ghzdrk/Win32/DEV9ghzdrk.vcxproj.filters +++ /dev/null @@ -1,97 +0,0 @@ - - - - - {c269b350-967d-41e2-9e0e-e454d5bc53c4} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {c19bd699-ac94-4cd8-bb19-c8c47a0a4608} - - - {02c8fe11-fda9-4bc5-80c0-399198b16979} - - - {1c0eef21-bc05-4eaa-9984-27d43ea85743} - - - {8768cdfe-28b8-4cc5-a92e-c4f3f77d7660} - - - {63c91c1b-ddb1-49de-b9e1-198780595d23} - - - {068d3325-67a3-42e1-9091-91d5b4228dea} - h;hpp;hxx;hm;inl - - - {30994d8f-3093-437c-8bb0-5d22f02f59ef} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files\smap - - - Source Files\ethernet i/o - - - Source Files\ethernet i/o\tap - - - Source Files\ethernet i/o\sock - - - Source Files\ethernet i/o\sock - - - Source Files - - - Source Files - - - Source Files\ethernet i/o\pcap - - - - - Source Files - - - Source Files\smap - - - Source Files\ethernet i/o - - - Source Files\ethernet i/o\pcap - - - Source Files\ethernet i/o\tap - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/dev9null/Windows/DEV9null.vcxproj b/plugins/dev9null/Windows/DEV9null.vcxproj deleted file mode 100644 index 5a0f93bde3..0000000000 --- a/plugins/dev9null/Windows/DEV9null.vcxproj +++ /dev/null @@ -1,100 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - DEV9null - {04439C5F-05FB-4A9C-AAD1-5388C25377DB} - DEV9null - Win32Proj - - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - EnableFastChecks - MultiThreadedDebug - - - - - $(OutDir)$(TargetName)$(TargetExt) - DEV9null.def - false - - - MachineX86 - - - - - - - - - DEV9null.def - false - - - MachineX86 - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/dev9null/Windows/DEV9null.vcxproj.filters b/plugins/dev9null/Windows/DEV9null.vcxproj.filters deleted file mode 100644 index 9e0f8168e6..0000000000 --- a/plugins/dev9null/Windows/DEV9null.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {60e3858c-96ba-48fb-9518-894ac152b563} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - - - Source Files - - - Source Files - - - - - Source Files - - - - - - - \ No newline at end of file diff --git a/plugins/spu2-x/src/Windows/Spu2-X.vcxproj b/plugins/spu2-x/src/Windows/Spu2-X.vcxproj deleted file mode 100644 index 293cb8f551..0000000000 --- a/plugins/spu2-x/src/Windows/Spu2-X.vcxproj +++ /dev/null @@ -1,502 +0,0 @@ - - - - - DebugStrict - Win32 - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - SPU2-X - {5307BBB7-EBB9-4AA4-8CB6-A94EC473C8C4} - spu2x - - - - DynamicLibrary - false - Static - Unicode - - - DynamicLibrary - false - Static - Unicode - true - - - DynamicLibrary - false - Static - Unicode - - - DynamicLibrary - false - Static - Unicode - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - true - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)-dev - false - $(DXSDK_DIR)\include;$(IncludePath) - $(DXSDK_DIR)\Lib\x86;$(LibraryPath) - $(DXSDK_DIR)\include;$(IncludePath) - $(DXSDK_DIR)\include;$(IncludePath) - $(DXSDK_DIR)\include;$(IncludePath) - $(DXSDK_DIR)\Lib\x86;$(LibraryPath) - $(DXSDK_DIR)\Lib\x86;$(LibraryPath) - $(DXSDK_DIR)\Lib\x86;$(LibraryPath) - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/spu2-x.tlb - - - - - $(SolutionDir)3rdparty\portaudio\include\;%(AdditionalIncludeDirectories) - FLOAT_SAMPLES;NDEBUG;_USRDLL;%(PreprocessorDefinitions) - Async - StreamingSIMDExtensions2 - Fast - Use - Global.h - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c0a - - - rpcrt4.lib;winmm.lib;dsound.lib;comctl32.lib;soundtouch-dev.lib;x86emitter-dev.lib;utilities-dev.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - $(SolutionDir)3rdparty\portaudio;%(AdditionalLibraryDirectories) - .\Spu2-X.def - false - MachineX86 - - - true - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/spu2-x.tlb - - - - - $(SolutionDir)3rdparty\portaudio\include\;%(AdditionalIncludeDirectories) - FLOAT_SAMPLES;_USRDLL;%(PreprocessorDefinitions) - Async - Use - Global.h - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c0a - - - rpcrt4.lib;winmm.lib;dsound.lib;comctl32.lib;soundtouch.lib;x86emitter.lib;utilities.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - $(SolutionDir)3rdparty\portaudio;%(AdditionalLibraryDirectories) - .\Spu2-X.def - false - false - MachineX86 - - - true - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - - - - - $(SolutionDir)3rdparty\portaudio\include\;%(AdditionalIncludeDirectories) - FLOAT_SAMPLES;NDEBUG;_USRDLL;%(PreprocessorDefinitions) - Async - StreamingSIMDExtensions2 - Fast - Use - Global.h - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c0a - - - rpcrt4.lib;winmm.lib;dsound.lib;comctl32.lib;soundtouch.lib;x86emitter.lib;utilities.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - $(SolutionDir)3rdparty\portaudio;%(AdditionalLibraryDirectories) - .\Spu2-X.def - $(TargetDir)$(TargetName).pdb - - - false - MachineX86 - - - true - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/spu2-x.tlb - - - - - $(SolutionDir)3rdparty\portaudio\include\;%(AdditionalIncludeDirectories) - wxUSE_GUI=0;FLOAT_SAMPLES;DEBUG_FAST;_USRDLL;%(PreprocessorDefinitions) - Async - Use - Global.h - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c0a - %(AdditionalIncludeDirectories) - - - rpcrt4.lib;winmm.lib;dsound.lib;comctl32.lib;soundtouch-dbg.lib;x86emitter-dbg.lib;utilities-dbg.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - %(AdditionalLibraryDirectories) - .\Spu2-X.def - false - false - .\Debug/spu2-x.lib - MachineX86 - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - Create - Global.h - Create - Global.h - Create - Global.h - - - - - true - - - true - - - true - Default - - - true - Default - - - - Default - Default - - - Default - Default - - - - - - - - - - - - - - - true - - - true - - - true - Default - - - true - Default - - - - - - - true - true - true - true - - - - - - true - - - true - - - AssemblyAndSourceCode - true - Default - - - true - Default - - - - - - - - - AssemblyAndSourceCode - true - - - true - - - true - Default - - - true - Default - - - - - - true - true - true - true - - - true - true - true - true - - - - - Default - Default - - - - - - - - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - - - - - {0a18a071-125e-442f-aff7-a3f68abecf99} - false - - - {e9b51944-7e6d-4bcd-83f2-7bbd5a46182d} - false - - - {26511268-2902-4997-8421-ecd7055f9e28} - false - - - {7e9b2be7-cec3-4f14-847b-0ab8d562fb86} - false - - - {0e231fb1-f3c9-4724-accb-de8bcb3c089e} - false - - - {48ad7e0a-25b1-4974-a1e3-03f8c438d34f} - false - - - {c34487af-228a-4d11-8e50-27803df76873} - false - - - {0318ba30-ef48-441a-9e10-dc85efae39f0} - false - - - {2f6c0388-20cb-4242-9f6c-a6ebb6a83f47} - false - - - {4639972e-424e-4e13-8b07-ca403c481346} - false - - - {a51123f5-9505-4eae-85e7-d320290a272c} - false - - - - - - diff --git a/plugins/spu2-x/src/Windows/Spu2-X.vcxproj.filters b/plugins/spu2-x/src/Windows/Spu2-X.vcxproj.filters deleted file mode 100644 index 6766bd2248..0000000000 --- a/plugins/spu2-x/src/Windows/Spu2-X.vcxproj.filters +++ /dev/null @@ -1,248 +0,0 @@ - - - - - {21596259-72f4-41c0-b499-40839e39f043} - h;hpp;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {30e5b8dd-2015-4c3d-a663-992fb42627b5} - - - {ed4df93e-4e4b-4675-a181-c5084146df7c} - - - {1cb77247-dec9-4a0a-867f-7353b14decac} - - - {f87cf8e1-d654-4214-b7f4-6fb697f3941a} - - - {10ccccc1-642a-42ec-900c-801f707bd776} - - - {03be4765-f627-4c0a-9d40-f3c0f86f1e57} - - - {ea7e8889-2015-40b9-ac77-b4a3a58c41af} - - - {63ac2d88-b5c3-41a3-bd2c-a04c80acd35f} - - - {825046cd-874f-45f4-8622-14c146a97b46} - - - {3924e038-9ec9-4f1c-89b9-6d03c46566ac} - - - {efaf786c-f09d-49f7-b5f3-8bb7078e9c44} - - - {00c53f28-fde8-4f60-88d2-d223584f1db5} - - - {95111121-7e1f-4624-8765-a17e8f13827f} - - - {70e9653e-fba5-4c6e-ad9b-185006096d49} - - - {6fcf6c91-7afe-4ade-bb30-79d63901d590} - - - {381a6e5e-bdd5-48b0-81f8-e2775eff9585} - - - {d26e57df-a97e-4ba5-801a-c0c52b5d061f} - - - - - Source Files - - - Source Files - - - Source Files\debug - - - Source Files\Sound Output - - - Source Files\Sound Output - - - Source Files\Sound Output\Linux - - - Source Files\decoder - - - Source Files\SPU2 - - - Source Files\SPU2 - - - Source Files\SPU2 - - - Source Files\SPU2\Mixer - - - Source Files\Winamp DSP - - - Source Files\GUI\Linux\Include - - - Source Files\GUI\Linux\Include - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\PluginInterface - - - Resources - - - - - Source Files - - - Source Files\debug - - - Source Files\debug - - - Source Files\debug - - - Source Files\debug - - - Source Files\Sound Output - - - Source Files\Sound Output - - - Source Files\Sound Output - - - Source Files\Sound Output\Windows - - - Source Files\Sound Output\Windows - - - Source Files\Sound Output\Windows - - - Source Files\Sound Output\Linux - - - Source Files\Sound Output\Crossplatform - - - Source Files\SPU2 - - - Source Files\SPU2 - - - Source Files\SPU2 - - - Source Files\SPU2 - - - Source Files\SPU2\Mixer - - - Source Files\SPU2\Mixer - - - Source Files\SPU2\Mixer - - - Source Files\SPU2\Mixer - - - Source Files\Winamp DSP - - - Source Files\GUI\Linux - - - Source Files\GUI\Linux - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\GUI\Windows - - - Source Files\PluginInterface - - - Source Files\Sound Output - - - - - Documents - - - Documents - - - Documents - - - Resources - - - Resources - - - Resources - - - - - Resources - - - \ No newline at end of file diff --git a/plugins/xpad/xpad.vcxproj b/plugins/xpad/xpad.vcxproj deleted file mode 100644 index 823da7578e..0000000000 --- a/plugins/xpad/xpad.vcxproj +++ /dev/null @@ -1,566 +0,0 @@ - - - - - Debug SSE2 - Win32 - - - Debug SSE2 - x64 - - - Debug SSE4 - Win32 - - - Debug SSE4 - x64 - - - Debug SSSE3 - Win32 - - - Debug SSSE3 - x64 - - - Debug - Win32 - - - Debug - x64 - - - Release SSE2 - Win32 - - - Release SSE2 - x64 - - - Release SSE4 - Win32 - - - Release SSE4 - x64 - - - Release SSSE3 - Win32 - - - Release SSSE3 - x64 - - - Release - Win32 - - - Release - x64 - - - Template - Win32 - - - Template - x64 - - - - xpad - {6F3C4136-5801-4EBC-AC6E-37DF6FAB150A} - xpad - Win32Proj - - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - false - MultiByte - - - Application - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - - - DynamicLibrary - Static - MultiByte - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - false - - - DynamicLibrary - Static - MultiByte - true - - - DynamicLibrary - Static - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(ProjectName)-dbg - $(ProjectName)-dbg - $(ProjectName)-dbg - $(ProjectName)-dbg - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - - - MachineX64 - - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - - - MachineX64 - - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - Use - - - - - MachineX64 - - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - MachineX64 - - - - - Use - - - .\xpad.def - - - - - MachineX86 - $(OutDir)$(TargetName)$(TargetExt) - - - - - X64 - - - Use - - - - - MachineX64 - - - - - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/xpad/xpad.vcxproj.filters b/plugins/xpad/xpad.vcxproj.filters deleted file mode 100644 index afd67733b7..0000000000 --- a/plugins/xpad/xpad.vcxproj.filters +++ /dev/null @@ -1,52 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - Source Files - - - - - Source Files - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - Resource Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/zerogs/dx/Windows/zerogs.vcxproj b/plugins/zerogs/dx/Windows/zerogs.vcxproj deleted file mode 100644 index e6a1bb3458..0000000000 --- a/plugins/zerogs/dx/Windows/zerogs.vcxproj +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - ZeroGS - {5C6B7D28-E73D-4F71-8FC0-17ADA640EBD8} - ZeroGS - - - - DynamicLibrary - false - MultiByte - true - - - DynamicLibrary - MultiByte - - - DynamicLibrary - false - MultiByte - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - false - $(ProjectName)-dev - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/GSsoftdx.tlb - - - - - ..\x86\;..\..\ZeroGSShaders\;%(AdditionalIncludeDirectories) - NDEBUG;_USRDLL;__i386__;ZEROGS_DEVBUILD;ZEROGS_SSE2;%(PreprocessorDefinitions) - .\Release/GSsoftdx.pch - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - dxerr.lib;dxguid.lib;d3dx9.lib;d3d9.lib;odbc32.lib;odbccp32.lib;winmm.lib;Vfw32.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - true - ..\;%(AdditionalLibraryDirectories) - .\GSsoftdx.def - false - MachineX86 - - - - - ..\x86\;..\..\ZeroGSShaders\;%(AdditionalIncludeDirectories) - D3D_DEBUG_INFO;_USRDLL;__i386__;ZEROGS_DEVBUILD;ZEROGS_SSE2;%(PreprocessorDefinitions) - EditAndContinue - - - dxerr.lib;dxguid.lib;d3dx9.lib;d3d9.lib;odbc32.lib;odbccp32.lib;winmm.lib;Vfw32.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - ..\;%(AdditionalLibraryDirectories) - %(IgnoreSpecificDefaultLibraries) - .\GSsoftdx.def - false - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/GSsoftdx.tlb - - - - - ..\x86\;..\..\ZeroGSShaders\;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;__i386__;RELEASE_TO_PUBLIC;ZEROGS_SSE2;%(PreprocessorDefinitions) - - - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - dxerr.lib;dxguid.lib;d3dx9.lib;d3d9.lib;odbc32.lib;odbccp32.lib;winmm.lib;Vfw32.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - true - ..\;%(AdditionalLibraryDirectories) - .\GSsoftdx.def - false - MachineX86 - - - - - - - - - - - - - - - - ml /nologo /c /Zi /Fo"$(IntDir)%(Filename).obj" "%(FullPath)" - - $(IntDir)%(Filename).obj;%(Outputs) - ml /nologo /c /Zi /Fo"$(IntDir)%(Filename).obj" "%(FullPath)" - - $(IntDir)%(Filename).obj;%(Outputs) - ml /nologo /c /Zi /Fo"$(IntDir)%(Filename).obj" "%(FullPath)" - - $(IntDir)%(Filename).obj;%(Outputs) - - - - - - - - - - - - - - - - - - - - - - {2f6c0388-20cb-4242-9f6c-a6ebb6a83f47} - true - false - false - true - false - - - - - - diff --git a/plugins/zerogs/dx/Windows/zerogs.vcxproj.filters b/plugins/zerogs/dx/Windows/zerogs.vcxproj.filters deleted file mode 100644 index 3ad0324729..0000000000 --- a/plugins/zerogs/dx/Windows/zerogs.vcxproj.filters +++ /dev/null @@ -1,94 +0,0 @@ - - - - - {3d88e262-211f-4c7c-8e48-401a5e7e5693} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {0ec02065-4a77-4d4f-8eda-d1c1842fc718} - h;hpp;hxx;hm;inl - - - {069c51db-9551-438c-b89f-20063b43404f} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - Resource Files - - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Source Files - - - diff --git a/plugins/zerospu2/Windows/ZeroSPU2.vcxproj b/plugins/zerospu2/Windows/ZeroSPU2.vcxproj deleted file mode 100644 index c0dfb76169..0000000000 --- a/plugins/zerospu2/Windows/ZeroSPU2.vcxproj +++ /dev/null @@ -1,159 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - ZeroSPU2 - {7F059854-568D-4E08-9D00-1E78E203E4DC} - ZeroSPU2 - Win32Proj - - - - DynamicLibrary - MultiByte - false - - - DynamicLibrary - MultiByte - true - - - DynamicLibrary - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - true - $(ProjectName)-dev - - - - - - - - _USRDLL;ZEROSPU2_EXPORTS;%(PreprocessorDefinitions) - - - - - dsound.lib;winmm.lib;soundtouch-dbg.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - %(IgnoreSpecificDefaultLibraries) - ZeroSPU2.def - Windows - false - MachineX86 - - - - - - - - - FLOAT_SAMPLES;NDEBUG;_USRDLL;ZEROSPU2_EXPORTS;%(PreprocessorDefinitions) - - - - - dsound.lib;winmm.lib;soundtouch.lib;%(AdditionalDependencies) - %(IgnoreSpecificDefaultLibraries) - ZeroSPU2.def - Windows - false - MachineX86 - - - - - - - - - FLOAT_SAMPLES;NDEBUG;_USRDLL;ZEROSPU2_EXPORTS;%(PreprocessorDefinitions) - true - false - - - - - dsound.lib;winmm.lib;soundtouch-dev.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - %(IgnoreSpecificDefaultLibraries) - ZeroSPU2.def - Windows - false - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/zerospu2/Windows/ZeroSPU2.vcxproj.filters b/plugins/zerospu2/Windows/ZeroSPU2.vcxproj.filters deleted file mode 100644 index 60ceb6dab4..0000000000 --- a/plugins/zerospu2/Windows/ZeroSPU2.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj b/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj deleted file mode 100644 index dafe23603d..0000000000 --- a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj +++ /dev/null @@ -1,288 +0,0 @@ - - - - - Debug - Win32 - - - Devel - Win32 - - - Release - Win32 - - - - ZZOgl - {2D4E85B2-F47F-4D65-B091-701E5C031DAC} - ZZogl - - - - DynamicLibrary - false - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(ProjectName)-dev - $(SolutionDir)bin\$(PcsxSubsection)\ - $(PlatformName)\$(Configuration)\ - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - - - - - $(ProjectRootDir)\;$(ProjectRootDir)\ZeroGSShaders\;$(ProjectRootDir)\Win32;$(SvnRootDir)\3rdparty\libjpeg;$(SvnRootDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - NDEBUG;_USRDLL;__i386__;ZEROGS_DEVBUILD;%(PreprocessorDefinitions) - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - winmm.lib;Vfw32.lib;cg.lib;cgGL.lib;opengl32.lib;Comctl32.lib;rpcrt4.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - ..\;%(AdditionalLibraryDirectories) - .\zerogs.def - - - - - $(ProjectRootDir)\;$(ProjectRootDir)\ZeroGSShaders\;$(ProjectRootDir)\Win32;$(SvnRootDir)\3rdparty\libjpeg;$(SvnRootDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - _USRDLL;ZEROGS_DEVBUILD;_DEBUG;__i386__;%(PreprocessorDefinitions) - - - winmm.lib;Vfw32.lib;cg.lib;cgGL.lib;opengl32.lib;Comctl32.lib;rpcrt4.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - ..\;%(AdditionalLibraryDirectories) - %(IgnoreSpecificDefaultLibraries) - .\zerogs.def - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - - - - - $(ProjectRootDir)\;$(ProjectRootDir)\ZeroGSShaders\;$(ProjectRootDir)\Win32;$(SvnRootDir)\3rdparty\libjpeg;$(SvnRootDir)\3rdparty\zlib;%(AdditionalIncludeDirectories) - NDEBUG;_USRDLL;__i386__;ZEROGS_SSE2;RELEASE_TO_PUBLIC;%(PreprocessorDefinitions) - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - winmm.lib;Vfw32.lib;cg.lib;cgGL.lib;opengl32.lib;Comctl32.lib;rpcrt4.lib;%(AdditionalDependencies) - $(OutDir)$(TargetName)$(TargetExt) - ..\;%(AdditionalLibraryDirectories) - .\zerogs.def - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ml /nologo /c /Fo"$(IntDir)%(Filename).obj" "%(FullPath)" - - $(IntDir)%(Filename).obj;%(Outputs) - ml /nologo /c /Fo"$(IntDir)%(Filename).obj" "%(FullPath)" - - $(IntDir)%(Filename).obj;%(Outputs) - ml /nologo /c /Fo"$(IntDir)%(Filename).obj" "%(FullPath)" - - $(IntDir)%(Filename).obj;%(Outputs) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {bc236261-77e8-4567-8d09-45cd02965eb6} - true - false - false - true - false - - - {26511268-2902-4997-8421-ecd7055f9e28} - true - false - false - true - false - - - {7e9b2be7-cec3-4f14-847b-0ab8d562fb86} - true - false - false - true - false - - - {48ad7e0a-25b1-4974-a1e3-03f8c438d34f} - true - false - false - true - false - - - {0318ba30-ef48-441a-9e10-dc85efae39f0} - true - false - false - true - false - - - {2f6c0388-20cb-4242-9f6c-a6ebb6a83f47} - true - false - false - true - false - - - {4639972e-424e-4e13-8b07-ca403c481346} - true - false - false - true - false - - - - - - \ No newline at end of file diff --git a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters b/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters deleted file mode 100644 index 4769f94131..0000000000 --- a/plugins/zzogl-pg/opengl/Win32/zerogsogl.vcxproj.filters +++ /dev/null @@ -1,241 +0,0 @@ - - - - - {db5b3cda-2af3-451d-95a6-1ecd6410acb3} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {609d2fdc-53bd-42af-90ff-793a1107f003} - h;hpp;hxx;hm;inl - - - {a2158e1c-a894-441e-ab9e-e2361e55f009} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - {4755b02f-755a-491e-b851-acab63a59d75} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - Resource Files - - - Resource Files - - - Docs - - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Source Files - - - \ No newline at end of file diff --git a/tools/bin2cpp/bin2c.vcxproj b/tools/bin2cpp/bin2c.vcxproj deleted file mode 100644 index ad2d5c6cd8..0000000000 --- a/tools/bin2cpp/bin2c.vcxproj +++ /dev/null @@ -1,98 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - bin2cpp - {677B7D11-D5E1-40B3-88B1-9A4DF83D2213} - bin2c - Win32Proj - - - - Application - MultiByte - true - - - Application - MultiByte - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(ProjectDir)..\bin\ - $(Configuration)\ - true - $(ProjectDir)..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - true - Console - MachineX86 - - - - - MaxSpeed - true - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - true - Console - true - true - MachineX86 - - - - - - - - - \ No newline at end of file diff --git a/tools/bin2cpp/bin2c.vcxproj.filters b/tools/bin2cpp/bin2c.vcxproj.filters deleted file mode 100644 index 7ca06d07b0..0000000000 --- a/tools/bin2cpp/bin2c.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Source Files - - - \ No newline at end of file