diff --git a/runclient-Tools.bat b/runclient-Tools.bat new file mode 100644 index 00000000000..21973feb6f7 --- /dev/null +++ b/runclient-Tools.bat @@ -0,0 +1,2 @@ +@echo off +dotnet run --project Content.Client --configuration Tools diff --git a/runserver-Tools.bat b/runserver-Tools.bat new file mode 100644 index 00000000000..8ea3d7c04b5 --- /dev/null +++ b/runserver-Tools.bat @@ -0,0 +1,3 @@ +@echo off +dotnet run --project Content.Server --configuration Tools +pause