1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Google Data API Setup", "Google Data API Setup.vdproj", "{2A67B086-577C-4868-8DA6-C075A4DA6BE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Default = Debug|Default
Release|Default = Release|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A67B086-577C-4868-8DA6-C075A4DA6BE0}.Debug|Default.ActiveCfg = Debug
{2A67B086-577C-4868-8DA6-C075A4DA6BE0}.Debug|Default.Build.0 = Debug
{2A67B086-577C-4868-8DA6-C075A4DA6BE0}.Release|Default.ActiveCfg = Release
{2A67B086-577C-4868-8DA6-C075A4DA6BE0}.Release|Default.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|