dungeon_crawler
annotate prototype/prototype.sln @ 66:6a471c87f9ca
- added visual studio project files
- changed some __func__ into __FUNCTION__ to compile on visual studio
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 07 Oct 2012 00:19:48 +0200 |
parents | |
children |
rev | line source |
---|---|
nuclear@66 | 1 |
nuclear@66 | 2 Microsoft Visual Studio Solution File, Format Version 12.00 |
nuclear@66 | 3 # Visual Studio 2012 |
nuclear@66 | 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prototype", "prototype.vcxproj", "{DBC203E4-17DE-4B50-9D14-85A063ABCFBF}" |
nuclear@66 | 5 EndProject |
nuclear@66 | 6 Global |
nuclear@66 | 7 GlobalSection(SolutionConfigurationPlatforms) = preSolution |
nuclear@66 | 8 Debug|Win32 = Debug|Win32 |
nuclear@66 | 9 Release|Win32 = Release|Win32 |
nuclear@66 | 10 EndGlobalSection |
nuclear@66 | 11 GlobalSection(ProjectConfigurationPlatforms) = postSolution |
nuclear@66 | 12 {DBC203E4-17DE-4B50-9D14-85A063ABCFBF}.Debug|Win32.ActiveCfg = Debug|Win32 |
nuclear@66 | 13 {DBC203E4-17DE-4B50-9D14-85A063ABCFBF}.Debug|Win32.Build.0 = Debug|Win32 |
nuclear@66 | 14 {DBC203E4-17DE-4B50-9D14-85A063ABCFBF}.Release|Win32.ActiveCfg = Release|Win32 |
nuclear@66 | 15 {DBC203E4-17DE-4B50-9D14-85A063ABCFBF}.Release|Win32.Build.0 = Release|Win32 |
nuclear@66 | 16 EndGlobalSection |
nuclear@66 | 17 GlobalSection(SolutionProperties) = preSolution |
nuclear@66 | 18 HideSolutionNode = FALSE |
nuclear@66 | 19 EndGlobalSection |
nuclear@66 | 20 EndGlobal |