blob: dd7558595e4c76a52b1bd977146f19cca273e8a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="release_impl_purify"
InheritedPropertySheets=".\release_defaults.vsprops"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="PURIFY"
RuntimeLibrary="0"
BufferSecurityCheck="false"
/>
<Tool
Name="VCLinkerTool"
EnableCOMDATFolding="1"
/>
</VisualStudioPropertySheet>
|