RxRemoteMouseMoves.sln 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RxMouseServer", "RxMouseServer\RxMouseServer.csproj", "{52568D5F-7C8A-49FE-A28D-119C7CBCC71D}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RxMouseClient", "RxMouseClient\RxMouseClient.csproj", "{5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RxMouseService", "RxMouseService\RxMouseService.csproj", "{E1C1D499-15ED-454A-AE34-35F62E53250C}"
  9. EndProject
  10. Global
  11. GlobalSection(TeamFoundationVersionControl) = preSolution
  12. SccNumberOfProjects = 4
  13. SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
  14. SccTeamFoundationServer = http://vstfpg04:8080/tfs/pg04
  15. SccLocalPath0 = .
  16. SccProjectUniqueName1 = RxMouseClient\\RxMouseClient.csproj
  17. SccProjectName1 = RxMouseClient
  18. SccLocalPath1 = RxMouseClient
  19. SccProjectUniqueName2 = RxMouseServer\\RxMouseServer.csproj
  20. SccProjectName2 = RxMouseServer
  21. SccLocalPath2 = RxMouseServer
  22. SccProjectUniqueName3 = RxMouseService\\RxMouseService.csproj
  23. SccProjectName3 = RxMouseService
  24. SccLocalPath3 = RxMouseService
  25. EndGlobalSection
  26. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  27. Debug|Any CPU = Debug|Any CPU
  28. Debug|Mixed Platforms = Debug|Mixed Platforms
  29. Debug|x86 = Debug|x86
  30. Release|Any CPU = Release|Any CPU
  31. Release|Mixed Platforms = Release|Mixed Platforms
  32. Release|x86 = Release|x86
  33. EndGlobalSection
  34. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  35. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Debug|Any CPU.ActiveCfg = Debug|x86
  36. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
  37. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Debug|Mixed Platforms.Build.0 = Debug|x86
  38. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Debug|x86.ActiveCfg = Debug|x86
  39. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Debug|x86.Build.0 = Debug|x86
  40. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Release|Any CPU.ActiveCfg = Release|x86
  41. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Release|Mixed Platforms.ActiveCfg = Release|x86
  42. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Release|Mixed Platforms.Build.0 = Release|x86
  43. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Release|x86.ActiveCfg = Release|x86
  44. {52568D5F-7C8A-49FE-A28D-119C7CBCC71D}.Release|x86.Build.0 = Release|x86
  45. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Debug|Any CPU.ActiveCfg = Debug|x86
  46. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
  47. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Debug|Mixed Platforms.Build.0 = Debug|x86
  48. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Debug|x86.ActiveCfg = Debug|x86
  49. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Debug|x86.Build.0 = Debug|x86
  50. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Release|Any CPU.ActiveCfg = Release|x86
  51. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Release|Mixed Platforms.ActiveCfg = Release|x86
  52. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Release|Mixed Platforms.Build.0 = Release|x86
  53. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Release|x86.ActiveCfg = Release|x86
  54. {5719C4C6-D7CC-47FA-B294-C57E0BC6B06F}.Release|x86.Build.0 = Release|x86
  55. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  56. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Any CPU.Build.0 = Debug|Any CPU
  57. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
  58. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
  59. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Debug|x86.ActiveCfg = Debug|Any CPU
  60. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Any CPU.ActiveCfg = Release|Any CPU
  61. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Any CPU.Build.0 = Release|Any CPU
  62. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
  63. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
  64. {E1C1D499-15ED-454A-AE34-35F62E53250C}.Release|x86.ActiveCfg = Release|Any CPU
  65. EndGlobalSection
  66. GlobalSection(SolutionProperties) = preSolution
  67. HideSolutionNode = FALSE
  68. EndGlobalSection
  69. EndGlobal