mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
25 lines
554 B
XML
25 lines
554 B
XML
<?xml version="1.0" encoding="shift_jis"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="release"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
|
|
BufferSecurityCheck="false"
|
|
FloatingPointModel="2"
|
|
BrowseInformation="1"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
GenerateDebugInformation="true"
|
|
LinkTimeCodeGeneration="1"
|
|
/>
|
|
</VisualStudioPropertySheet>
|