blob: 0b6a0e950c24801a0bd69074f0b2dd81c7984848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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"
Profile="1"
/>
</VisualStudioPropertySheet>
|