rayfract

diff rayfract.sln @ 3:bf1d56975cc9

- added visual studio project - removed vmath dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 26 Oct 2010 09:52:57 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rayfract.sln	Tue Oct 26 09:52:57 2010 +0300
     1.3 @@ -0,0 +1,20 @@
     1.4 +
     1.5 +Microsoft Visual Studio Solution File, Format Version 9.00
     1.6 +# Visual Studio 2005
     1.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rayfract", "rayfract.vcproj", "{374B1E09-A12F-49C8-9A49-DA090A68BCC0}"
     1.8 +EndProject
     1.9 +Global
    1.10 +	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    1.11 +		Debug|Win32 = Debug|Win32
    1.12 +		Release|Win32 = Release|Win32
    1.13 +	EndGlobalSection
    1.14 +	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    1.15 +		{374B1E09-A12F-49C8-9A49-DA090A68BCC0}.Debug|Win32.ActiveCfg = Debug|Win32
    1.16 +		{374B1E09-A12F-49C8-9A49-DA090A68BCC0}.Debug|Win32.Build.0 = Debug|Win32
    1.17 +		{374B1E09-A12F-49C8-9A49-DA090A68BCC0}.Release|Win32.ActiveCfg = Release|Win32
    1.18 +		{374B1E09-A12F-49C8-9A49-DA090A68BCC0}.Release|Win32.Build.0 = Release|Win32
    1.19 +	EndGlobalSection
    1.20 +	GlobalSection(SolutionProperties) = preSolution
    1.21 +		HideSolutionNode = FALSE
    1.22 +	EndGlobalSection
    1.23 +EndGlobal