Xy Flyweight. [Part 3]
[xy_vsfilter.git] / src / common.vsprops
blobdbb953472682fdbdc8d8641d24743a7616ce2a30
1 <?xml version="1.0" encoding="windows-1250"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="common"
6 OutputDirectory="$(ConfigurationName)"
7 IntermediateDirectory="$(OutDir)"
9 <Tool
10 Name="VCCLCompilerTool"
11 AdditionalIncludeDirectories="..\..\BaseClasses"
12 PreprocessorDefinitions="_WIN32_WINNT=0x0501;NTDDI_VERSION=NTDDI_WINXPSP2"
13 EnableFunctionLevelLinking="true"
14 WarningLevel="3"
15 DisableSpecificWarnings="4995;4996"
17 </VisualStudioPropertySheet>