CreateReport.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}") = "CreateReport", "CreateReport.csproj", "{45751BF4-B4CE-4349-94BB-1FC60F7FD9FF}"
  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. {45751BF4-B4CE-4349-94BB-1FC60F7FD9FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  22. {45751BF4-B4CE-4349-94BB-1FC60F7FD9FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
  23. {45751BF4-B4CE-4349-94BB-1FC60F7FD9FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
  24. {45751BF4-B4CE-4349-94BB-1FC60F7FD9FF}.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