From 5d3f25f1a8902d3539f73ea701bdaf60a4a57f8b Mon Sep 17 00:00:00 2001 From: TheManii Date: Tue, 5 Apr 2016 11:08:02 -0700 Subject: [PATCH] Don't Clobber existing files --- FFXIVClassic Map Server/FFXIVClassic Map Server.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj b/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj index e822486a..dce8b05f 100644 --- a/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj +++ b/FFXIVClassic Map Server/FFXIVClassic Map Server.csproj @@ -264,7 +264,7 @@ - xcopy "$(SolutionDir)data" "$(SolutionDir)$(ProjectName)\$(OutDir)" /E /Y + xcopy "$(SolutionDir)data" "$(SolutionDir)$(ProjectName)\$(OutDir)" /E /C