reportrunner.sln 1.1 KB

123456789101112131415161718192021222324252627
  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}") = "reportrunner", "reportrunner.csproj", "{34742E26-013B-4509-A934-1D19C0F23E62}"
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|Any CPU = Debug|Any CPU
  16. Release|Any CPU = Release|Any CPU
  17. EndGlobalSection
  18. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  19. {34742E26-013B-4509-A934-1D19C0F23E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  20. {34742E26-013B-4509-A934-1D19C0F23E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
  21. {34742E26-013B-4509-A934-1D19C0F23E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
  22. {34742E26-013B-4509-A934-1D19C0F23E62}.Release|Any CPU.Build.0 = Release|Any CPU
  23. EndGlobalSection
  24. GlobalSection(SolutionProperties) = preSolution
  25. HideSolutionNode = FALSE
  26. EndGlobalSection
  27. EndGlobal