@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 16
44VisualStudioVersion = 16.0.30907.101
55MinimumVisualStudioVersion = 10.0.40219.1
6- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Godot.Tests " , "Godot.Tests .csproj" , "{8D6FD73B-6457-4D5B-AA02-DC26FBAB1999}"
6+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "GodotTests " , "GodotTests .csproj" , "{8D6FD73B-6457-4D5B-AA02-DC26FBAB1999}"
77EndProject
88Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{5BD6ADE4-7B2D-4E76-AC42-AB68BB1E1931}"
99 Project Section (SolutionItems ) = preProject
@@ -13,6 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313 project .godot = project .godot
1414 EndProject Section
1515EndProject
16+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "CustomGeneratorTests" , "..\CustomGeneratorTests\CustomGeneratorTests.csproj" , "{16EEA1DE-64CA-4778-9DA8-8499F5FE5464}"
17+ EndProject
1618Global
1719 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1820 Debug| Any CPU = Debug| Any CPU
@@ -29,6 +31,14 @@ Global
2931 {8D6FD73B-6457-4D5B-AA02-DC26FBAB1999} .ExportRelease| Any CPU .Build .0 = ExportRelease| Any CPU
3032 {8D6FD73B-6457-4D5B-AA02-DC26FBAB1999} .Release| Any CPU .ActiveCfg = ExportRelease| Any CPU
3133 {8D6FD73B-6457-4D5B-AA02-DC26FBAB1999} .Release| Any CPU .Build .0 = ExportRelease| Any CPU
34+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .Debug| Any CPU .Build .0 = Debug| Any CPU
36+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .ExportDebug| Any CPU .ActiveCfg = Debug| Any CPU
37+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .ExportDebug| Any CPU .Build .0 = Debug| Any CPU
38+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .ExportRelease| Any CPU .ActiveCfg = Release| Any CPU
39+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .ExportRelease| Any CPU .Build .0 = Release| Any CPU
40+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .Release| Any CPU .ActiveCfg = Release| Any CPU
41+ {16EEA1DE-64CA-4778-9DA8-8499F5FE5464} .Release| Any CPU .Build .0 = Release| Any CPU
3242 EndGlobalSection
3343 GlobalSection (SolutionProperties ) = preSolution
3444 HideSolutionNode = FALSE
0 commit comments