libresman
view examples/resman.vsprops @ 11:bebc065a941f
doesn't work yet
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 07 Feb 2014 07:50:02 +0200 |
parents | 04362221f12d |
children | ee117b67b3e5 |
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="resman"
6 >
7 <Tool
8 Name="VCCLCompilerTool"
9 AdditionalIncludeDirectories=""$(SolutionDir)\src""
10 DisableSpecificWarnings="4996"
11 />
12 <Tool
13 Name="VCLinkerTool"
14 AdditionalDependencies="libresman.lib pthreadVC2.lib"
15 AdditionalLibraryDirectories=""$(TargetDir)""
16 />
17 </VisualStudioPropertySheet>