forked from mia/Aegisub
40e12403d5
Initial support for low-level access and file I/O methods are included as well. Originally committed to SVN as r4331.
26 lines
598 B
XML
26 lines
598 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="compiler_options"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
EnableIntrinsicFunctions="true"
|
|
RuntimeLibrary="2"
|
|
OpenMP="true"
|
|
WarningLevel="3"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkIncremental="1"
|
|
GenerateManifest="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
LargeAddressAware="2"
|
|
DataExecutionPrevention="2"
|
|
/>
|
|
</VisualStudioPropertySheet>
|