-
Notifications
You must be signed in to change notification settings - Fork 24
/
RnD.sln
54 lines (54 loc) · 3.27 KB
/
RnD.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22310.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{73309E1C-69E4-4435-B985-1E983F19646B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Games", "Games", "{AE969C9D-72A0-4198-A692-F056E11C9DF5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UE4", "Intermediate\ProjectFiles\UE4.vcxproj", "{70D3ACFC-DEAB-4A09-8960-AC7A184774AC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RnD", "Intermediate\ProjectFiles\RnD.vcxproj", "{9DE63957-4B91-41DF-A10C-3EA85732BAA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DebugGame Editor|Win32 = DebugGame Editor|Win32
DebugGame Editor|Win64 = DebugGame Editor|Win64
DebugGame|Win32 = DebugGame|Win32
DebugGame|Win64 = DebugGame|Win64
Development Editor|Win32 = Development Editor|Win32
Development Editor|Win64 = Development Editor|Win64
Development|Win32 = Development|Win32
Development|Win64 = Development|Win64
Shipping|Win32 = Shipping|Win32
Shipping|Win64 = Shipping|Win64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.DebugGame Editor|Win32.ActiveCfg = DebugGame_Editor|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.DebugGame Editor|Win64.ActiveCfg = DebugGame_Editor|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.DebugGame Editor|Win64.Build.0 = DebugGame_Editor|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.DebugGame|Win32.ActiveCfg = DebugGame_Game|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.DebugGame|Win32.Build.0 = DebugGame_Game|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.DebugGame|Win64.ActiveCfg = DebugGame_Game|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.DebugGame|Win64.Build.0 = DebugGame_Game|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Development Editor|Win32.ActiveCfg = Development_Editor|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Development Editor|Win64.ActiveCfg = Development_Editor|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Development Editor|Win64.Build.0 = Development_Editor|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Development|Win32.ActiveCfg = Development_Game|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Development|Win32.Build.0 = Development_Game|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Development|Win64.ActiveCfg = Development_Game|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Development|Win64.Build.0 = Development_Game|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Shipping|Win32.ActiveCfg = Shipping_Game|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Shipping|Win32.Build.0 = Shipping_Game|Win32
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Shipping|Win64.ActiveCfg = Shipping_Game|x64
{9DE63957-4B91-41DF-A10C-3EA85732BAA4}.Shipping|Win64.Build.0 = Shipping_Game|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{70D3ACFC-DEAB-4A09-8960-AC7A184774AC} = {73309E1C-69E4-4435-B985-1E983F19646B}
{9DE63957-4B91-41DF-A10C-3EA85732BAA4} = {AE969C9D-72A0-4198-A692-F056E11C9DF5}
EndGlobalSection
EndGlobal