-
Notifications
You must be signed in to change notification settings - Fork 5
/
genshin-scripting-framework.sln
66 lines (66 loc) · 4.01 KB
/
genshin-scripting-framework.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "utils", "utils\utils.vcxitems", "{A2D09AC9-23C1-4B03-AF08-2EF6798147E3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsf-client", "gsf-client\gsf-client.vcxproj", "{36330540-2FDF-46AC-ACCA-68FBED6692AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "thirdparty", "thirdparty", "{924EAB71-3262-4B0E-97B2-0B475EB682D6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgui", "thirdparty\imgui\imgui.vcxitems", "{69063E09-D8A8-4FA9-A306-69F5F615DB38}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minhook", "thirdparty\minhook\minhook.vcxitems", "{2956636E-C74F-4083-9493-873DA4E44CBF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "thirdparty\lua\lua.vcxitems", "{8754E545-8E7D-4A4C-88D5-F5CC94A1BA04}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sol", "thirdparty\sol\sol.vcxitems", "{4C58FEAD-6F55-48E8-8B76-63337A70C361}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsf-launcher", "gsf-launcher\gsf-launcher.vcxproj", "{A3415378-0073-4E01-982E-A7B99C249819}"
ProjectSection(ProjectDependencies) = postProject
{36330540-2FDF-46AC-ACCA-68FBED6692AC} = {36330540-2FDF-46AC-ACCA-68FBED6692AC}
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
thirdparty\minhook\minhook.vcxitems*{2956636e-c74f-4083-9493-873da4e44cbf}*SharedItemsImports = 9
thirdparty\imgui\imgui.vcxitems*{36330540-2fdf-46ac-acca-68fbed6692ac}*SharedItemsImports = 4
thirdparty\lua\lua.vcxitems*{36330540-2fdf-46ac-acca-68fbed6692ac}*SharedItemsImports = 4
thirdparty\minhook\minhook.vcxitems*{36330540-2fdf-46ac-acca-68fbed6692ac}*SharedItemsImports = 4
thirdparty\sol\sol.vcxitems*{36330540-2fdf-46ac-acca-68fbed6692ac}*SharedItemsImports = 4
utils\utils.vcxitems*{36330540-2fdf-46ac-acca-68fbed6692ac}*SharedItemsImports = 4
thirdparty\sol\sol.vcxitems*{4c58fead-6f55-48e8-8b76-63337a70c361}*SharedItemsImports = 9
thirdparty\imgui\imgui.vcxitems*{69063e09-d8a8-4fa9-a306-69f5f615db38}*SharedItemsImports = 9
thirdparty\lua\lua.vcxitems*{8754e545-8e7d-4a4c-88d5-f5cc94a1ba04}*SharedItemsImports = 9
utils\utils.vcxitems*{a2d09ac9-23c1-4b03-af08-2ef6798147e3}*SharedItemsImports = 9
thirdparty\minhook\minhook.vcxitems*{a3415378-0073-4e01-982e-a7b99c249819}*SharedItemsImports = 4
utils\utils.vcxitems*{a3415378-0073-4e01-982e-a7b99c249819}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36330540-2FDF-46AC-ACCA-68FBED6692AC}.Debug|x64.ActiveCfg = Debug|x64
{36330540-2FDF-46AC-ACCA-68FBED6692AC}.Debug|x64.Build.0 = Debug|x64
{36330540-2FDF-46AC-ACCA-68FBED6692AC}.Release|x64.ActiveCfg = Release|x64
{36330540-2FDF-46AC-ACCA-68FBED6692AC}.Release|x64.Build.0 = Release|x64
{A3415378-0073-4E01-982E-A7B99C249819}.Debug|x64.ActiveCfg = Debug|x64
{A3415378-0073-4E01-982E-A7B99C249819}.Debug|x64.Build.0 = Debug|x64
{A3415378-0073-4E01-982E-A7B99C249819}.Release|x64.ActiveCfg = Release|x64
{A3415378-0073-4E01-982E-A7B99C249819}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69063E09-D8A8-4FA9-A306-69F5F615DB38} = {924EAB71-3262-4B0E-97B2-0B475EB682D6}
{2956636E-C74F-4083-9493-873DA4E44CBF} = {924EAB71-3262-4B0E-97B2-0B475EB682D6}
{8754E545-8E7D-4A4C-88D5-F5CC94A1BA04} = {924EAB71-3262-4B0E-97B2-0B475EB682D6}
{4C58FEAD-6F55-48E8-8B76-63337A70C361} = {924EAB71-3262-4B0E-97B2-0B475EB682D6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C27A1E17-7571-4265-B2E6-DCE1A9DAC05D}
EndGlobalSection
EndGlobal