Skip to content

Commit

Permalink
Add post build events (copy readme and license)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sogolumbo committed Dec 8, 2020
1 parent 1e14cfc commit 352fb8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PlaylistSyncGUI/PlaylistSyncGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,8 @@
<None Include="Properties\Icon - Smart Playlist by icons8.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Release copy "$(SolutionDir)LICENSE.txt" "$(TargetDir)LICENSE.txt" /Y
if $(ConfigurationName) == Release copy "$(SolutionDir)README.md" "$(TargetDir)README.md" /Y</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 352fb8b

Please sign in to comment.