goat3dgfx

annotate examples/examples-debug.vsprop @ 18:6f82b9b6d6c3

added the ability to render in fixed function with the mesh class
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 08 Dec 2013 01:35:30 +0200
parents 18879c956eb1
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@5 5 Name="examples-debug"
nuclear@7 6 InheritedPropertySheets="$(SolutionDir)\examples\examples.vsprop"
nuclear@5 7 >
nuclear@7 8 <Tool
nuclear@7 9 Name="VCLinkerTool"
nuclear@7 10 AdditionalDependencies="goat3dgfx-dbg.lib"
nuclear@7 11 />
nuclear@5 12 </VisualStudioPropertySheet>