libresman
annotate 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 |
rev | line source |
---|---|
nuclear@7 | 1 <?xml version="1.0" encoding="Windows-1252"?> |
nuclear@7 | 2 <VisualStudioPropertySheet |
nuclear@7 | 3 ProjectType="Visual C++" |
nuclear@7 | 4 Version="8.00" |
nuclear@7 | 5 Name="resman" |
nuclear@19 | 6 OutputDirectory="$(ProjectDir)\$(ConfigurationName)" |
nuclear@7 | 7 > |
nuclear@7 | 8 <Tool |
nuclear@7 | 9 Name="VCCLCompilerTool" |
nuclear@7 | 10 AdditionalIncludeDirectories=""$(SolutionDir)\src"" |
nuclear@8 | 11 DisableSpecificWarnings="4996" |
nuclear@7 | 12 /> |
nuclear@7 | 13 <Tool |
nuclear@7 | 14 Name="VCLinkerTool" |
nuclear@8 | 15 AdditionalDependencies="libresman.lib pthreadVC2.lib" |
nuclear@7 | 16 AdditionalLibraryDirectories=""$(TargetDir)"" |
nuclear@7 | 17 /> |
nuclear@7 | 18 </VisualStudioPropertySheet> |