summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/GodotTools/GodotTools/Build/BuildTool.cs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools/Build/BuildTool.cs')
-rw-r--r--modules/mono/editor/GodotTools/GodotTools/Build/BuildTool.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools/Build/BuildTool.cs b/modules/mono/editor/GodotTools/GodotTools/Build/BuildTool.cs
deleted file mode 100644
index 837c8adddb..0000000000
--- a/modules/mono/editor/GodotTools/GodotTools/Build/BuildTool.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace GodotTools.Build
-{
- public enum BuildTool : long
- {
- MsBuildMono,
- MsBuildVs,
- JetBrainsMsBuild,
- DotnetCli
- }
-}