@@ -19,6 +19,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Engine\Core.csproj"
19
19
EndProject
20
20
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "RaylibUtils" , "RaylibUtils\RaylibUtils.csproj" , "{987C570F-A83B-4A7E-88D2-9D32B5741FA0}"
21
21
EndProject
22
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Tests" , "Tests" , "{628763FB-2A90-4D53-8DEE-684EDCF78631}"
23
+ EndProject
24
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Engine.Tests" , "Tests\Engine.Tests\Engine.Tests.csproj" , "{3A7A77F7-7561-43D9-9C1C-AC11CEC8229B}"
25
+ EndProject
22
26
Global
23
27
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
24
28
Debug| Any CPU = Debug| Any CPU
@@ -56,11 +60,18 @@ Global
56
60
{987C570F-A83B-4A7E-88D2-9D32B5741FA0} .Debug| Any CPU .Build .0 = Debug| Any CPU
57
61
{987C570F-A83B-4A7E-88D2-9D32B5741FA0} .Release| Any CPU .ActiveCfg = Release| Any CPU
58
62
{987C570F-A83B-4A7E-88D2-9D32B5741FA0} .Release| Any CPU .Build .0 = Release| Any CPU
63
+ {3A7A77F7-7561-43D9-9C1C-AC11CEC8229B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
64
+ {3A7A77F7-7561-43D9-9C1C-AC11CEC8229B} .Debug| Any CPU .Build .0 = Debug| Any CPU
65
+ {3A7A77F7-7561-43D9-9C1C-AC11CEC8229B} .Release| Any CPU .ActiveCfg = Release| Any CPU
66
+ {3A7A77F7-7561-43D9-9C1C-AC11CEC8229B} .Release| Any CPU .Build .0 = Release| Any CPU
59
67
EndGlobalSection
60
68
GlobalSection (SolutionProperties ) = preSolution
61
69
HideSolutionNode = FALSE
62
70
EndGlobalSection
63
71
GlobalSection (ExtensibilityGlobals ) = postSolution
64
72
SolutionGuid = {3B3EEBF5-6AFF-46F4-964E-587BC942AF86}
65
73
EndGlobalSection
74
+ GlobalSection (NestedProjects ) = preSolution
75
+ {3A7A77F7-7561-43D9-9C1C-AC11CEC8229B} = {628763FB-2A90-4D53-8DEE-684EDCF78631}
76
+ EndGlobalSection
66
77
EndGlobal
0 commit comments