Home | History | Annotate | Line # | Download | only in DotZLib
DotZLib.csproj revision 1.1
      1  1.1  christos <VisualStudioProject>
      2  1.1  christos     <CSHARP
      3  1.1  christos         ProjectType = "Local"
      4  1.1  christos         ProductVersion = "7.10.3077"
      5  1.1  christos         SchemaVersion = "2.0"
      6  1.1  christos         ProjectGuid = "{BB1EE0B1-1808-46CB-B786-949D91117FC5}"
      7  1.1  christos     >
      8  1.1  christos         <Build>
      9  1.1  christos             <Settings
     10  1.1  christos                 ApplicationIcon = ""
     11  1.1  christos                 AssemblyKeyContainerName = ""
     12  1.1  christos                 AssemblyName = "DotZLib"
     13  1.1  christos                 AssemblyOriginatorKeyFile = ""
     14  1.1  christos                 DefaultClientScript = "JScript"
     15  1.1  christos                 DefaultHTMLPageLayout = "Grid"
     16  1.1  christos                 DefaultTargetSchema = "IE50"
     17  1.1  christos                 DelaySign = "false"
     18  1.1  christos                 OutputType = "Library"
     19  1.1  christos                 PreBuildEvent = ""
     20  1.1  christos                 PostBuildEvent = ""
     21  1.1  christos                 RootNamespace = "DotZLib"
     22  1.1  christos                 RunPostBuildEvent = "OnBuildSuccess"
     23  1.1  christos                 StartupObject = ""
     24  1.1  christos             >
     25  1.1  christos                 <Config
     26  1.1  christos                     Name = "Debug"
     27  1.1  christos                     AllowUnsafeBlocks = "false"
     28  1.1  christos                     BaseAddress = "285212672"
     29  1.1  christos                     CheckForOverflowUnderflow = "false"
     30  1.1  christos                     ConfigurationOverrideFile = ""
     31  1.1  christos                     DefineConstants = "DEBUG;TRACE"
     32  1.1  christos                     DocumentationFile = "docs\DotZLib.xml"
     33  1.1  christos                     DebugSymbols = "true"
     34  1.1  christos                     FileAlignment = "4096"
     35  1.1  christos                     IncrementalBuild = "false"
     36  1.1  christos                     NoStdLib = "false"
     37  1.1  christos                     NoWarn = "1591"
     38  1.1  christos                     Optimize = "false"
     39  1.1  christos                     OutputPath = "bin\Debug\"
     40  1.1  christos                     RegisterForComInterop = "false"
     41  1.1  christos                     RemoveIntegerChecks = "false"
     42  1.1  christos                     TreatWarningsAsErrors = "false"
     43  1.1  christos                     WarningLevel = "4"
     44  1.1  christos                 />
     45  1.1  christos                 <Config
     46  1.1  christos                     Name = "Release"
     47  1.1  christos                     AllowUnsafeBlocks = "false"
     48  1.1  christos                     BaseAddress = "285212672"
     49  1.1  christos                     CheckForOverflowUnderflow = "false"
     50  1.1  christos                     ConfigurationOverrideFile = ""
     51  1.1  christos                     DefineConstants = "TRACE"
     52  1.1  christos                     DocumentationFile = "docs\DotZLib.xml"
     53  1.1  christos                     DebugSymbols = "false"
     54  1.1  christos                     FileAlignment = "4096"
     55  1.1  christos                     IncrementalBuild = "false"
     56  1.1  christos                     NoStdLib = "false"
     57  1.1  christos                     NoWarn = ""
     58  1.1  christos                     Optimize = "true"
     59  1.1  christos                     OutputPath = "bin\Release\"
     60  1.1  christos                     RegisterForComInterop = "false"
     61  1.1  christos                     RemoveIntegerChecks = "false"
     62  1.1  christos                     TreatWarningsAsErrors = "false"
     63  1.1  christos                     WarningLevel = "4"
     64  1.1  christos                 />
     65  1.1  christos             </Settings>
     66  1.1  christos             <References>
     67  1.1  christos                 <Reference
     68  1.1  christos                     Name = "System"
     69  1.1  christos                     AssemblyName = "System"
     70  1.1  christos                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll"
     71  1.1  christos                 />
     72  1.1  christos                 <Reference
     73  1.1  christos                     Name = "System.Data"
     74  1.1  christos                     AssemblyName = "System.Data"
     75  1.1  christos                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
     76  1.1  christos                 />
     77  1.1  christos                 <Reference
     78  1.1  christos                     Name = "System.XML"
     79  1.1  christos                     AssemblyName = "System.Xml"
     80  1.1  christos                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
     81  1.1  christos                 />
     82  1.1  christos                 <Reference
     83  1.1  christos                     Name = "nunit.framework"
     84  1.1  christos                     AssemblyName = "nunit.framework"
     85  1.1  christos                     HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
     86  1.1  christos                     AssemblyFolderKey = "hklm\dn\nunit.framework"
     87  1.1  christos                 />
     88  1.1  christos             </References>
     89  1.1  christos         </Build>
     90  1.1  christos         <Files>
     91  1.1  christos             <Include>
     92  1.1  christos                 <File
     93  1.1  christos                     RelPath = "AssemblyInfo.cs"
     94  1.1  christos                     SubType = "Code"
     95  1.1  christos                     BuildAction = "Compile"
     96  1.1  christos                 />
     97  1.1  christos                 <File
     98  1.1  christos                     RelPath = "ChecksumImpl.cs"
     99  1.1  christos                     SubType = "Code"
    100  1.1  christos                     BuildAction = "Compile"
    101  1.1  christos                 />
    102  1.1  christos                 <File
    103  1.1  christos                     RelPath = "CircularBuffer.cs"
    104  1.1  christos                     SubType = "Code"
    105  1.1  christos                     BuildAction = "Compile"
    106  1.1  christos                 />
    107  1.1  christos                 <File
    108  1.1  christos                     RelPath = "CodecBase.cs"
    109  1.1  christos                     SubType = "Code"
    110  1.1  christos                     BuildAction = "Compile"
    111  1.1  christos                 />
    112  1.1  christos                 <File
    113  1.1  christos                     RelPath = "Deflater.cs"
    114  1.1  christos                     SubType = "Code"
    115  1.1  christos                     BuildAction = "Compile"
    116  1.1  christos                 />
    117  1.1  christos                 <File
    118  1.1  christos                     RelPath = "DotZLib.cs"
    119  1.1  christos                     SubType = "Code"
    120  1.1  christos                     BuildAction = "Compile"
    121  1.1  christos                 />
    122  1.1  christos                 <File
    123  1.1  christos                     RelPath = "GZipStream.cs"
    124  1.1  christos                     SubType = "Code"
    125  1.1  christos                     BuildAction = "Compile"
    126  1.1  christos                 />
    127  1.1  christos                 <File
    128  1.1  christos                     RelPath = "Inflater.cs"
    129  1.1  christos                     SubType = "Code"
    130  1.1  christos                     BuildAction = "Compile"
    131  1.1  christos                 />
    132  1.1  christos                 <File
    133  1.1  christos                     RelPath = "UnitTests.cs"
    134  1.1  christos                     SubType = "Code"
    135  1.1  christos                     BuildAction = "Compile"
    136  1.1  christos                 />
    137  1.1  christos             </Include>
    138  1.1  christos         </Files>
    139  1.1  christos     </CSHARP>
    140  1.1  christos </VisualStudioProject>
    141  1.1  christos 
    142