From 7e7b3062ed891321471cdd2fbdd4b38386f98c6e Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 6 Oct 2010 15:36:38 +0000 Subject: [PATCH] Do not skip Source/OpenTK when cloning the source tree. --- Installers/Zip/Build.Installer.Zip.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/Zip/Build.Installer.Zip.csproj b/Installers/Zip/Build.Installer.Zip.csproj index fe5a7d95..adc92f9e 100644 --- a/Installers/Zip/Build.Installer.Zip.csproj +++ b/Installers/Zip/Build.Installer.Zip.csproj @@ -26,7 +26,7 @@ Include="$(InputPath)**\*.*" Exclude="$(InputPath)**\.svn\**\*.*; $(InputPath)**\obj\**\*.*; - $(InputPath)**\opentk\**\*.*; + $(InputPath)Installers\Zip\opentk\**\*.*; $(InputPath)Documentation\Source\**\*.*; $(InputPath)**\OpenTK*.xml; $(InputPath)**\*.suo;