update project settings
This commit is contained in:
parent
d72f2c2c55
commit
bc746f5264
|
@ -116,7 +116,7 @@
|
|||
SetChecksum="false"
|
||||
RandomizedBaseAddress="1"
|
||||
FixedBaseAddress="1"
|
||||
DataExecutionPrevention="2"
|
||||
DataExecutionPrevention="0"
|
||||
TurnOffAssemblyGeneration="false"
|
||||
SupportUnloadOfDelayLoadedDLL="false"
|
||||
ImportLibrary="$(TargetDir)lib/$(TargetName).lib"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue