From c42e0cbaa1030aae6b57e27ef14739f5d987129e Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 2 Mar 2012 16:21:36 -0800 Subject: [PATCH] #18513: Ignoring .hg folder when packaging source files Work Item: 18513 --HG-- branch : 1.x --- Orchard.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Orchard.proj b/Orchard.proj index b900cc4bb..33102ebe9 100644 --- a/Orchard.proj +++ b/Orchard.proj @@ -187,7 +187,7 @@ - + @@ -310,7 +310,7 @@ $(MSBuildProjectDirectory)\**\*.suo; $(MSBuildProjectDirectory)\**\*.user; $(MSBuildProjectDirectory)\**\*.patch; - $(MSBuildProjectDirectory)\**\*.hg; + $(MSBuildProjectDirectory)\**\*.hg*\**\*; " />