Hector_v2.sln 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{730695db-cb29-b30f-a28a-ea1a1824a555}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR", "SteamVR.csproj", "{8fc21df2-92d6-176d-4d2c-95dee38e655a}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Actions", "SteamVR_Actions.csproj", "{d2a9a3a4-3c39-23d1-0443-f32711d0ef4a}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{af3763dd-7e84-7da4-6098-5859ffcdce81}"
  11. EndProject
  12. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Editor", "SteamVR_Editor.csproj", "{851fe9e0-511e-82d1-cf2d-52b44b553ea1}"
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Input_Editor", "SteamVR_Input_Editor.csproj", "{2f605588-9f0e-f2a0-4abf-89989146483d}"
  15. EndProject
  16. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.Management.Samples", "Unity.XR.Management.Samples.csproj", "{0aea0206-0d0e-c1e5-b62d-c9fa9cbeb8e2}"
  17. EndProject
  18. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.Management.Samples.Editor", "Unity.XR.Management.Samples.Editor.csproj", "{84f5d949-7931-b6e7-3ea5-5ebed1164f9f}"
  19. EndProject
  20. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Windows_EditorHelper", "SteamVR_Windows_EditorHelper.csproj", "{a12f5738-d207-5754-b15b-8364284eef08}"
  21. EndProject
  22. Global
  23. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  24. Debug|Any CPU = Debug|Any CPU
  25. EndGlobalSection
  26. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  27. {730695db-cb29-b30f-a28a-ea1a1824a555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  28. {730695db-cb29-b30f-a28a-ea1a1824a555}.Debug|Any CPU.Build.0 = Debug|Any CPU
  29. {8fc21df2-92d6-176d-4d2c-95dee38e655a}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  30. {8fc21df2-92d6-176d-4d2c-95dee38e655a}.Debug|Any CPU.Build.0 = Debug|Any CPU
  31. {d2a9a3a4-3c39-23d1-0443-f32711d0ef4a}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  32. {d2a9a3a4-3c39-23d1-0443-f32711d0ef4a}.Debug|Any CPU.Build.0 = Debug|Any CPU
  33. {af3763dd-7e84-7da4-6098-5859ffcdce81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  34. {af3763dd-7e84-7da4-6098-5859ffcdce81}.Debug|Any CPU.Build.0 = Debug|Any CPU
  35. {851fe9e0-511e-82d1-cf2d-52b44b553ea1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  36. {851fe9e0-511e-82d1-cf2d-52b44b553ea1}.Debug|Any CPU.Build.0 = Debug|Any CPU
  37. {2f605588-9f0e-f2a0-4abf-89989146483d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  38. {2f605588-9f0e-f2a0-4abf-89989146483d}.Debug|Any CPU.Build.0 = Debug|Any CPU
  39. {0aea0206-0d0e-c1e5-b62d-c9fa9cbeb8e2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  40. {0aea0206-0d0e-c1e5-b62d-c9fa9cbeb8e2}.Debug|Any CPU.Build.0 = Debug|Any CPU
  41. {84f5d949-7931-b6e7-3ea5-5ebed1164f9f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  42. {84f5d949-7931-b6e7-3ea5-5ebed1164f9f}.Debug|Any CPU.Build.0 = Debug|Any CPU
  43. {a12f5738-d207-5754-b15b-8364284eef08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  44. {a12f5738-d207-5754-b15b-8364284eef08}.Debug|Any CPU.Build.0 = Debug|Any CPU
  45. EndGlobalSection
  46. GlobalSection(SolutionProperties) = preSolution
  47. HideSolutionNode = FALSE
  48. EndGlobalSection
  49. EndGlobal