12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
-
- Microsoft Visual Studio Solution File, Format Version 11.00
- # Visual Studio 2010
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{730695db-cb29-b30f-a28a-ea1a1824a555}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR", "SteamVR.csproj", "{8fc21df2-92d6-176d-4d2c-95dee38e655a}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Actions", "SteamVR_Actions.csproj", "{d2a9a3a4-3c39-23d1-0443-f32711d0ef4a}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{af3763dd-7e84-7da4-6098-5859ffcdce81}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Editor", "SteamVR_Editor.csproj", "{851fe9e0-511e-82d1-cf2d-52b44b553ea1}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Input_Editor", "SteamVR_Input_Editor.csproj", "{2f605588-9f0e-f2a0-4abf-89989146483d}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.Management.Samples", "Unity.XR.Management.Samples.csproj", "{0aea0206-0d0e-c1e5-b62d-c9fa9cbeb8e2}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.Management.Samples.Editor", "Unity.XR.Management.Samples.Editor.csproj", "{84f5d949-7931-b6e7-3ea5-5ebed1164f9f}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Windows_EditorHelper", "SteamVR_Windows_EditorHelper.csproj", "{a12f5738-d207-5754-b15b-8364284eef08}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {730695db-cb29-b30f-a28a-ea1a1824a555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {730695db-cb29-b30f-a28a-ea1a1824a555}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8fc21df2-92d6-176d-4d2c-95dee38e655a}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8fc21df2-92d6-176d-4d2c-95dee38e655a}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {d2a9a3a4-3c39-23d1-0443-f32711d0ef4a}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {d2a9a3a4-3c39-23d1-0443-f32711d0ef4a}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {af3763dd-7e84-7da4-6098-5859ffcdce81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {af3763dd-7e84-7da4-6098-5859ffcdce81}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {851fe9e0-511e-82d1-cf2d-52b44b553ea1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {851fe9e0-511e-82d1-cf2d-52b44b553ea1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2f605588-9f0e-f2a0-4abf-89989146483d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2f605588-9f0e-f2a0-4abf-89989146483d}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0aea0206-0d0e-c1e5-b62d-c9fa9cbeb8e2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0aea0206-0d0e-c1e5-b62d-c9fa9cbeb8e2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {84f5d949-7931-b6e7-3ea5-5ebed1164f9f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {84f5d949-7931-b6e7-3ea5-5ebed1164f9f}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {a12f5738-d207-5754-b15b-8364284eef08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {a12f5738-d207-5754-b15b-8364284eef08}.Debug|Any CPU.Build.0 = Debug|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|