温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:X3BLOG 单用户1.0 build80707(ACCESS)源代码
当前文件路径:x3blogAccessBuild80707/SharpZipLib/SharpZipLib.csproj

1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<ProjectType>Local</ProjectType> 4
<ProductVersion>8.0.50727</ProductVersion> 5
<SchemaVersion>2.0</SchemaVersion> 6
<ProjectGuid>{B5FFC43E-2E77-4EDC-8E9B-56CD1B6225AB}</ProjectGuid> 7
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 8
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9
<ApplicationIcon> 10
</ApplicationIcon> 11
<AssemblyKeyContainerName> 12
</AssemblyKeyContainerName> 13
<AssemblyName>ICSharpCode.SharpZipLib</AssemblyName> 14
<AssemblyOriginatorKeyFile> 15
</AssemblyOriginatorKeyFile> 16
<DefaultClientScript>JScript</DefaultClientScript> 17
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 18
<DefaultTargetSchema>IE50</DefaultTargetSchema> 19
<DelaySign>false</DelaySign> 20
<OutputType>Library</OutputType> 21
<RootNamespace>ICSharpCode.SharpZipLib</RootNamespace> 22
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 23
<StartupObject> 24
</StartupObject> 25
<FileUpgradeFlags> 26
</FileUpgradeFlags> 27
<UpgradeBackupLocation> 28
</UpgradeBackupLocation> 29
</PropertyGroup> 30
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 31
<OutputPath>bin\Release\</OutputPath> 32
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> 33
<BaseAddress>285212672</BaseAddress> 34
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 35
<ConfigurationOverrideFile> 36
</ConfigurationOverrideFile> 37
<DefineConstants> 38
</DefineConstants> 39
<DocumentationFile> 40
</DocumentationFile> 41
<DebugSymbols>false</DebugSymbols> 42
<FileAlignment>4096</FileAlignment> 43
<NoStdLib>false</NoStdLib> 44
<NoWarn> 45
</NoWarn> 46
<Optimize>true</Optimize> 47
<RegisterForComInterop>false</RegisterForComInterop> 48
<RemoveIntegerChecks>false</RemoveIntegerChecks> 49
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> 50
<WarningLevel>1</WarningLevel> 51
<DebugType>none</DebugType> 52
<ErrorReport>prompt</ErrorReport> 53
</PropertyGroup> 54
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 55
<OutputPath>bin\debug\</OutputPath> 56
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> 57
<BaseAddress>285212672</BaseAddress> 58
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 59
<ConfigurationOverrideFile> 60
</ConfigurationOverrideFile> 61
<DefineConstants>DEBUG;TRACE</DefineConstants> 62
<DocumentationFile> 63
</DocumentationFile> 64
<DebugSymbols>true</DebugSymbols> 65
<FileAlignment>4096</FileAlignment> 66
<NoStdLib>false</NoStdLib> 67
<NoWarn> 68
</NoWarn> 69
<Optimize>false</Optimize> 70
<RegisterForComInterop>false</RegisterForComInterop> 71
<RemoveIntegerChecks>false</RemoveIntegerChecks> 72
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> 73
<WarningLevel>1</WarningLevel> 74
<DebugType>full</DebugType> 75
<ErrorReport>prompt</ErrorReport> 76
</PropertyGroup> 77
<ItemGroup> 78
<Reference Include="System"> 79
<Name>System</Name> 80
</Reference> 81
<Reference Include="System.Data"> 82
<Name>System.Data</Name> 83
</Reference> 84
<Reference Include="System.Drawing"> 85
<Name>System.Drawing</Name> 86
</Reference> 87
<Reference Include="System.Windows.Forms"> 88
<Name>System.Windows.Forms</Name> 89
</Reference> 90
<Reference Include="System.Xml"> 91
<Name>System.XML</Name> 92
</Reference> 93
</ItemGroup> 94
<ItemGroup> 95
<Compile Include="AssemblyInfo.cs"> 96
<SubType>Code</SubType> 97
</Compile> 98
<Compile Include="BZip2\BZip2.cs"> 99
<SubType>Code</SubType> 100
</Compile> 101
<Compile Include="BZip2\BZip2Constants.cs"> 102
<SubType>Code</SubType> 103
</Compile> 104
<Compile Include="BZip2\BZip2Exception.cs"> 105
<SubType>Code</SubType> 106
</Compile> 107
<Compile Include="BZip2\BZip2InputStream.cs"> 108
<SubType>Code</SubType> 109
</Compile> 110
<Compile Include="BZip2\BZip2OutputStream.cs"> 111
<SubType>Code</SubType> 112
</Compile> 113
<Compile Include="Checksums\Adler32.cs"> 114
<SubType>Code</SubType> 115
</Compile> 116
<Compile Include="Checksums\Crc32.cs"> 117
<SubType>Code</SubType> 118
</Compile> 119
<Compile Include="Checksums\IChecksum.cs"> 120
<SubType>Code</SubType> 121
</Compile> 122
<Compile Include="Checksums\StrangeCrc.cs"> 123
<SubType>Code</SubType> 124
</Compile> 125
<Compile Include="Core\FileSystemScanner.cs"> 126
<SubType>Code</SubType> 127
</Compile> 128
<Compile Include="Core\INameTransform.cs"> 129
<SubType>Code</SubType> 130
</Compile> 131
<Compile Include="Core\NameFilter.cs"> 132
<SubType>Code</SubType> 133
</Compile> 134
<Compile Include="Core\PathFilter.cs"> 135
<SubType>Code</SubType> 136
</Compile> 137
<Compile Include="Encryption\PkzipClassic.cs"> 138
<SubType>Code</SubType> 139
</Compile> 140
<Compile Include="GZip\GZipConstants.cs"> 141
<SubType>Code</SubType> 142
</Compile> 143
<Compile Include="GZip\GZipException.cs"> 144
<SubType>Code</SubType> 145
</Compile> 146
<Compile Include="GZip\GZipInputStream.cs"> 147
<SubType>Code</SubType> 148
</Compile> 149
<Compile Include="GZip\GZipOutputStream.cs"> 150
<SubType>Code</SubType> 151
</Compile> 152
<Compile Include="Main.cs"> 153
<SubType>Code</SubType> 154
</Compile> 155
<Compile Include="SharpZipBaseException.cs"> 156
<SubType>Code</SubType> 157
</Compile> 158
<Compile Include="Tar\InvalidHeaderException.cs"> 159
<SubType>Code</SubType> 160
</Compile> 161
<Compile Include="Tar\TarArchive.cs"> 162
<SubType>Code</SubType> 163
</Compile> 164
<Compile Include="Tar\TarBuffer.cs"> 165
<SubType>Code</SubType> 166
</Compile> 167
<Compile Include="Tar\TarEntry.cs"> 168
<SubType>Code</SubType> 169
</Compile> 170
<Compile Include="Tar\TarException.cs"> 171
<SubType>Code</SubType> 172
</Compile> 173
<Compile Include="Tar\TarHeader.cs"> 174
<SubType>Code</SubType> 175
</Compile> 176
<Compile Include="Tar\TarInputStream.cs"> 177
<SubType>Code</SubType> 178
</Compile> 179
<Compile Include="Tar\TarOutputStream.cs"> 180
<SubType>Code</SubType> 181
</Compile> 182
<Compile Include="Zip\Compression\Deflater.cs"> 183
<SubType>Code</SubType> 184
</Compile> 185
<Compile Include="Zip\Compression\DeflaterConstants.cs"> 186
<SubType>Code</SubType> 187
</Compile> 188
<Compile Include="Zip\Compression\DeflaterEngine.cs"> 189
<SubType>Code</SubType> 190
</Compile> 191
<Compile Include="Zip\Compression\DeflaterHuffman.cs"> 192
<SubType>Code</SubType> 193
</Compile> 194
<Compile Include="Zip\Compression\DeflaterPending.cs"> 195
<SubType>Code</SubType> 196
</Compile> 197
<Compile Include="Zip\Compression\Inflater.cs"> 198
<SubType>Code</SubType> 199
</Compile> 200
<Compile Include="Zip\Compression\InflaterDynHeader.cs"> 201
<SubType>Code</SubType> 202
</Compile> 203
<Compile Include="Zip\Compression\InflaterHuffmanTree.cs"> 204
<SubType>Code</SubType> 205
</Compile> 206
<Compile Include="Zip\Compression\PendingBuffer.cs"> 207
<SubType>Code</SubType> 208
</Compile> 209
<Compile Include="Zip\Compression\Streams\DeflaterOutputStream.cs"> 210
<SubType>Code</SubType> 211
</Compile> 212
<Compile Include="Zip\Compression\Streams\InflaterInputStream.cs"> 213
<SubType>Code</SubType> 214
</Compile> 215
<Compile Include="Zip\Compression\Streams\OutputWindow.cs"> 216
<SubType>Code</SubType> 217
</Compile> 218
<Compile Include="Zip\Compression\Streams\StreamManipulator.cs"> 219
<SubType>Code</SubType> 220
</Compile> 221
<Compile Include="Zip\FastZip.cs"> 222
<SubType>Code</SubType> 223
</Compile> 224
<Compile Include="Zip\ZipConstants.cs"> 225
<SubType>Code</SubType> 226
</Compile> 227
<Compile Include="Zip\ZipEntry.cs"> 228
<SubType>Code</SubType> 229
</Compile> 230
<Compile Include="Zip\ZipException.cs"> 231
<SubType>Code</SubType> 232
</Compile> 233
<Compile Include="Zip\ZipFile.cs"> 234
<SubType>Code</SubType> 235
</Compile> 236
<Compile Include="Zip\ZipInputStream.cs"> 237
<SubType>Code</SubType> 238
</Compile> 239
<Compile Include="Zip\ZipNameTransform.cs"> 240
<SubType>Code</SubType> 241
</Compile> 242
<Compile Include="Zip\ZipOutputStream.cs"> 243
<SubType>Code</SubType> 244
</Compile> 245
</ItemGroup> 246
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 247
<PropertyGroup> 248
<PreBuildEvent> 249
</PreBuildEvent> 250
<PostBuildEvent> 251
</PostBuildEvent> 252
</PropertyGroup> 253
</Project>



