libresman
view examples/resman.vsprops @ 8:86465d3d05d2
some leftover unsaved changes
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 03 Feb 2014 05:24:22 +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>