* Installers/Zip/Build.Installer.Zip.csproj: Do not zip documentation

source, vshost.exe or copies of the source tree.
Make sure zip always operates on a fresh copy of the source tree.
This commit is contained in:
the_fiddler 2010-10-06 08:48:09 +00:00
parent 55f5691eb3
commit 3b9d530126

View file

@ -21,15 +21,20 @@
<OutputPath>.\opentk\</OutputPath> <OutputPath>.\opentk\</OutputPath>
</PropertyGroup> </PropertyGroup>
<Target Name="Build"> <Target Name="Build">
<DelTree Path="$(OutputPath)" />
<CreateItem <CreateItem
Include="$(InputPath)**\*.*" Include="$(InputPath)**\*.*"
Exclude="$(InputPath)**\.svn\**\*.*; Exclude="$(InputPath)**\.svn\**\*.*;
$(InputPath)**\obj\**\*.*; $(InputPath)**\obj\**\*.*;
$(InputPath)**\OpenTK*.xml; $(InputPath)**\opentk\**\*.*;
$(InputPath)Documentation\Source\**\*.*;
$(InputPath)**\OpenTK*.xml;
$(InputPath)**\*.suo; $(InputPath)**\*.suo;
$(InputPath)**\*.pidb; $(InputPath)**\*.pidb;
$(InputPath)**\*.userprefs; $(InputPath)**\*.userprefs;
$(InputPath)**\opentk*.zip"> $(InputPath)**\opentk*.zip;
$(InputPath)**\vshost*.exe;
">
<Output TaskParameter="Include" ItemName="FileList" /> <Output TaskParameter="Include" ItemName="FileList" />
</CreateItem> </CreateItem>
<DateStamp> <DateStamp>