You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
278 B

@echo off
SET ServerFile=../../server/pandora_svr.sln
if exist %ServerFile% (
cd ./StructToClass
dotnet build
.\StructToClass.exe
rd /s/q "obj"
del /q "StructToClass.exe"
del /q "StructToClass.dll"
del /q "StructToClass.pdb"
del /q "StructToClass.runtimeconfig.json"
)