diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj index f4352351fd..7d151bece3 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -1,7 +1,7 @@ - - - - diff --git a/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj b/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj index 7202ae84dd..2ebc2fd9b1 100644 --- a/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj +++ b/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj @@ -97,6 +97,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\Externals\Cg;..\..\..\Externals\GLew;..\..\..\Externals\libjpeg" GenerateManifest="false" + GenerateDebugInformation="true" ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" @@ -206,7 +207,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\Externals\Cg64;..\..\..\Externals\GLew;..\..\..\Externals\libjpeg" GenerateManifest="false" - GenerateDebugInformation="false" + GenerateDebugInformation="true" ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" RandomizedBaseAddress="1" FixedBaseAddress="1"