diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-21 22:34:45 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-21 22:34:45 -0800 |
commit | c62c2653be002ab3f51a1be659e898364470ffdf (patch) | |
tree | 93fdaebca9693f272822864fb6f5f60ab1b60b13 /tools | |
parent | 9c622e22cc18728dd648f59807c833161ec1d694 (diff) | |
download | DotNetOpenAuth-c62c2653be002ab3f51a1be659e898364470ffdf.zip DotNetOpenAuth-c62c2653be002ab3f51a1be659e898364470ffdf.tar.gz DotNetOpenAuth-c62c2653be002ab3f51a1be659e898364470ffdf.tar.bz2 |
The nightly build now creates deployable archives of docs and samples in the .7z format.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/7-Zip.x86/7-zip.chm | bin | 0 -> 91020 bytes | |||
-rw-r--r-- | tools/7-Zip.x86/7za.exe | bin | 0 -> 587776 bytes | |||
-rw-r--r-- | tools/7-Zip.x86/license.txt | 29 | ||||
-rw-r--r-- | tools/7-Zip.x86/readme.txt | 41 | ||||
-rw-r--r-- | tools/DotNetOpenAuth.props | 1 |
5 files changed, 71 insertions, 0 deletions
diff --git a/tools/7-Zip.x86/7-zip.chm b/tools/7-Zip.x86/7-zip.chm Binary files differnew file mode 100644 index 0000000..08e4df2 --- /dev/null +++ b/tools/7-Zip.x86/7-zip.chm diff --git a/tools/7-Zip.x86/7za.exe b/tools/7-Zip.x86/7za.exe Binary files differnew file mode 100644 index 0000000..7f6bf86 --- /dev/null +++ b/tools/7-Zip.x86/7za.exe diff --git a/tools/7-Zip.x86/license.txt b/tools/7-Zip.x86/license.txt new file mode 100644 index 0000000..530ff36 --- /dev/null +++ b/tools/7-Zip.x86/license.txt @@ -0,0 +1,29 @@ + 7-Zip Command line version + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + License for use and distribution + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + 7-Zip Copyright (C) 1999-2010 Igor Pavlov. + + 7za.exe is distributed under the GNU LGPL license + + Notes: + You can use 7-Zip on any computer, including a computer in a commercial + organization. You don't need to register or pay for 7-Zip. + + + GNU LGPL information + -------------------- + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You can receive a copy of the GNU Lesser General Public License from + http://www.gnu.org/ diff --git a/tools/7-Zip.x86/readme.txt b/tools/7-Zip.x86/readme.txt new file mode 100644 index 0000000..9ae4222 --- /dev/null +++ b/tools/7-Zip.x86/readme.txt @@ -0,0 +1,41 @@ +7-Zip Command line version 9.20 +------------------------------- + +7-Zip is a file archiver with high compression ratio. +7za.exe is a standalone command line version of 7-Zip. + +7-Zip Copyright (C) 1999-2010 Igor Pavlov. + +Features of 7za.exe: + - High compression ratio in new 7z format + - Supported formats: + - Packing / unpacking: 7z, xz, ZIP, GZIP, BZIP2 and TAR + - Unpacking only: Z, lzma + - Highest compression ratio for ZIP and GZIP formats. + - Fast compression and decompression + - Strong AES-256 encryption in 7z and ZIP formats. + +7za.exe is a free software distributed under the GNU LGPL. +Read license.txt for more information. + +Source code of 7za.exe and 7-Zip can be found at +http://www.7-zip.org/ + +7za.exe can work in Windows 95/98/ME/NT/2000/2003/2008/XP/Vista/7. + +There is also port of 7za.exe for POSIX systems like Unix (Linux, Solaris, OpenBSD, +FreeBSD, Cygwin, AIX, ...), MacOS X and BeOS: + +http://p7zip.sourceforge.net/ + + + This distributive packet contains the following files: + + 7za.exe - 7-Zip standalone command line version. + readme.txt - This file. + license.txt - License information. + 7-zip.chm - User's Manual in HTML Help format. + + +--- +End of document diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props index b282db5..12ea3f9 100644 --- a/tools/DotNetOpenAuth.props +++ b/tools/DotNetOpenAuth.props @@ -11,6 +11,7 @@ <BaseIntermediateOutputPath Condition=" '$(BaseIntermediateOutputPath)' == '' ">obj\$(TargetFrameworkVersion)\</BaseIntermediateOutputPath> <ToolsDir>$(ProjectRoot)tools\</ToolsDir> <ZipLevel>6</ZipLevel> + <Zip7ToolPath>$(ToolsDir)7-Zip.x86\</Zip7ToolPath> <ClrVersion Condition=" '$(TargetFrameworkVersion)' == 'v4.0' ">4</ClrVersion> <ClrVersion Condition=" '$(TargetFrameworkVersion)' != 'v4.0' ">2</ClrVersion> |