forked from OrangeSpork/HS2VR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHS2VR.sln
31 lines (31 loc) · 1.53 KB
/
HS2VR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HS2VR", "HS2VR\HS2VR.csproj", "{1F634B93-F4C6-45E9-894D-2F3556A74D67}"
EndProject
# Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRGIN", "VRGIN\VRGIN\VRGIN.csproj", "{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}"
# EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Debug|Any CPU.Build.0 = Release|Any CPU
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Release|Any CPU.Build.0 = Release|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Debug|Any CPU.Build.0 = Release|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A44D8C4-D4F0-4951-A1F2-B64FFDD9A290}
EndGlobalSection
EndGlobal