PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Kilimanjaro_November_CTP/HelloWorld_CLR/HelloWorldCS.sln

#
Unknown | 32 lines | 31 code | 1 blank | 0 comment | 0 complexity | c89b55d11285d5bdfb867d7f70192225 MD5 | raw file
  1. Microsoft Visual Studio Solution File, Format Version 10.00
  2. # Visual Studio 2008
  3. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorldClient", "HelloWorldClient\cs\HelloWorldClient\HelloWorldClient.csproj", "{C382C134-4095-4BF4-A875-3CA1576E4117}"
  4. EndProject
  5. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBrokerInterface", "..\ServiceBrokerInterface\cs\ServiceBrokerInterface\ServiceBrokerInterface.csproj", "{00683377-A75F-47EB-8934-1484D6480877}"
  6. EndProject
  7. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorldServiceInternal", "HelloWorldService\cs\HelloWorldService\HelloWorldServiceInternal.csproj", "{063E09C9-7DB9-423E-B99D-41228EB477AA}"
  8. EndProject
  9. Global
  10. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  11. Debug|Any CPU = Debug|Any CPU
  12. Release|Any CPU = Release|Any CPU
  13. EndGlobalSection
  14. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  15. {C382C134-4095-4BF4-A875-3CA1576E4117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  16. {C382C134-4095-4BF4-A875-3CA1576E4117}.Debug|Any CPU.Build.0 = Debug|Any CPU
  17. {C382C134-4095-4BF4-A875-3CA1576E4117}.Release|Any CPU.ActiveCfg = Release|Any CPU
  18. {C382C134-4095-4BF4-A875-3CA1576E4117}.Release|Any CPU.Build.0 = Release|Any CPU
  19. {00683377-A75F-47EB-8934-1484D6480877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  20. {00683377-A75F-47EB-8934-1484D6480877}.Debug|Any CPU.Build.0 = Debug|Any CPU
  21. {00683377-A75F-47EB-8934-1484D6480877}.Release|Any CPU.ActiveCfg = Release|Any CPU
  22. {00683377-A75F-47EB-8934-1484D6480877}.Release|Any CPU.Build.0 = Release|Any CPU
  23. {063E09C9-7DB9-423E-B99D-41228EB477AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  24. {063E09C9-7DB9-423E-B99D-41228EB477AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
  25. {063E09C9-7DB9-423E-B99D-41228EB477AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
  26. {063E09C9-7DB9-423E-B99D-41228EB477AA}.Release|Any CPU.Build.0 = Release|Any CPU
  27. EndGlobalSection
  28. GlobalSection(SolutionProperties) = preSolution
  29. HideSolutionNode = FALSE
  30. EndGlobalSection
  31. EndGlobal