-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSign-of-Magic.sln
41 lines (41 loc) · 2.53 KB
/
Sign-of-Magic.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR", "SteamVR.csproj", "{10cdf8e4-bb14-7332-e5a1-c367c90d5b61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Actions", "SteamVR_Actions.csproj", "{cd41bfed-a7c2-dbae-8eaf-8621819ac78c}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{2d3b669a-6a63-386d-6a98-433ee0d1bda2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{80ec7105-648a-9700-401b-0dfbd0e26cfc}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Input_Editor", "SteamVR_Input_Editor.csproj", "{5cdeaac5-2e24-74f2-f6c3-5c99e9ea1b27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Editor", "SteamVR_Editor.csproj", "{3aca5fd8-9926-0395-6dff-f8d013c0fa5d}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamVR_Windows_EditorHelper", "SteamVR_Windows_EditorHelper.csproj", "{3d3ab693-18b8-177f-fa1b-dfbca5b96d36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10cdf8e4-bb14-7332-e5a1-c367c90d5b61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10cdf8e4-bb14-7332-e5a1-c367c90d5b61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{cd41bfed-a7c2-dbae-8eaf-8621819ac78c}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{cd41bfed-a7c2-dbae-8eaf-8621819ac78c}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2d3b669a-6a63-386d-6a98-433ee0d1bda2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2d3b669a-6a63-386d-6a98-433ee0d1bda2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80ec7105-648a-9700-401b-0dfbd0e26cfc}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80ec7105-648a-9700-401b-0dfbd0e26cfc}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5cdeaac5-2e24-74f2-f6c3-5c99e9ea1b27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5cdeaac5-2e24-74f2-f6c3-5c99e9ea1b27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3aca5fd8-9926-0395-6dff-f8d013c0fa5d}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3aca5fd8-9926-0395-6dff-f8d013c0fa5d}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3d3ab693-18b8-177f-fa1b-dfbca5b96d36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3d3ab693-18b8-177f-fa1b-dfbca5b96d36}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal