libresman
view examples/resman.vsprops @ 10:4d18498a0078
moved the resource manager a bit further
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 05 Feb 2014 02:01:49 +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>