forked from Ooetksh/KoikatuVR
-
Notifications
You must be signed in to change notification settings - Fork 10
/
KK_MainGameVR.sln
43 lines (43 loc) · 2.4 KB
/
KK_MainGameVR.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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KoikatuVR", "KoikatuVR\KoikatuVR.csproj", "{1F634B93-F4C6-45E9-894D-2F3556A74D67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRGIN", "VRGIN\VRGIN\VRGIN.csproj", "{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatcherLoader", "PatcherLoader\PatcherLoader.csproj", "{7B4A46E3-629C-46CC-ADF4-8FE8FCED992D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "native_patcher", "native_patcher\native_patcher.vcxproj", "{30177590-0ADF-4817-9D9B-804C7C4C749A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Debug|x64.ActiveCfg = Debug|Any CPU
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Debug|x64.Build.0 = Debug|Any CPU
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Release|x64.ActiveCfg = Release|Any CPU
{1F634B93-F4C6-45E9-894D-2F3556A74D67}.Release|x64.Build.0 = Release|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Debug|x64.ActiveCfg = Debug|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Debug|x64.Build.0 = Debug|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Release|x64.ActiveCfg = Release|Any CPU
{22788A2C-7695-4A6A-A9F0-115AB9A05FD4}.Release|x64.Build.0 = Release|Any CPU
{7B4A46E3-629C-46CC-ADF4-8FE8FCED992D}.Debug|x64.ActiveCfg = Debug|Any CPU
{7B4A46E3-629C-46CC-ADF4-8FE8FCED992D}.Debug|x64.Build.0 = Debug|Any CPU
{7B4A46E3-629C-46CC-ADF4-8FE8FCED992D}.Release|x64.ActiveCfg = Release|Any CPU
{7B4A46E3-629C-46CC-ADF4-8FE8FCED992D}.Release|x64.Build.0 = Release|Any CPU
{30177590-0ADF-4817-9D9B-804C7C4C749A}.Debug|x64.ActiveCfg = Debug|x64
{30177590-0ADF-4817-9D9B-804C7C4C749A}.Debug|x64.Build.0 = Debug|x64
{30177590-0ADF-4817-9D9B-804C7C4C749A}.Release|x64.ActiveCfg = Release|x64
{30177590-0ADF-4817-9D9B-804C7C4C749A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A44D8C4-D4F0-4951-A1F2-B64FFDD9A290}
EndGlobalSection
EndGlobal