From 12d9ea47657e283a337da8263518d32f2c65e907 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 22 Oct 2015 21:04:05 +0400 Subject: [PATCH] ignore errors in pre-build events. --- ArcFormats/ArcFormats.csproj | 3 ++- GARbro.GUI.csproj | 5 +++-- GameRes/GameRes.csproj | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ArcFormats/ArcFormats.csproj b/ArcFormats/ArcFormats.csproj index c474cc02..96ad1485 100644 --- a/ArcFormats/ArcFormats.csproj +++ b/ArcFormats/ArcFormats.csproj @@ -454,7 +454,8 @@ - perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) + perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName) +exit 0