1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ccext2", "ccext2.vcproj", "{A67E8AE2-1E5A-43B6-8FD8-1C67E937A391}"
ProjectSection(ProjectDependencies) = postProject
{CF601087-6128-4F19-8A79-FBA3A01D0A29} = {CF601087-6128-4F19-8A79-FBA3A01D0A29}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ccgnu2", "ccgnu2.vcproj", "{CF601087-6128-4F19-8A79-FBA3A01D0A29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A67E8AE2-1E5A-43B6-8FD8-1C67E937A391}.Debug|Win32.ActiveCfg = Debug|Win32
{A67E8AE2-1E5A-43B6-8FD8-1C67E937A391}.Debug|Win32.Build.0 = Debug|Win32
{A67E8AE2-1E5A-43B6-8FD8-1C67E937A391}.Release|Win32.ActiveCfg = Release|Win32
{A67E8AE2-1E5A-43B6-8FD8-1C67E937A391}.Release|Win32.Build.0 = Release|Win32
{CF601087-6128-4F19-8A79-FBA3A01D0A29}.Debug|Win32.ActiveCfg = Debug|Win32
{CF601087-6128-4F19-8A79-FBA3A01D0A29}.Debug|Win32.Build.0 = Debug|Win32
{CF601087-6128-4F19-8A79-FBA3A01D0A29}.Release|Win32.ActiveCfg = Release|Win32
{CF601087-6128-4F19-8A79-FBA3A01D0A29}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|