Home | History | Annotate | Download | only in build
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioPropertySheet
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="release"
      6 	>
      7 	<Tool
      8 		Name="VCCLCompilerTool"
      9 		WholeProgramOptimization="true"
     10 		PreprocessorDefinitions="NDEBUG"
     11 	/>
     12 	<Tool
     13 		Name="VCLibrarianTool"
     14 		AdditionalOptions="/ltcg"
     15 	/>
     16 	<Tool
     17 		Name="VCLinkerTool"
     18 		LinkIncremental="1"
     19 		OptimizeReferences="2"
     20 		EnableCOMDATFolding="2"
     21 		LinkTimeCodeGeneration="1"
     22 	/>
     23 </VisualStudioPropertySheet>
     24