diff options
Diffstat (limited to 'googleurl/build/common.vsprops')
-rw-r--r-- | googleurl/build/common.vsprops | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/googleurl/build/common.vsprops b/googleurl/build/common.vsprops new file mode 100644 index 0000000..ede28e9 --- /dev/null +++ b/googleurl/build/common.vsprops @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="common" + OutputDirectory="$(SolutionDir)$(ConfigurationName)" + IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" + CharacterSet="1" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="$(SolutionDir)..\..;$(SolutionDir).." + PreprocessorDefinitions="_WIN32_WINNT=0x0501;WINVER=0x0501;WIN32;_WINDOWS" + MinimalRebuild="false" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + WarningLevel="3" + WarnAsError="true" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> +</VisualStudioPropertySheet> |