Skip to content

Commit ce1d77e

Browse files
committed
add compile event
1 parent 95448a6 commit ce1d77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArkClient_Net/NFNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</ItemGroup>
4747
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4848
<PropertyGroup>
49-
<PostBuildEvent>
50-
</PostBuildEvent>
49+
<PostBuildEvent>mkdir $(SolutionDir)\_Out\$(Configuration)\Lib\
50+
copy /y $(TargetDir)\$(TargetName)$(TargetExt) $(SolutionDir)\_Out\$(Configuration)\Lib\$(TargetName)$(TargetExt)</PostBuildEvent>
5151
</PropertyGroup>
5252
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5353
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)