Update RageCoop.Client.csproj

This commit is contained in:
Sardelka9515
2022-07-29 00:52:57 +08:00
committed by GitHub
parent 182ff877f0
commit e657a02f7a

View File

@ -255,6 +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 $(ProjectDir) %26%26 copy ..\bin\$(Configuration)\Core\RageCoop.Core.dll ..\bin\$(Configuration)\Client\RageCoop.Core.dll /y</PostBuildEvent>
<PostBuildEvent>cd /d $(ProjectDir) %26%26 copy ..\bin\$(Configuration)\Core\RageCoop.Core.dll $(OutDir)RageCoop.Core.dll /y</PostBuildEvent>
</PropertyGroup>
</Project>