From 6481dee23cdcdf183dce811d0e26a186a87c60d2 Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 22 Sep 2015 22:38:00 +0400 Subject: [PATCH] fixed prebuild event. --- GARbro.GUI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GARbro.GUI.csproj b/GARbro.GUI.csproj index 77eb954c..b0c5c3a2 100644 --- a/GARbro.GUI.csproj +++ b/GARbro.GUI.csproj @@ -292,7 +292,7 @@ perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) - xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)" /D + xcopy "$(ProjectDir)\Resources\Formats.dat" "$(TargetDir)" /D /Y