DeleteReport.sln 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  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}") = "DeleteReport", "DeleteReport.csproj", "{1D4B6F3C-F589-404C-A992-F017C33736E9}"
  12. ProjectSection(ProjectDependencies) = postProject
  13. {4A9A2880-8153-47A1-8B85-D5A97005DDED} = {4A9A2880-8153-47A1-8B85-D5A97005DDED}
  14. EndProjectSection
  15. EndProject
  16. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamplesCommon", "..\SamplesCommon\SamplesCommon.csproj", "{4A9A2880-8153-47A1-8B85-D5A97005DDED}"
  17. EndProject
  18. Global
  19. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  20. Debug|Any CPU = Debug|Any CPU
  21. Release|Any CPU = Release|Any CPU
  22. EndGlobalSection
  23. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  24. {1D4B6F3C-F589-404C-A992-F017C33736E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  25. {1D4B6F3C-F589-404C-A992-F017C33736E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
  26. {1D4B6F3C-F589-404C-A992-F017C33736E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
  27. {1D4B6F3C-F589-404C-A992-F017C33736E9}.Release|Any CPU.Build.0 = Release|Any CPU
  28. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  29. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Debug|Any CPU.Build.0 = Debug|Any CPU
  30. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Release|Any CPU.ActiveCfg = Release|Any CPU
  31. {4A9A2880-8153-47A1-8B85-D5A97005DDED}.Release|Any CPU.Build.0 = Release|Any CPU
  32. EndGlobalSection
  33. GlobalSection(SolutionProperties) = preSolution
  34. HideSolutionNode = FALSE
  35. EndGlobalSection
  36. EndGlobal