libresman

view examples/resman.vsprops @ 19:ee117b67b3e5

missing change from previous commit (fucking visual studio man...)
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 12 Feb 2014 06:54:52 +0200
parents 86465d3d05d2
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="resman"
6 OutputDirectory="$(ProjectDir)\$(ConfigurationName)"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
11 DisableSpecificWarnings="4996"
12 />
13 <Tool
14 Name="VCLinkerTool"
15 AdditionalDependencies="libresman.lib pthreadVC2.lib"
16 AdditionalLibraryDirectories="&quot;$(TargetDir)&quot;"
17 />
18 </VisualStudioPropertySheet>