-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSkyrimVRTools.sln
73 lines (73 loc) · 4.75 KB
/
SkyrimVRTools.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skyrimvrtools", "src\SkyrimVRTools.vcxproj", "{9D903497-BB27-4C98-801C-E70FDF7E41FA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skyrimvrtools_api", "src\api\SkyrimVRToolsAPI.vcxproj", "{849411C0-FC23-4819-A0D5-429A4E6D8A51}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common_vc14", "src\sksevr\common\common_vc14.vcxproj", "{472E19AB-DEF0-42DF-819B-18722E8DC822}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skse64", "src\sksevr\skse64\skse64.vcxproj", "{639411C0-FC23-4819-A0C5-429A4E5D8A51}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skse64_common", "src\sksevr\skse64_common\skse64_common.vcxproj", "{5FD1C08D-DB80-480C-A1C6-F0920005CD13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
Debug-StaticLib|x64 = Debug-StaticLib|x64
Release-StaticLib|x64 = Release-StaticLib|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Debug|x64.ActiveCfg = Debug|x64
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Debug|x64.Build.0 = Debug|x64
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Debug-StaticLib|x64.ActiveCfg = Debug|x64
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Debug-StaticLib|x64.Build.0 = Debug|x64
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Release|x64.ActiveCfg = Release|x64
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Release|x64.Build.0 = Release|x64
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Release-StaticLib|x64.ActiveCfg = Release|x64
{9D903497-BB27-4C98-801C-E70FDF7E41FA}.Release-StaticLib|x64.Build.0 = Release|x64
#Dependency API Project
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Debug|x64.ActiveCfg = Debug-StaticLib|x64
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Debug|x64.Build.0 = Debug-StaticLib|x64
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Debug-StaticLib|x64.ActiveCfg = Debug-StaticLib|x64
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Debug-StaticLib|x64.Build.0 = Debug-StaticLib|x64
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Release|x64.ActiveCfg = Release-StaticLib|x64
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Release|x64.Build.0 = Release-StaticLib|x64
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Release-StaticLib|x64.ActiveCfg = Release-StaticLib|x64
{849411C0-FC23-4819-A0D5-429A4E6D8A51}.Release-StaticLib|x64.Build.0 = Release-StaticLib|x64
#Dependency SKSE Projects
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug|x64.ActiveCfg = Debug|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug|x64.Build.0 = Debug|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug-StaticLib|x64.ActiveCfg = Debug|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug-StaticLib|x64.Build.0 = Debug|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release|x64.ActiveCfg = Release|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release|x64.Build.0 = Release|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release-StaticLib|x64.ActiveCfg = Release|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release-StaticLib|x64.Build.0 = Release|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug|x64.ActiveCfg = Debug-StaticLib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug|x64.Build.0 = Debug-StaticLib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug-StaticLib|x64.ActiveCfg = Debug-StaticLib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug-StaticLib|x64.Build.0 = Debug-StaticLib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release|x64.ActiveCfg = Release-StaticLib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release|x64.Build.0 = Release-StaticLib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release-StaticLib|x64.ActiveCfg = Release-StaticLib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release-StaticLib|x64.Build.0 = Release-StaticLib|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug|x64.ActiveCfg = Debug|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug|x64.Build.0 = Debug|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug-StaticLib|x64.ActiveCfg = Debug|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug-StaticLib|x64.Build.0 = Debug|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release|x64.ActiveCfg = Release|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release|x64.Build.0 = Release|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release-StaticLib|x64.ActiveCfg = Release|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release-StaticLib|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CDE0AD5-128A-4F68-BACF-1DA5E8AA0168}
EndGlobalSection
EndGlobal