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
+