-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNextEngine.sln
More file actions
165 lines (165 loc) · 11.4 KB
/
NextEngine.sln
File metadata and controls
165 lines (165 loc) · 11.4 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TheUnpluggingRunner", "TheUnpluggingRunner\TheUnpluggingRunner.vcxproj", "{A0134B36-0C75-2844-95E2-6EF601435F03}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CFD", "CFD\CFD.vcxproj", "{32D9870B-9EE2-877C-275E-9E7C9366937C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChemistryProject", "ChemistryProject\ChemistryProject.vcxproj", "{74C382EC-60BC-A13E-89EE-86C37546814A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{53E47842-3FC8-3998-A828-34EB942B241A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bullet3", "Bullet3", "{1D24DA24-0934-86F5-72ED-EA135E1C758E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletCollision", "NextEngine\vendor\bullet3\src\BulletCollision\BulletCollision.vcxproj", "{B91153C5-259D-C089-2EAE-437E9AB81C8A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletDynamics", "NextEngine\vendor\bullet3\src\BulletDynamics\BulletDynamics.vcxproj", "{45122E0F-31E0-2115-1A74-923B06E1FD79}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletInverseDynamics", "NextEngine\vendor\bullet3\src\BulletInverseDynamics\BulletInverseDynamics.vcxproj", "{C1A79F57-2D14-5B52-F607-F3AF62337DBA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BulletSoftBody", "NextEngine\vendor\bullet3\src\BulletSoftBody\BulletSoftBody.vcxproj", "{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinearMath", "NextEngine\vendor\bullet3\src\LinearMath\LinearMath.vcxproj", "{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GLFW", "NextEngine\vendor\glfw\GLFW.vcxproj", "{154B857C-0182-860D-AA6E-6C109684020F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "assimp", "NextEngine\vendor\assimp\assimp.vcxproj", "{724885F2-5EEA-AFC8-47A5-C31C33E63619}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NextCore", "NextCore\NextCore.vcxproj", "{4DE9C0F6-39B6-1B02-62CF-09AA4EFB5090}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NextEngine", "NextEngine\NextEngine.vcxproj", "{BAC032AF-A678-74FC-0F80-4D58FB560FED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NextEngineEditor", "NextEngineEditor\NextEngineEditor.vcxproj", "{01FA5310-EDF2-7262-1625-58E7027D526E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NextUI", "NextUI\NextUI.vcxproj", "{E2D638C5-CE78-639B-B733-77EFA374EAEB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Notec", "Notec\Notec.vcxproj", "{5E50C10D-CA64-E9BE-93E6-8C1EFFB9E5EF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReflectionTool", "ReflectionTool\ReflectionTool.vcxproj", "{CE4D306B-BA1B-2471-A3AF-94978F1C00D6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TheUnpluggingGame", "TheUnpluggingGame\TheUnpluggingGame.vcxproj", "{800A4BDC-EC20-4972-3598-D493A1ED19FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Dist|x64 = Dist|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0134B36-0C75-2844-95E2-6EF601435F03}.Debug|x64.ActiveCfg = Debug|x64
{A0134B36-0C75-2844-95E2-6EF601435F03}.Debug|x64.Build.0 = Debug|x64
{A0134B36-0C75-2844-95E2-6EF601435F03}.Dist|x64.ActiveCfg = Dist|x64
{A0134B36-0C75-2844-95E2-6EF601435F03}.Dist|x64.Build.0 = Dist|x64
{A0134B36-0C75-2844-95E2-6EF601435F03}.Release|x64.ActiveCfg = Release|x64
{A0134B36-0C75-2844-95E2-6EF601435F03}.Release|x64.Build.0 = Release|x64
{32D9870B-9EE2-877C-275E-9E7C9366937C}.Debug|x64.ActiveCfg = Debug|x64
{32D9870B-9EE2-877C-275E-9E7C9366937C}.Debug|x64.Build.0 = Debug|x64
{32D9870B-9EE2-877C-275E-9E7C9366937C}.Dist|x64.ActiveCfg = Dist|x64
{32D9870B-9EE2-877C-275E-9E7C9366937C}.Dist|x64.Build.0 = Dist|x64
{32D9870B-9EE2-877C-275E-9E7C9366937C}.Release|x64.ActiveCfg = Release|x64
{32D9870B-9EE2-877C-275E-9E7C9366937C}.Release|x64.Build.0 = Release|x64
{74C382EC-60BC-A13E-89EE-86C37546814A}.Debug|x64.ActiveCfg = Debug|x64
{74C382EC-60BC-A13E-89EE-86C37546814A}.Debug|x64.Build.0 = Debug|x64
{74C382EC-60BC-A13E-89EE-86C37546814A}.Dist|x64.ActiveCfg = Dist|x64
{74C382EC-60BC-A13E-89EE-86C37546814A}.Dist|x64.Build.0 = Dist|x64
{74C382EC-60BC-A13E-89EE-86C37546814A}.Release|x64.ActiveCfg = Release|x64
{74C382EC-60BC-A13E-89EE-86C37546814A}.Release|x64.Build.0 = Release|x64
{B91153C5-259D-C089-2EAE-437E9AB81C8A}.Debug|x64.ActiveCfg = Debug|x64
{B91153C5-259D-C089-2EAE-437E9AB81C8A}.Debug|x64.Build.0 = Debug|x64
{B91153C5-259D-C089-2EAE-437E9AB81C8A}.Dist|x64.ActiveCfg = Dist|x64
{B91153C5-259D-C089-2EAE-437E9AB81C8A}.Dist|x64.Build.0 = Dist|x64
{B91153C5-259D-C089-2EAE-437E9AB81C8A}.Release|x64.ActiveCfg = Release|x64
{B91153C5-259D-C089-2EAE-437E9AB81C8A}.Release|x64.Build.0 = Release|x64
{45122E0F-31E0-2115-1A74-923B06E1FD79}.Debug|x64.ActiveCfg = Debug|x64
{45122E0F-31E0-2115-1A74-923B06E1FD79}.Debug|x64.Build.0 = Debug|x64
{45122E0F-31E0-2115-1A74-923B06E1FD79}.Dist|x64.ActiveCfg = Dist|x64
{45122E0F-31E0-2115-1A74-923B06E1FD79}.Dist|x64.Build.0 = Dist|x64
{45122E0F-31E0-2115-1A74-923B06E1FD79}.Release|x64.ActiveCfg = Release|x64
{45122E0F-31E0-2115-1A74-923B06E1FD79}.Release|x64.Build.0 = Release|x64
{C1A79F57-2D14-5B52-F607-F3AF62337DBA}.Debug|x64.ActiveCfg = Debug|x64
{C1A79F57-2D14-5B52-F607-F3AF62337DBA}.Debug|x64.Build.0 = Debug|x64
{C1A79F57-2D14-5B52-F607-F3AF62337DBA}.Dist|x64.ActiveCfg = Dist|x64
{C1A79F57-2D14-5B52-F607-F3AF62337DBA}.Dist|x64.Build.0 = Dist|x64
{C1A79F57-2D14-5B52-F607-F3AF62337DBA}.Release|x64.ActiveCfg = Release|x64
{C1A79F57-2D14-5B52-F607-F3AF62337DBA}.Release|x64.Build.0 = Release|x64
{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}.Debug|x64.ActiveCfg = Debug|x64
{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}.Debug|x64.Build.0 = Debug|x64
{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}.Dist|x64.ActiveCfg = Dist|x64
{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}.Dist|x64.Build.0 = Dist|x64
{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}.Release|x64.ActiveCfg = Release|x64
{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E}.Release|x64.Build.0 = Release|x64
{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}.Debug|x64.ActiveCfg = Debug|x64
{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}.Debug|x64.Build.0 = Debug|x64
{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}.Dist|x64.ActiveCfg = Dist|x64
{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}.Dist|x64.Build.0 = Dist|x64
{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}.Release|x64.ActiveCfg = Release|x64
{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B}.Release|x64.Build.0 = Release|x64
{154B857C-0182-860D-AA6E-6C109684020F}.Debug|x64.ActiveCfg = Debug|x64
{154B857C-0182-860D-AA6E-6C109684020F}.Debug|x64.Build.0 = Debug|x64
{154B857C-0182-860D-AA6E-6C109684020F}.Dist|x64.ActiveCfg = Dist|x64
{154B857C-0182-860D-AA6E-6C109684020F}.Dist|x64.Build.0 = Dist|x64
{154B857C-0182-860D-AA6E-6C109684020F}.Release|x64.ActiveCfg = Release|x64
{154B857C-0182-860D-AA6E-6C109684020F}.Release|x64.Build.0 = Release|x64
{724885F2-5EEA-AFC8-47A5-C31C33E63619}.Debug|x64.ActiveCfg = Debug|x64
{724885F2-5EEA-AFC8-47A5-C31C33E63619}.Debug|x64.Build.0 = Debug|x64
{724885F2-5EEA-AFC8-47A5-C31C33E63619}.Dist|x64.ActiveCfg = Dist|x64
{724885F2-5EEA-AFC8-47A5-C31C33E63619}.Dist|x64.Build.0 = Dist|x64
{724885F2-5EEA-AFC8-47A5-C31C33E63619}.Release|x64.ActiveCfg = Release|x64
{724885F2-5EEA-AFC8-47A5-C31C33E63619}.Release|x64.Build.0 = Release|x64
{4DE9C0F6-39B6-1B02-62CF-09AA4EFB5090}.Debug|x64.ActiveCfg = Debug|x64
{4DE9C0F6-39B6-1B02-62CF-09AA4EFB5090}.Debug|x64.Build.0 = Debug|x64
{4DE9C0F6-39B6-1B02-62CF-09AA4EFB5090}.Dist|x64.ActiveCfg = Dist|x64
{4DE9C0F6-39B6-1B02-62CF-09AA4EFB5090}.Dist|x64.Build.0 = Dist|x64
{4DE9C0F6-39B6-1B02-62CF-09AA4EFB5090}.Release|x64.ActiveCfg = Release|x64
{4DE9C0F6-39B6-1B02-62CF-09AA4EFB5090}.Release|x64.Build.0 = Release|x64
{BAC032AF-A678-74FC-0F80-4D58FB560FED}.Debug|x64.ActiveCfg = Debug|x64
{BAC032AF-A678-74FC-0F80-4D58FB560FED}.Debug|x64.Build.0 = Debug|x64
{BAC032AF-A678-74FC-0F80-4D58FB560FED}.Dist|x64.ActiveCfg = Dist|x64
{BAC032AF-A678-74FC-0F80-4D58FB560FED}.Dist|x64.Build.0 = Dist|x64
{BAC032AF-A678-74FC-0F80-4D58FB560FED}.Release|x64.ActiveCfg = Release|x64
{BAC032AF-A678-74FC-0F80-4D58FB560FED}.Release|x64.Build.0 = Release|x64
{01FA5310-EDF2-7262-1625-58E7027D526E}.Debug|x64.ActiveCfg = Debug|x64
{01FA5310-EDF2-7262-1625-58E7027D526E}.Debug|x64.Build.0 = Debug|x64
{01FA5310-EDF2-7262-1625-58E7027D526E}.Dist|x64.ActiveCfg = Dist|x64
{01FA5310-EDF2-7262-1625-58E7027D526E}.Dist|x64.Build.0 = Dist|x64
{01FA5310-EDF2-7262-1625-58E7027D526E}.Release|x64.ActiveCfg = Release|x64
{01FA5310-EDF2-7262-1625-58E7027D526E}.Release|x64.Build.0 = Release|x64
{E2D638C5-CE78-639B-B733-77EFA374EAEB}.Debug|x64.ActiveCfg = Debug|x64
{E2D638C5-CE78-639B-B733-77EFA374EAEB}.Debug|x64.Build.0 = Debug|x64
{E2D638C5-CE78-639B-B733-77EFA374EAEB}.Dist|x64.ActiveCfg = Dist|x64
{E2D638C5-CE78-639B-B733-77EFA374EAEB}.Dist|x64.Build.0 = Dist|x64
{E2D638C5-CE78-639B-B733-77EFA374EAEB}.Release|x64.ActiveCfg = Release|x64
{E2D638C5-CE78-639B-B733-77EFA374EAEB}.Release|x64.Build.0 = Release|x64
{5E50C10D-CA64-E9BE-93E6-8C1EFFB9E5EF}.Debug|x64.ActiveCfg = Debug|x64
{5E50C10D-CA64-E9BE-93E6-8C1EFFB9E5EF}.Debug|x64.Build.0 = Debug|x64
{5E50C10D-CA64-E9BE-93E6-8C1EFFB9E5EF}.Dist|x64.ActiveCfg = Dist|x64
{5E50C10D-CA64-E9BE-93E6-8C1EFFB9E5EF}.Dist|x64.Build.0 = Dist|x64
{5E50C10D-CA64-E9BE-93E6-8C1EFFB9E5EF}.Release|x64.ActiveCfg = Release|x64
{5E50C10D-CA64-E9BE-93E6-8C1EFFB9E5EF}.Release|x64.Build.0 = Release|x64
{CE4D306B-BA1B-2471-A3AF-94978F1C00D6}.Debug|x64.ActiveCfg = Debug|x64
{CE4D306B-BA1B-2471-A3AF-94978F1C00D6}.Debug|x64.Build.0 = Debug|x64
{CE4D306B-BA1B-2471-A3AF-94978F1C00D6}.Dist|x64.ActiveCfg = Dist|x64
{CE4D306B-BA1B-2471-A3AF-94978F1C00D6}.Dist|x64.Build.0 = Dist|x64
{CE4D306B-BA1B-2471-A3AF-94978F1C00D6}.Release|x64.ActiveCfg = Release|x64
{CE4D306B-BA1B-2471-A3AF-94978F1C00D6}.Release|x64.Build.0 = Release|x64
{800A4BDC-EC20-4972-3598-D493A1ED19FA}.Debug|x64.ActiveCfg = Debug|x64
{800A4BDC-EC20-4972-3598-D493A1ED19FA}.Debug|x64.Build.0 = Debug|x64
{800A4BDC-EC20-4972-3598-D493A1ED19FA}.Dist|x64.ActiveCfg = Dist|x64
{800A4BDC-EC20-4972-3598-D493A1ED19FA}.Dist|x64.Build.0 = Dist|x64
{800A4BDC-EC20-4972-3598-D493A1ED19FA}.Release|x64.ActiveCfg = Release|x64
{800A4BDC-EC20-4972-3598-D493A1ED19FA}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1D24DA24-0934-86F5-72ED-EA135E1C758E} = {53E47842-3FC8-3998-A828-34EB942B241A}
{B91153C5-259D-C089-2EAE-437E9AB81C8A} = {1D24DA24-0934-86F5-72ED-EA135E1C758E}
{45122E0F-31E0-2115-1A74-923B06E1FD79} = {1D24DA24-0934-86F5-72ED-EA135E1C758E}
{C1A79F57-2D14-5B52-F607-F3AF62337DBA} = {1D24DA24-0934-86F5-72ED-EA135E1C758E}
{D73DDAD3-C30B-CED9-AC9F-3E00980CAA3E} = {1D24DA24-0934-86F5-72ED-EA135E1C758E}
{EAF25DFD-D6AA-9F4A-3FB2-78A62B893A3B} = {1D24DA24-0934-86F5-72ED-EA135E1C758E}
{154B857C-0182-860D-AA6E-6C109684020F} = {53E47842-3FC8-3998-A828-34EB942B241A}
{724885F2-5EEA-AFC8-47A5-C31C33E63619} = {53E47842-3FC8-3998-A828-34EB942B241A}
EndGlobalSection
EndGlobal