This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNuclear Engine.sln
81 lines (81 loc) · 5.01 KB
/
Nuclear Engine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Nuclear.Engine", "Nuclear.Engine\Nuclear.Engine.vcxproj", "{1E657253-3D76-4C77-A747-4D85EEFA91DA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Samples", "Samples\Samples.vcxproj", "{2C26B9B9-5974-4E9E-BA97-7107056F82AC}"
ProjectSection(ProjectDependencies) = postProject
{1E657253-3D76-4C77-A747-4D85EEFA91DA} = {1E657253-3D76-4C77-A747-4D85EEFA91DA}
{94839814-8B49-44D9-9811-097E9B13D0C1} = {94839814-8B49-44D9-9811-097E9B13D0C1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Nuclear.Editor", "Nuclear.Editor\Nuclear.Editor.vcxproj", "{C5861902-6DB0-475E-A0EC-12E518F02354}"
ProjectSection(ProjectDependencies) = postProject
{1E657253-3D76-4C77-A747-4D85EEFA91DA} = {1E657253-3D76-4C77-A747-4D85EEFA91DA}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuclear.ScriptCore", "Nuclear.ScriptCore\Nuclear.ScriptCore.csproj", "{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamplesScripts", "SamplesScripts\SamplesScripts.csproj", "{94839814-8B49-44D9-9811-097E9B13D0C1}"
ProjectSection(ProjectDependencies) = postProject
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F} = {F2A7FA26-B783-445A-A44C-8E9634B5AB0F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Debug|Any CPU.ActiveCfg = Debug|x64
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Debug|Any CPU.Build.0 = Debug|x64
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Debug|x64.ActiveCfg = Debug|x64
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Debug|x64.Build.0 = Debug|x64
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Release|Any CPU.ActiveCfg = Release|x64
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Release|Any CPU.Build.0 = Release|x64
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Release|x64.ActiveCfg = Release|x64
{1E657253-3D76-4C77-A747-4D85EEFA91DA}.Release|x64.Build.0 = Release|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Debug|Any CPU.ActiveCfg = Debug|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Debug|Any CPU.Build.0 = Debug|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Debug|x64.ActiveCfg = Debug|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Debug|x64.Build.0 = Debug|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Release|Any CPU.ActiveCfg = Release|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Release|Any CPU.Build.0 = Release|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Release|x64.ActiveCfg = Release|x64
{2C26B9B9-5974-4E9E-BA97-7107056F82AC}.Release|x64.Build.0 = Release|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Debug|Any CPU.ActiveCfg = Debug|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Debug|Any CPU.Build.0 = Debug|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Debug|x64.ActiveCfg = Debug|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Debug|x64.Build.0 = Debug|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Release|Any CPU.ActiveCfg = Release|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Release|Any CPU.Build.0 = Release|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Release|x64.ActiveCfg = Release|x64
{C5861902-6DB0-475E-A0EC-12E518F02354}.Release|x64.Build.0 = Release|x64
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Debug|x64.ActiveCfg = Debug|Any CPU
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Debug|x64.Build.0 = Debug|Any CPU
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Release|Any CPU.Build.0 = Release|Any CPU
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Release|x64.ActiveCfg = Release|Any CPU
{F2A7FA26-B783-445A-A44C-8E9634B5AB0F}.Release|x64.Build.0 = Release|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Debug|x64.ActiveCfg = Debug|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Debug|x64.Build.0 = Debug|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Release|Any CPU.Build.0 = Release|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Release|x64.ActiveCfg = Release|Any CPU
{94839814-8B49-44D9-9811-097E9B13D0C1}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6B8DEBD-0C9D-49D8-85CC-2148DD112CDF}
EndGlobalSection
EndGlobal