Skip to content
This repository was archived by the owner on Jan 21, 2018. It is now read-only.

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bunkerskyi committed Jul 22, 2016
1 parent e34e049 commit b1c7fab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Gui/WinFormsGui/WinFormsGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>IF NOT EXIST lib\ mkdir lib
<PostBuildEvent>IF EXIST lib\CefSharp\Cache rd lib\CefSharp\Cache

IF NOT EXIST lib\ mkdir lib
IF EXIST Exceptionless.dll move Exceptionless.dll lib\
IF EXIST Exceptionless.Portable.dll move Exceptionless.Portable.dll lib\
IF EXIST Exceptionless.Windows.dll move Exceptionless.Windows.dll lib\
Expand Down

0 comments on commit b1c7fab

Please sign in to comment.