libresman
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/examples/resman.vsprops Mon Feb 03 05:23:11 2014 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +<?xml version="1.0" encoding="Windows-1252"?> 1.5 +<VisualStudioPropertySheet 1.6 + ProjectType="Visual C++" 1.7 + Version="8.00" 1.8 + Name="resman" 1.9 + > 1.10 + <Tool 1.11 + Name="VCCLCompilerTool" 1.12 + AdditionalIncludeDirectories=""$(SolutionDir)\src"" 1.13 + /> 1.14 + <Tool 1.15 + Name="VCLinkerTool" 1.16 + AdditionalDependencies="libresman.lib" 1.17 + AdditionalLibraryDirectories=""$(TargetDir)"" 1.18 + /> 1.19 +</VisualStudioPropertySheet>