update project settings

This commit is contained in:
zilmar 2012-10-25 19:33:10 +11:00
parent d72f2c2c55
commit bc746f5264
2 changed files with 2 additions and 17 deletions

View File

@ -116,7 +116,7 @@
SetChecksum="false"
RandomizedBaseAddress="1"
FixedBaseAddress="1"
DataExecutionPrevention="2"
DataExecutionPrevention="0"
TurnOffAssemblyGeneration="false"
SupportUnloadOfDelayLoadedDLL="false"
ImportLibrary="$(TargetDir)lib/$(TargetName).lib"

View File

@ -51,6 +51,7 @@
<Tool
Name="VCLinkerTool"
SubSystem="2"
FixedBaseAddress="2"
DataExecutionPrevention="1"
/>
<Tool
@ -641,14 +642,6 @@
<File
RelativePath="N64 System\Recompiler\X86ops.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
WarningLevel="3"
/>
</FileConfiguration>
</File>
</Filter>
<Filter
@ -678,14 +671,6 @@
<File
RelativePath="Plugins\Controller Plugin.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
WarningLevel="3"
/>
</FileConfiguration>
</File>
<File
RelativePath="Plugins\GFX plugin.cpp"