libdrawtext

annotate libdrawtext.sln @ 70:80a2e0556fc1

added visual studio project and fixed some windows build problems
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 10 Mar 2013 18:29:21 +0200
parents
children 210e4e6f8ddc
rev   line source
nuclear@16 1 
nuclear@16 2 Microsoft Visual Studio Solution File, Format Version 10.00
nuclear@16 3 # Visual C++ Express 2008
nuclear@16 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libdrawtext", "libdrawtext.vcproj", "{F6241CAB-984D-457D-A7EA-E66A57889490}"
nuclear@16 5 EndProject
nuclear@16 6 Global
nuclear@16 7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
nuclear@16 8 Debug|Win32 = Debug|Win32
nuclear@16 9 Release|Win32 = Release|Win32
nuclear@16 10 EndGlobalSection
nuclear@16 11 GlobalSection(ProjectConfigurationPlatforms) = postSolution
nuclear@16 12 {F6241CAB-984D-457D-A7EA-E66A57889490}.Debug|Win32.ActiveCfg = Debug|Win32
nuclear@16 13 {F6241CAB-984D-457D-A7EA-E66A57889490}.Debug|Win32.Build.0 = Debug|Win32
nuclear@16 14 {F6241CAB-984D-457D-A7EA-E66A57889490}.Release|Win32.ActiveCfg = Release|Win32
nuclear@16 15 {F6241CAB-984D-457D-A7EA-E66A57889490}.Release|Win32.Build.0 = Release|Win32
nuclear@16 16 EndGlobalSection
nuclear@16 17 GlobalSection(SolutionProperties) = preSolution
nuclear@16 18 HideSolutionNode = FALSE
nuclear@16 19 EndGlobalSection
nuclear@16 20 EndGlobal