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" SetChecksum="false"
RandomizedBaseAddress="1" RandomizedBaseAddress="1"
FixedBaseAddress="1" FixedBaseAddress="1"
DataExecutionPrevention="2" DataExecutionPrevention="0"
TurnOffAssemblyGeneration="false" TurnOffAssemblyGeneration="false"
SupportUnloadOfDelayLoadedDLL="false" SupportUnloadOfDelayLoadedDLL="false"
ImportLibrary="$(TargetDir)lib/$(TargetName).lib" ImportLibrary="$(TargetDir)lib/$(TargetName).lib"

View File

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