1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioPropertySheet 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="common" 6 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" 8 CharacterSet="1" 9 > 10 <Tool 11 Name="VCCLCompilerTool" 12 AdditionalIncludeDirectories="$(SolutionDir)..\..;$(SolutionDir).." 13 PreprocessorDefinitions="_WIN32_WINNT=0x0501;WINVER=0x0501;WIN32;_WINDOWS" 14 MinimalRebuild="false" 15 BufferSecurityCheck="true" 16 EnableFunctionLevelLinking="true" 17 WarningLevel="3" 18 WarnAsError="true" 19 Detect64BitPortabilityProblems="true" 20 DebugInformationFormat="3" 21 /> 22 </VisualStudioPropertySheet> 23