Updated Beef.Linq

This commit is contained in:
Simon Lübeß
2026-08-16 19:51:02 +02:00
parent e451864908
commit 836c926a22
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ Xml-Beef = "*"
ImGuiImplDX11 = "*"
ImGuiImplWin32 = "*"
ImGuizmo = "*"
"Beef.Linq" = "*"
[Platform.Windows]
IconFile = "$(ProjectDir)/Resources/Textures/GlitchyEngineIcon.ico"
+4 -1
View File
@@ -1,10 +1,13 @@
FileVersion = 1
Dependencies = {corlib = "*", "Beef.Linq" = "*", GlitchyEngine = "*"}
[Project]
Name = "GlitchyEngine.Benchmark"
StartupObject = "GlitchyEngine.Benchmark.BenchmarkApp"
[Dependencies]
corlib = "*"
GlitchyEngine = "*"
[Configs.Debug.Win64]
DebugWorkingDirectory = "d:\\Development\\Projects\\Beef\\GlitchyEngine\\GlitchyEditor"
+3 -1
View File
@@ -16,9 +16,11 @@ LodePng = "*"
GlitchyEngineHelper = "*"
bon = "*"
box2d-beef = "*"
"Beef.Linq" = "*"
NetHostBeef = "*"
ImGuiImplWin32 = "*"
"Beef.Linq" = "*"
ImGui = "*"
ImGuiImplDX11 = "*"
[Configs.Paranoid.Win32]
PreprocessorMacros = ["DEBUG", "PARANOID", "GE_WINDOWS"]