libresman

annotate examples/resman.vsprops @ 10:4d18498a0078

moved the resource manager a bit further
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 05 Feb 2014 02:01:49 +0200
parents 04362221f12d
children ee117b67b3e5
rev   line source
nuclear@7 1 <?xml version="1.0" encoding="Windows-1252"?>
nuclear@7 2 <VisualStudioPropertySheet
nuclear@7 3 ProjectType="Visual C++"
nuclear@7 4 Version="8.00"
nuclear@7 5 Name="resman"
nuclear@7 6 >
nuclear@7 7 <Tool
nuclear@7 8 Name="VCCLCompilerTool"
nuclear@7 9 AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
nuclear@8 10 DisableSpecificWarnings="4996"
nuclear@7 11 />
nuclear@7 12 <Tool
nuclear@7 13 Name="VCLinkerTool"
nuclear@8 14 AdditionalDependencies="libresman.lib pthreadVC2.lib"
nuclear@7 15 AdditionalLibraryDirectories="&quot;$(TargetDir)&quot;"
nuclear@7 16 />
nuclear@7 17 </VisualStudioPropertySheet>