Updated Template for new dotnet runtime

- Added Submodule 'Xml-Beef'
- Use .slnx as solution-file
- Automatically set correct path to ScriptCore in Project files
This commit is contained in:
Simon Lübeß
2025-08-09 01:13:05 +02:00
parent 52cbf9dcf4
commit ac0f4dade6
20 changed files with 243 additions and 162 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
FileVersion = 1
Dependencies = {corlib = "*", GlitchyEngine = "*"}
Dependencies = {corlib = "*", GlitchyEngine = "*", corlib = "*"}
[Project]
Name = "GlitchyEngine.Test"
TargetType = "BeefTest"
StartupObject = "GlitchyEngine.Test.Program"
[Configs.Debug.Win64]
DebugWorkingDirectory = ""
[Configs.Test.Win64]
DebugWorkingDirectory = "$(WorkspaceDir)\\GlitchyEditor"