-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVRVisualiser-Complete.sln
More file actions
38 lines (38 loc) · 2.32 KB
/
VRVisualiser-Complete.sln
File metadata and controls
38 lines (38 loc) · 2.32 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{E4A2962E-A552-261F-6548-8F7A2BF0E1C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WanzyeeStudio.Runtime", "WanzyeeStudio.Runtime.csproj", "{A9195F42-4DF4-CFF5-DDA5-D41F50C85F7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFileBrowser.Runtime", "SimpleFileBrowser.Runtime.csproj", "{4F60BA00-D737-02E0-D54A-A05FCA950723}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{D4830C7F-1693-A12E-FC2B-1254F32BC3BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4A2962E-A552-261F-6548-8F7A2BF0E1C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4A2962E-A552-261F-6548-8F7A2BF0E1C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4A2962E-A552-261F-6548-8F7A2BF0E1C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4A2962E-A552-261F-6548-8F7A2BF0E1C9}.Release|Any CPU.Build.0 = Release|Any CPU
{A9195F42-4DF4-CFF5-DDA5-D41F50C85F7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9195F42-4DF4-CFF5-DDA5-D41F50C85F7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9195F42-4DF4-CFF5-DDA5-D41F50C85F7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9195F42-4DF4-CFF5-DDA5-D41F50C85F7C}.Release|Any CPU.Build.0 = Release|Any CPU
{4F60BA00-D737-02E0-D54A-A05FCA950723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F60BA00-D737-02E0-D54A-A05FCA950723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F60BA00-D737-02E0-D54A-A05FCA950723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F60BA00-D737-02E0-D54A-A05FCA950723}.Release|Any CPU.Build.0 = Release|Any CPU
{D4830C7F-1693-A12E-FC2B-1254F32BC3BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4830C7F-1693-A12E-FC2B-1254F32BC3BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4830C7F-1693-A12E-FC2B-1254F32BC3BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4830C7F-1693-A12E-FC2B-1254F32BC3BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal