From 19a64b987a0be2850ff9ba6593538f0f3183ec9d Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 17 Sep 2016 19:50:23 +0400 Subject: [PATCH] post-build event. --- ArcFormats/ArcFormats.csproj | 3 +++ GUI/GARbro.GUI.csproj | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index 94b8db6c..f29136be 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -783,6 +783,9 @@ perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) exit 0 + + xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)" /D /Y >NUL +