forked from KN4CK3R/UnrealEngineSDKGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnrealEngineSdkGenerator.sln
58 lines (58 loc) · 3.21 KB
/
UnrealEngineSdkGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealEngine1", "UnrealEngine1.vcxproj", "{17BAE508-B078-477A-9FC4-5A5B6F6EC2F4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealEngine2", "UnrealEngine2.vcxproj", "{CE6021C4-A719-47D2-9A4E-FD26404AC34F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealEngine3", "UnrealEngine3.vcxproj", "{41C536B5-2F0E-4232-8D0E-4B3CD17F69BB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrealEngine4", "UnrealEngine4.vcxproj", "{8421CC8C-A3DB-4F2F-9672-4DDAA9C9D391}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F7ABE9F-865E-4A84-A00B-41DA5014DBF6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17BAE508-B078-477A-9FC4-5A5B6F6EC2F4}.Debug|x64.ActiveCfg = Debug|Win32
{17BAE508-B078-477A-9FC4-5A5B6F6EC2F4}.Debug|x86.ActiveCfg = Debug|Win32
{17BAE508-B078-477A-9FC4-5A5B6F6EC2F4}.Debug|x86.Build.0 = Debug|Win32
{17BAE508-B078-477A-9FC4-5A5B6F6EC2F4}.Release|x64.ActiveCfg = Release|Win32
{17BAE508-B078-477A-9FC4-5A5B6F6EC2F4}.Release|x86.ActiveCfg = Release|Win32
{17BAE508-B078-477A-9FC4-5A5B6F6EC2F4}.Release|x86.Build.0 = Release|Win32
{CE6021C4-A719-47D2-9A4E-FD26404AC34F}.Debug|x64.ActiveCfg = Debug|Win32
{CE6021C4-A719-47D2-9A4E-FD26404AC34F}.Debug|x86.ActiveCfg = Debug|Win32
{CE6021C4-A719-47D2-9A4E-FD26404AC34F}.Debug|x86.Build.0 = Debug|Win32
{CE6021C4-A719-47D2-9A4E-FD26404AC34F}.Release|x64.ActiveCfg = Release|Win32
{CE6021C4-A719-47D2-9A4E-FD26404AC34F}.Release|x86.ActiveCfg = Release|Win32
{CE6021C4-A719-47D2-9A4E-FD26404AC34F}.Release|x86.Build.0 = Release|Win32
{41C536B5-2F0E-4232-8D0E-4B3CD17F69BB}.Debug|x64.ActiveCfg = Debug|Win32
{41C536B5-2F0E-4232-8D0E-4B3CD17F69BB}.Debug|x86.ActiveCfg = Debug|Win32
{41C536B5-2F0E-4232-8D0E-4B3CD17F69BB}.Debug|x86.Build.0 = Debug|Win32
{41C536B5-2F0E-4232-8D0E-4B3CD17F69BB}.Release|x64.ActiveCfg = Release|Win32
{41C536B5-2F0E-4232-8D0E-4B3CD17F69BB}.Release|x86.ActiveCfg = Release|Win32
{41C536B5-2F0E-4232-8D0E-4B3CD17F69BB}.Release|x86.Build.0 = Release|Win32
{8421CC8C-A3DB-4F2F-9672-4DDAA9C9D391}.Debug|x64.ActiveCfg = Debug|x64
{8421CC8C-A3DB-4F2F-9672-4DDAA9C9D391}.Debug|x64.Build.0 = Debug|x64
{8421CC8C-A3DB-4F2F-9672-4DDAA9C9D391}.Debug|x86.ActiveCfg = Debug|x64
{8421CC8C-A3DB-4F2F-9672-4DDAA9C9D391}.Release|x64.ActiveCfg = Release|x64
{8421CC8C-A3DB-4F2F-9672-4DDAA9C9D391}.Release|x64.Build.0 = Release|x64
{8421CC8C-A3DB-4F2F-9672-4DDAA9C9D391}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBF820D7-5EAF-47F1-B1A1-6EE94E84AAD3}
EndGlobalSection
EndGlobal