From 352fb8bcaec784ba26f08a39d33aef85b540eeb5 Mon Sep 17 00:00:00 2001
From: Sogolumbo <33571916+Sogolumbo@users.noreply.github.com>
Date: Tue, 8 Dec 2020 18:47:51 +0100
Subject: [PATCH] Add post build events (copy readme and license)
---
PlaylistSyncGUI/PlaylistSyncGUI.csproj | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/PlaylistSyncGUI/PlaylistSyncGUI.csproj b/PlaylistSyncGUI/PlaylistSyncGUI.csproj
index 36ddafa..7facf63 100644
--- a/PlaylistSyncGUI/PlaylistSyncGUI.csproj
+++ b/PlaylistSyncGUI/PlaylistSyncGUI.csproj
@@ -180,4 +180,8 @@
+
+ if $(ConfigurationName) == Release copy "$(SolutionDir)LICENSE.txt" "$(TargetDir)LICENSE.txt" /Y
+if $(ConfigurationName) == Release copy "$(SolutionDir)README.md" "$(TargetDir)README.md" /Y
+
\ No newline at end of file