forked from mia/Aegisub
27 lines
651 B
Text
27 lines
651 B
Text
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="compiler_options_debug"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
InlineFunctionExpansion="0"
|
||
|
EnableIntrinsicFunctions="false"
|
||
|
WholeProgramOptimization="false"
|
||
|
PreprocessorDefinitions="DEBUG;_DEBUG;_CRT_SECURE_NO_WARNINGS"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="3"
|
||
|
BufferSecurityCheck="true"
|
||
|
EnableFunctionLevelLinking="true"
|
||
|
DebugInformationFormat="4"
|
||
|
EnablePREfast="true"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
LinkIncremental="2"
|
||
|
RandomizedBaseAddress="1"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|