update project settings
This commit is contained in:
parent
d72f2c2c55
commit
bc746f5264
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue