From 634f310b7f1189de05714c9c52077b17e29b5969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Sun, 8 Nov 2020 18:21:28 +0100 Subject: [PATCH] Sandbox now GuiApplication, ignoring directx-directory --- .gitignore | 3 ++- Sandbox/BeefProj.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9454aec..8736e8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ BeefSpace_User.toml build/ .vs/ -recovery/ \ No newline at end of file +recovery/ +vendor/directx diff --git a/Sandbox/BeefProj.toml b/Sandbox/BeefProj.toml index fe09da5..329a7fd 100644 --- a/Sandbox/BeefProj.toml +++ b/Sandbox/BeefProj.toml @@ -3,4 +3,5 @@ Dependencies = {GlitchyEngine = "*", corlib = "*"} [Project] Name = "Sandbox" +TargetType = "BeefGUIApplication" StartupObject = "GlitchyEngine.Program"