From 68a8bf2bfc90b6fa7ace20ff7788e34926114beb Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 8 Apr 2024 02:33:51 -0400 Subject: [PATCH] baseline uproject file setup --- Project/Surgo.uproject | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Project/Surgo.uproject diff --git a/Project/Surgo.uproject b/Project/Surgo.uproject new file mode 100644 index 0000000..4e55a38 --- /dev/null +++ b/Project/Surgo.uproject @@ -0,0 +1,20 @@ +{ + "FileVersion": 3, + "EngineAssociation": "{1147A995-4B0F-DB0D-3269-56BB223613AD}", + + "Category": "Game", + "Description": "Surgo", + + "DisableEnginePluginsByDefault": true, + "Modules" : [], + "Plugins" : [], + + "AdditionalPluginDirectories": [], + "AdditionalRootDirectories": [], + + "TargetPlatforms": [ + "Win64" + ], + "PreBuildSteps": [], + "PostBuildSteps": [] +} \ No newline at end of file