ViewPackages.sln 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. Microsoft Visual Studio Solution File, Format Version 11.00
  2. // Licensed Materials - Property of IBM
  3. //
  4. // IBM Cognos Products: DOCS
  5. //
  6. // (C) Copyright IBM Corp. 2005, 2012
  7. //
  8. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  9. // IBM Corp.
  10. # Visual Studio 2010
  11. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewPackages", "ViewPackages.csproj", "{AC15FEC4-D13E-4910-A559-286C18991AAC}"
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamplesCommon", "..\SamplesCommon\SamplesCommon.csproj", "{4A9A2880-8153-47A1-8B85-D5A97005DDED}"
  14. EndProject
  15. Global
  16. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  17. Debug|Any CPU = Debug|Any CPU
  18. Release|Any CPU = Release|Any CPU
  19. EndGlobalSection
  20. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  21. {AC15FEC4-D13E-4910-A559-286C18991AAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {AC15FEC4-D13E-4910-A559-286C18991AAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {AC15FEC4-D13E-4910-A559-286C18991AAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {AC15FEC4-D13E-4910-A559-286C18991AAC}.Release|Any CPU.Build.0 = Release|Any CPU
  25. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  26. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Debug|Any CPU.Build.0 = Debug|Any CPU
  27. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Release|Any CPU.ActiveCfg = Release|Any CPU
  28. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Release|Any CPU.Build.0 = Release|Any CPU
  29. EndGlobalSection
  30. GlobalSection(SolutionProperties) = preSolution
  31. HideSolutionNode = FALSE
  32. EndGlobalSection
  33. EndGlobal