Lines Matching refs:DotZLib
5 for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples.
12 DotZLib.chm - Class library documentation
13 DotZLib.build - NAnt build file
14 DotZLib.sln - Microsoft Visual Studio 2003 solution file
16 DotZLib\*.cs - Source files for the class library
20 The file DotZLib/UnitTests.cs contains unit tests for use with NUnit 2.1 or higher.
28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on
31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the
36 in the same directory as the DotZLib.build file.
41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release
42 or ./DotZLib/bin/debug, depending on whether you are building the release