We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95448a6 commit ce1d77eCopy full SHA for ce1d77e
ArkClient_Net/NFNet.csproj
@@ -46,8 +46,8 @@
46
</ItemGroup>
47
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
48
<PropertyGroup>
49
- <PostBuildEvent>
50
- </PostBuildEvent>
+ <PostBuildEvent>mkdir $(SolutionDir)\_Out\$(Configuration)\Lib\
+copy /y $(TargetDir)\$(TargetName)$(TargetExt) $(SolutionDir)\_Out\$(Configuration)\Lib\$(TargetName)$(TargetExt)</PostBuildEvent>
51
</PropertyGroup>
52
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
53
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments