libresman
annotate 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 |
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@19 | 6 OutputDirectory="$(ProjectDir)\$(ConfigurationName)" |
nuclear@7 | 7 > |
nuclear@7 | 8 <Tool |
nuclear@7 | 9 Name="VCCLCompilerTool" |
nuclear@7 | 10 AdditionalIncludeDirectories=""$(SolutionDir)\src"" |
nuclear@8 | 11 DisableSpecificWarnings="4996" |
nuclear@7 | 12 /> |
nuclear@7 | 13 <Tool |
nuclear@7 | 14 Name="VCLinkerTool" |
nuclear@8 | 15 AdditionalDependencies="libresman.lib pthreadVC2.lib" |
nuclear@7 | 16 AdditionalLibraryDirectories=""$(TargetDir)"" |
nuclear@7 | 17 /> |
nuclear@7 | 18 </VisualStudioPropertySheet> |