libresman

view examples/resman.vsprops @ 12:84f55eab27cb

ok now it sortof works, probably something is failing in the done callback mechanism
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 08 Feb 2014 04:21:08 +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="&quot;$(SolutionDir)\src&quot;"
10 DisableSpecificWarnings="4996"
11 />
12 <Tool
13 Name="VCLinkerTool"
14 AdditionalDependencies="libresman.lib pthreadVC2.lib"
15 AdditionalLibraryDirectories="&quot;$(TargetDir)&quot;"
16 />
17 </VisualStudioPropertySheet>