Fixed xcopy command for csharp project

This commit is contained in:
Xiao Qi 2023-03-11 21:17:28 +08:00
parent e82dcdee20
commit 0be385c6bd
1 changed files with 1 additions and 3 deletions

View File

@ -24,11 +24,9 @@ project "SHADE_CSharp"
{ {
"SHADE_Engine" "SHADE_Engine"
} }
postbuildcommands postbuildcommands
{ {
"xcopy /r /y /q \"$(OutputPath)net5.0\\SHADE_CSharp.xml\" \"%{outputdir}\"", "xcopy /r /y /q \"%{wks.location}/bin/$(Configuration)\\net5.0\\SHADE_CSharp.pdb\" \"%{wks.location}/bin/$(Configuration)\""
"xcopy /r /y /q \"$(OutputPath)net5.0\\SHADE_CSharp.pdb\" \"%{outputdir}\""
} }
warnings 'Extra' warnings 'Extra'