Tools batch files (#29179)

* Tools batch files

* fine
This commit is contained in:
Vasilis
2024-06-19 22:33:02 +03:00
committed by GitHub
parent 674409d3bf
commit 9759747176
2 changed files with 5 additions and 0 deletions

2
runclient-Tools.bat Normal file
View File

@@ -0,0 +1,2 @@
@echo off
dotnet run --project Content.Client --configuration Tools

3
runserver-Tools.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
dotnet run --project Content.Server --configuration Tools
pause