-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLE2-ASI-Plugins.sln
103 lines (103 loc) · 6.64 KB
/
LE2-ASI-Plugins.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2StreamingLevelsHUD", "LE2StreamingLevelsHUD\LE2StreamingLevelsHUD.vcxproj", "{24261DB1-E217-4234-B048-1ACEA2F67237}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2-SDK", "LE2-SDK\LE2-SDK.vcxproj", "{7F45825C-9039-4117-93E5-3F8D7D5F4FA8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2KismetLogger", "LE2KismetLogger\KismetLogger.vcxproj", "{1F82E847-1848-4F1E-B458-E008C2FF8F43}"
ProjectSection(ProjectDependencies) = postProject
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8} = {7F45825C-9039-4117-93E5-3F8D7D5F4FA8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2DebugLogger", "LE2DebugLogger\LE2DebugLogger.vcxproj", "{D56CAF33-BA78-4541-98EE-02BCD192EECF}"
ProjectSection(ProjectDependencies) = postProject
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8} = {7F45825C-9039-4117-93E5-3F8D7D5F4FA8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2PNGScreenShots", "LE2PNGScreenshots\LE2PNGScreenshots.vcxproj", "{8298E95F-CC4D-440D-B9E6-7B7BC0DF2FE5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealScriptDebugger", "UnrealScriptDebugger\UnrealScriptDebugger.vcxproj", "{6172080A-0E24-4B92-9157-5ADBB34C0DA8}"
ProjectSection(ProjectDependencies) = postProject
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8} = {7F45825C-9039-4117-93E5-3F8D7D5F4FA8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2LinkerPrinter", "LE2LinkerPrinter\LE2LinkerPrinter.vcxproj", "{8298E95F-DEAD-440D-B9E6-7B7BC0DF2FE4}"
ProjectSection(ProjectDependencies) = postProject
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8} = {7F45825C-9039-4117-93E5-3F8D7D5F4FA8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2SeqAct_LogEnabler", "LE2SeqAct_LogEnabler\LE2SeqAct_LogEnabler.vcxproj", "{C07CE6A9-F5DC-4C05-8AA5-C35BB5F1D27C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2ConsoleExtension", "LE2ConsoleExtension\LE2ConsoleExtension.vcxproj", "{FD19784F-65ED-4C58-8922-CADF252A19FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2LEXInterop", "LE2LEXInterop\LE2LEXInterop.vcxproj", "{3E825F49-5D7E-4064-B5B2-03011B408B6F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2HotReload", "LE2HotReload\LE2HotReload.vcxproj", "{D56CAF33-BA78-4541-98EE-02BCD292EECF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LE2FunctionLogger", "LE2FunctionLogger\LE2FunctionLogger.vcxproj", "{8298E95F-DEAD-440D-B9E6-7B7BC0DF3FE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24261DB1-E217-4234-B048-1ACEA2F67237}.Debug|x64.ActiveCfg = Debug|x64
{24261DB1-E217-4234-B048-1ACEA2F67237}.Debug|x64.Build.0 = Debug|x64
{24261DB1-E217-4234-B048-1ACEA2F67237}.Release|x64.ActiveCfg = Release|x64
{24261DB1-E217-4234-B048-1ACEA2F67237}.Release|x64.Build.0 = Release|x64
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8}.Debug|x64.ActiveCfg = Debug|x64
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8}.Debug|x64.Build.0 = Debug|x64
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8}.Release|x64.ActiveCfg = Release|x64
{7F45825C-9039-4117-93E5-3F8D7D5F4FA8}.Release|x64.Build.0 = Release|x64
{1F82E847-1848-4F1E-B458-E008C2FF8F43}.Debug|x64.ActiveCfg = Debug|x64
{1F82E847-1848-4F1E-B458-E008C2FF8F43}.Debug|x64.Build.0 = Debug|x64
{1F82E847-1848-4F1E-B458-E008C2FF8F43}.Release|x64.ActiveCfg = Release|x64
{1F82E847-1848-4F1E-B458-E008C2FF8F43}.Release|x64.Build.0 = Release|x64
{D56CAF33-BA78-4541-98EE-02BCD192EECF}.Debug|x64.ActiveCfg = Debug|x64
{D56CAF33-BA78-4541-98EE-02BCD192EECF}.Debug|x64.Build.0 = Debug|x64
{D56CAF33-BA78-4541-98EE-02BCD192EECF}.Release|x64.ActiveCfg = Release|x64
{D56CAF33-BA78-4541-98EE-02BCD192EECF}.Release|x64.Build.0 = Release|x64
{8298E95F-CC4D-440D-B9E6-7B7BC0DF2FE5}.Debug|x64.ActiveCfg = Debug|x64
{8298E95F-CC4D-440D-B9E6-7B7BC0DF2FE5}.Debug|x64.Build.0 = Debug|x64
{8298E95F-CC4D-440D-B9E6-7B7BC0DF2FE5}.Release|x64.ActiveCfg = Release|x64
{8298E95F-CC4D-440D-B9E6-7B7BC0DF2FE5}.Release|x64.Build.0 = Release|x64
{6172080A-0E24-4B92-9157-5ADBB34C0DA8}.Debug|x64.ActiveCfg = Debug|x64
{6172080A-0E24-4B92-9157-5ADBB34C0DA8}.Debug|x64.Build.0 = Debug|x64
{6172080A-0E24-4B92-9157-5ADBB34C0DA8}.Release|x64.ActiveCfg = Release|x64
{6172080A-0E24-4B92-9157-5ADBB34C0DA8}.Release|x64.Build.0 = Release|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF2FE4}.Debug|x64.ActiveCfg = Debug|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF2FE4}.Debug|x64.Build.0 = Debug|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF2FE4}.Release|x64.ActiveCfg = Release|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF2FE4}.Release|x64.Build.0 = Release|x64
{C07CE6A9-F5DC-4C05-8AA5-C35BB5F1D27C}.Debug|x64.ActiveCfg = Debug|x64
{C07CE6A9-F5DC-4C05-8AA5-C35BB5F1D27C}.Debug|x64.Build.0 = Debug|x64
{C07CE6A9-F5DC-4C05-8AA5-C35BB5F1D27C}.Release|x64.ActiveCfg = Release|x64
{C07CE6A9-F5DC-4C05-8AA5-C35BB5F1D27C}.Release|x64.Build.0 = Release|x64
{FD19784F-65ED-4C58-8922-CADF252A19FC}.Debug|x64.ActiveCfg = Debug|x64
{FD19784F-65ED-4C58-8922-CADF252A19FC}.Debug|x64.Build.0 = Debug|x64
{FD19784F-65ED-4C58-8922-CADF252A19FC}.Release|x64.ActiveCfg = Release|x64
{FD19784F-65ED-4C58-8922-CADF252A19FC}.Release|x64.Build.0 = Release|x64
{3E825F49-5D7E-4064-B5B2-03011B408B6F}.Debug|x64.ActiveCfg = Debug|x64
{3E825F49-5D7E-4064-B5B2-03011B408B6F}.Debug|x64.Build.0 = Debug|x64
{3E825F49-5D7E-4064-B5B2-03011B408B6F}.Release|x64.ActiveCfg = Release|x64
{3E825F49-5D7E-4064-B5B2-03011B408B6F}.Release|x64.Build.0 = Release|x64
{D56CAF33-BA78-4541-98EE-02BCD292EECF}.Debug|x64.ActiveCfg = Debug|x64
{D56CAF33-BA78-4541-98EE-02BCD292EECF}.Debug|x64.Build.0 = Debug|x64
{D56CAF33-BA78-4541-98EE-02BCD292EECF}.Release|x64.ActiveCfg = Release|x64
{D56CAF33-BA78-4541-98EE-02BCD292EECF}.Release|x64.Build.0 = Release|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF3FE4}.Debug|x64.ActiveCfg = Debug|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF3FE4}.Debug|x64.Build.0 = Debug|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF3FE4}.Release|x64.ActiveCfg = Release|x64
{8298E95F-DEAD-440D-B9E6-7B7BC0DF3FE4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18E7EE0C-4EA7-42D4-8AD8-AEA9A461ACFB}
EndGlobalSection
EndGlobal