Update RageCoop.Client.csproj

This commit is contained in:
Sardelka9515
2022-07-29 00:30:33 +08:00
committed by GitHub
parent 5c4e31806d
commit b62aed5c5a

View File

@ -255,7 +255,6 @@
</Target>
<Import Project="..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets')" />
<PropertyGroup>
<PostBuildEvent>cd /d $(OutDir)
copy ..\Core\RageCoop.Core.dll %25cd%25 /y</PostBuildEvent>
<PostBuildEvent>cd /d $(ProjectDir) && copy ..\bin\$(Configuration)\Core\RageCoop.Core.dll ..\bin\$(Configuration)\Client\RageCoop.Core.dll /y</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>