goat3dgfx
view examples/examples-debug.vsprop @ 9:25b911c7c35c
fixed some line endings
fixed the cubemap2.jpg file in examples/cubemap/data which was resized improperly causing seams...
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 18 Nov 2013 04:10:19 +0200 |
parents | 18879c956eb1 |
children |
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="examples-debug"
6 InheritedPropertySheets="$(SolutionDir)\examples\examples.vsprop"
7 >
8 <Tool
9 Name="VCLinkerTool"
10 AdditionalDependencies="goat3dgfx-dbg.lib"
11 />
12 </VisualStudioPropertySheet>