libresman

view examples/resman.vsprops @ 26:6b9974a8bdae

started BSD/mac support for file watching
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Mar 2014 19:51:00 +0300
parents 86465d3d05d2
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="resman"
6 OutputDirectory="$(ProjectDir)\$(ConfigurationName)"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
11 DisableSpecificWarnings="4996"
12 />
13 <Tool
14 Name="VCLinkerTool"
15 AdditionalDependencies="libresman.lib pthreadVC2.lib"
16 AdditionalLibraryDirectories="&quot;$(TargetDir)&quot;"
17 />
18 </VisualStudioPropertySheet>