libresman

annotate examples/resman.vsprops @ 7:04362221f12d

visual studio project files
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Feb 2014 05:23:11 +0200
parents
children 86465d3d05d2
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@7 10 />
nuclear@7 11 <Tool
nuclear@7 12 Name="VCLinkerTool"
nuclear@7 13 AdditionalDependencies="libresman.lib"
nuclear@7 14 AdditionalLibraryDirectories="&quot;$(TargetDir)&quot;"
nuclear@7 15 />
nuclear@7 16 </VisualStudioPropertySheet>