1 2Microsoft Visual Studio Solution File, Format Version 11.00 3# Visual Studio 2010 4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gfx2d", "gfx2d.vcxproj", "{49E973D7-53C9-3D66-BE58-52125FAE193D}" 5EndProject 6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unittest", "unittest\unittest.vcxproj", "{CCF4BC8B-0CED-47CA-B621-ABF1832527D9}" 7 ProjectSection(ProjectDependencies) = postProject 8 {49E973D7-53C9-3D66-BE58-52125FAE193D} = {49E973D7-53C9-3D66-BE58-52125FAE193D} 9 EndProjectSection 10EndProject 11Global 12 GlobalSection(SolutionConfigurationPlatforms) = preSolution 13 Debug|Win32 = Debug|Win32 14 Release|Win32 = Release|Win32 15 EndGlobalSection 16 GlobalSection(ProjectConfigurationPlatforms) = postSolution 17 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Debug|Win32.ActiveCfg = Debug|Win32 18 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Debug|Win32.Build.0 = Debug|Win32 19 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Release|Win32.ActiveCfg = Release|Win32 20 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Release|Win32.Build.0 = Release|Win32 21 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Debug|Win32.ActiveCfg = Debug|Win32 22 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Debug|Win32.Build.0 = Debug|Win32 23 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Release|Win32.ActiveCfg = Release|Win32 24 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Release|Win32.Build.0 = Release|Win32 25 EndGlobalSection 26 GlobalSection(SolutionProperties) = preSolution 27 HideSolutionNode = FALSE 28 EndGlobalSection 29EndGlobal 30