libresman
view examples/resman.vsprops @ 7:04362221f12d
visual studio project files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 03 Feb 2014 05:23:11 +0200 |
parents | |
children | 86465d3d05d2 |
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 />
11 <Tool
12 Name="VCLinkerTool"
13 AdditionalDependencies="libresman.lib"
14 AdditionalLibraryDirectories=""$(TargetDir)""
15 />
16 </VisualStudioPropertySheet>