From 116f9ec19309bb43be4b6c61cfc1a01868079289 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Thu, 4 Nov 2010 12:12:11 +0000 Subject: [PATCH] Plugins (MSW only): Removed the Image Randomization flag from most plugins' projects. They now default to the value specified by the PCSX2 properties sheet, which enables image randomization by default. Technical details: Image randomization is a feature on Vista/7 that loads DLLs at random(-ish) addresses, improving security and reducing the amount of DLL relocation work required. This option has no effect on WinXP. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3993 96395faa-99c1-11dd-bbfe-3dabce05a288 --- .../CDVDnull/Windows/CDVDnull_vs2008.vcproj | 2 +- plugins/CDVDolio/cdvd_vs2008.vcproj | 1 + plugins/FWnull/Windows/FWnull_vc2008.vcproj | 6 +- plugins/GSnull/Windows/GSnull_vc2008.vcproj | 8 +- plugins/LilyPad/LilyPad_VC2008.vcproj | 507 +++++++++--------- plugins/PadNull/Windows/PadNull_vc2008.vcproj | 2 - plugins/SSSPSXPAD/PadSSSPSX_vc2008.vcproj | 2 - plugins/USBnull/Windows/USBnull_vc2008.vcproj | 4 +- .../dev9null/Windows/DEV9null_vc2008.vcproj | 10 +- .../spu2-x/src/Windows/Spu2-X_vs2008.vcproj | 4 - plugins/xpad/xpad_vs2008.vcproj | 1 + plugins/zerogs/dx/Windows/zerogs_2008.vcproj | 3 - plugins/zerospu2/Windows/ZeroSPU2_2008.vcproj | 3 - .../opengl/Win32/zerogsogl_2008.vcproj | 4 +- 14 files changed, 268 insertions(+), 289 deletions(-) diff --git a/plugins/CDVDnull/Windows/CDVDnull_vs2008.vcproj b/plugins/CDVDnull/Windows/CDVDnull_vs2008.vcproj index cd11c1be10..b8ee342239 100644 --- a/plugins/CDVDnull/Windows/CDVDnull_vs2008.vcproj +++ b/plugins/CDVDnull/Windows/CDVDnull_vs2008.vcproj @@ -5,6 +5,7 @@ Name="CDVDnull" ProjectGUID="{F38D9DF0-F68D-49D9-B3A0-932E74FB74A0}" RootNamespace="CDVDnull" + TargetFrameworkVersion="0" > diff --git a/plugins/GSnull/Windows/GSnull_vc2008.vcproj b/plugins/GSnull/Windows/GSnull_vc2008.vcproj index bff4bbf56e..cee39ef0b4 100644 --- a/plugins/GSnull/Windows/GSnull_vc2008.vcproj +++ b/plugins/GSnull/Windows/GSnull_vc2008.vcproj @@ -160,10 +160,6 @@ RelativePath="..\GS.cpp" > - - @@ -192,6 +188,10 @@ RelativePath=".\GSwin.cpp" > + + diff --git a/plugins/LilyPad/LilyPad_VC2008.vcproj b/plugins/LilyPad/LilyPad_VC2008.vcproj index 411038cb6c..9e6e1a1665 100644 --- a/plugins/LilyPad/LilyPad_VC2008.vcproj +++ b/plugins/LilyPad/LilyPad_VC2008.vcproj @@ -69,7 +69,6 @@ OutputFile="$(OutDir)\$(ProjectName)-dbg.dll" LinkIncremental="1" ModuleDefinitionFile=".\LilyPad.def" - RandomizedBaseAddress="1" TargetMachine="1" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -577,23 +582,6 @@ PreprocessorDefinitions="" /> - - - - - - @@ -604,6 +592,15 @@ PreprocessorDefinitions="" /> + + + @@ -638,6 +635,14 @@ PreprocessorDefinitions="" /> + + + @@ -647,23 +652,6 @@ PreprocessorDefinitions="" /> - - - - - - @@ -674,6 +662,15 @@ PreprocessorDefinitions="" /> + + + @@ -701,22 +698,6 @@ UsePrecompiledHeader="1" /> - - - - - - @@ -725,6 +706,14 @@ UsePrecompiledHeader="1" /> + + + @@ -733,6 +722,14 @@ UsePrecompiledHeader="1" /> + + + @@ -774,22 +771,6 @@ PreprocessorDefinitions="" /> - - - - - - @@ -798,6 +779,14 @@ PreprocessorDefinitions="" /> + + + @@ -806,6 +795,14 @@ PreprocessorDefinitions="" /> + + + @@ -934,6 +931,14 @@ PreprocessorDefinitions="" /> + + + @@ -943,23 +948,6 @@ PreprocessorDefinitions="" /> - - - - - - @@ -970,6 +958,15 @@ PreprocessorDefinitions="" /> + + + diff --git a/plugins/PadNull/Windows/PadNull_vc2008.vcproj b/plugins/PadNull/Windows/PadNull_vc2008.vcproj index 98798b08db..5802e8d5a8 100644 --- a/plugins/PadNull/Windows/PadNull_vc2008.vcproj +++ b/plugins/PadNull/Windows/PadNull_vc2008.vcproj @@ -56,7 +56,6 @@ - + @@ -121,7 +120,6 @@ @@ -156,11 +154,11 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" > diff --git a/plugins/spu2-x/src/Windows/Spu2-X_vs2008.vcproj b/plugins/spu2-x/src/Windows/Spu2-X_vs2008.vcproj index 8447a9d62e..90b2bae491 100644 --- a/plugins/spu2-x/src/Windows/Spu2-X_vs2008.vcproj +++ b/plugins/spu2-x/src/Windows/Spu2-X_vs2008.vcproj @@ -73,7 +73,6 @@ OutputFile="$(OutDir)\$(ProjectName)-dev.dll" AdditionalLibraryDirectories="$(SolutionDir)\3rdparty\portaudio" ModuleDefinitionFile=".\Spu2-X.def" - RandomizedBaseAddress="1" TargetMachine="1" /> @@ -242,7 +240,6 @@ ModuleDefinitionFile=".\Spu2-X.def" ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" StripPrivateSymbols="" - RandomizedBaseAddress="1" TargetMachine="1" />