From 7c4e3945b11267d774e3654252cc294c37fbc0da Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 7 Nov 2011 23:04:27 +0000 Subject: [PATCH] Exclude folders related to the build server. --- Installers/Zip/Build.Installer.Zip.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installers/Zip/Build.Installer.Zip.csproj b/Installers/Zip/Build.Installer.Zip.csproj index adc92f9e..f2fc4ff6 100644 --- a/Installers/Zip/Build.Installer.Zip.csproj +++ b/Installers/Zip/Build.Installer.Zip.csproj @@ -28,6 +28,8 @@ $(InputPath)**\obj\**\*.*; $(InputPath)Installers\Zip\opentk\**\*.*; $(InputPath)Documentation\Source\**\*.*; + $(InputPath)Automation\**\*.*; + $(InputPath)Old\**\*.*; $(InputPath)**\OpenTK*.xml; $(InputPath)**\*.suo; $(InputPath)**\*.pidb;