From 8fa7dcace3602d70d0bbfd09bb58f50f5feebeae Mon Sep 17 00:00:00 2001 From: bjoern Date: Sun, 26 Apr 2015 21:20:39 +0200 Subject: [PATCH] readded Post build script with condition for unix and windows --- WfcReplay/WfcReplay.csproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/WfcReplay/WfcReplay.csproj b/WfcReplay/WfcReplay.csproj index a997853..fca23a4 100644 --- a/WfcReplay/WfcReplay.csproj +++ b/WfcReplay/WfcReplay.csproj @@ -48,6 +48,22 @@ + +del /Q $(TargetDir)* +copy $(SolutionDir)BLZ\* $(TargetDir)* +rename $(TargetDir)license.txt blz_license.txt +copy $(SolutionDir)readme.md $(TargetDir)readme.txt +copy $(SolutionDir)changelog.md $(TargetDir)changelog.txt +copy $(SolutionDir)license.txt $(TargetDir)license.txt + + +rm -rf $(TargetDir)* +cp $(SolutionDir)BLZ\* $(TargetDir)* +cp $(TargetDir)license.txt blz_license.txt +cp $(SolutionDir)readme.md $(TargetDir)readme.txt +cp $(SolutionDir)changelog.md $(TargetDir)changelog.txt +cp $(SolutionDir)license.txt $(TargetDir)license.txt +