FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SharpZipLib/src/ICSharpCode.SharpZLib.csproj at master · explodingbarrel/SharpZipLib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
explodingbarrel
/
SharpZipLib
Public
forked from
icsharpcode/SharpZipLib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SharpZipLib
/
src
/
ICSharpCode.SharpZLib.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
119 lines (119 loc) · 5.51 KB
Breadcrumbs
SharpZipLib
/
src
/
ICSharpCode.SharpZLib.csproj
Copy path
File metadata and controls
119 lines (119 loc) · 5.51 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
"?>
<
Project
DefaultTargets
=
"
Build
"
xmlns
=
"
http://schemas.microsoft.com/developer/msbuild/2003
"
xmlns
:
Conversion
=
"
urn:Conversion
"
>
<
PropertyGroup
>
<
Configuration
Condition
=
"
'$(Configuration)' == ''
"
>Debug</
Configuration
>
<
Platform
Condition
=
"
'$(Platform)' == ''
"
>AnyCPU</
Platform
>
<
SchemaVersion
>2.0</
SchemaVersion
>
<
ProjectGuid
>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</
ProjectGuid
>
<
RootNamespace
>ICSharpCode.SharpZipLib</
RootNamespace
>
<
AssemblyName
>ICSharpCode.SharpZipLib</
AssemblyName
>
<
OutputType
>Library</
OutputType
>
<
WarningLevel
>4</
WarningLevel
>
<
NoStdLib
>False</
NoStdLib
>
<
NoConfig
>False</
NoConfig
>
<
RunPostBuildEvent
>OnOutputUpdated</
RunPostBuildEvent
>
<
PreBuildEvent
/>
<
PostBuildEvent
/>
<
DocumentationFile
>..\bin\ICSharpCode.SharpZipLib.xml</
DocumentationFile
>
<
ProductVersion
>8.0.50727</
ProductVersion
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"
>
<
Optimize
>True</
Optimize
>
<
OutputPath
>..\bin\</
OutputPath
>
<
DebugType
>None</
DebugType
>
<
RegisterForComInterop
>False</
RegisterForComInterop
>
<
GenerateSerializationAssemblies
>Auto</
GenerateSerializationAssemblies
>
<
BaseAddress
>4194304</
BaseAddress
>
<
FileAlignment
>4096</
FileAlignment
>
<
PlatformTarget
>AnyCPU</
PlatformTarget
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'
"
>
<
DebugSymbols
>true</
DebugSymbols
>
<
Optimize
>False</
Optimize
>
<
OutputPath
>..\bin\</
OutputPath
>
<
DebugType
>Full</
DebugType
>
<
RegisterForComInterop
>False</
RegisterForComInterop
>
<
GenerateSerializationAssemblies
>Auto</
GenerateSerializationAssemblies
>
<
BaseAddress
>4194304</
BaseAddress
>
<
FileAlignment
>4096</
FileAlignment
>
<
DefineConstants
>NET_2_0</
DefineConstants
>
<
PlatformTarget
>AnyCPU</
PlatformTarget
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Platform)' == 'AnyCPU'
"
>
<
RegisterForComInterop
>False</
RegisterForComInterop
>
<
GenerateSerializationAssemblies
>Auto</
GenerateSerializationAssemblies
>
<
BaseAddress
>4194304</
BaseAddress
>
<
PlatformTarget
>AnyCPU</
PlatformTarget
>
<
FileAlignment
>4096</
FileAlignment
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)' == 'Debug'
"
>
<
DefineConstants
>NET_2_0</
DefineConstants
>
</
PropertyGroup
>
<
ItemGroup
>
<
Reference
Include
=
"
System
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Compile
Include
=
"
Core\WindowsPathUtils.cs
"
/>
<
Compile
Include
=
"
Encryption\ZipAESStream.cs
"
/>
<
Compile
Include
=
"
Encryption\ZipAESTransform.cs
"
/>
<
Compile
Include
=
"
Main.cs
"
/>
<
Compile
Include
=
"
AssemblyInfo.cs
"
/>
<
Compile
Include
=
"
Checksums\IChecksum.cs
"
/>
<
Compile
Include
=
"
Checksums\Adler32.cs
"
/>
<
Compile
Include
=
"
Checksums\Crc32.cs
"
/>
<
Compile
Include
=
"
Zip\WindowsNameTransform.cs
"
/>
<
Compile
Include
=
"
Zip\ZipEntry.cs
"
/>
<
Compile
Include
=
"
Zip\ZipInputStream.cs
"
/>
<
Compile
Include
=
"
Zip\ZipOutputStream.cs
"
/>
<
Compile
Include
=
"
Zip\ZipConstants.cs
"
/>
<
Compile
Include
=
"
Zip\ZipFile.cs
"
/>
<
Compile
Include
=
"
GZip\GzipOutputStream.cs
"
/>
<
Compile
Include
=
"
GZip\GzipInputStream.cs
"
/>
<
Compile
Include
=
"
GZip\GZipConstants.cs
"
/>
<
Compile
Include
=
"
Zip\ZipException.cs
"
/>
<
Compile
Include
=
"
BZip2\BZip2InputStream.cs
"
/>
<
Compile
Include
=
"
BZip2\BZip2OutputStream.cs
"
/>
<
Compile
Include
=
"
BZip2\BZip2Constants.cs
"
/>
<
Compile
Include
=
"
BZip2\BZip2.cs
"
/>
<
Compile
Include
=
"
Checksums\StrangeCrc.cs
"
/>
<
Compile
Include
=
"
Tar\TarEntry.cs
"
/>
<
Compile
Include
=
"
Tar\TarHeader.cs
"
/>
<
Compile
Include
=
"
Tar\TarBuffer.cs
"
/>
<
Compile
Include
=
"
Tar\TarOutputStream.cs
"
/>
<
Compile
Include
=
"
Tar\InvalidHeaderException.cs
"
/>
<
Compile
Include
=
"
Tar\TarInputStream.cs
"
/>
<
Compile
Include
=
"
Tar\TarArchive.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\PendingBuffer.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\InflaterDynHeader.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\InflaterHuffmanTree.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\DeflaterPending.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\DeflaterHuffman.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\DeflaterEngine.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\Inflater.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\DeflaterConstants.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\Deflater.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\Streams\DeflaterOutputStream.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\Streams\InflaterInputStream.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\Streams\StreamManipulator.cs
"
/>
<
Compile
Include
=
"
Zip\Compression\Streams\OutputWindow.cs
"
/>
<
Compile
Include
=
"
SharpZipBaseException.cs
"
/>
<
Compile
Include
=
"
Tar\TarException.cs
"
/>
<
Compile
Include
=
"
GZip\GZipException.cs
"
/>
<
Compile
Include
=
"
BZip2\BZip2Exception.cs
"
/>
<
Compile
Include
=
"
Core\NameFilter.cs
"
/>
<
Compile
Include
=
"
Zip\FastZip.cs
"
/>
<
Compile
Include
=
"
Core\FileSystemScanner.cs
"
/>
<
Compile
Include
=
"
Core\PathFilter.cs
"
/>
<
Compile
Include
=
"
Core\INameTransform.cs
"
/>
<
Compile
Include
=
"
Zip\ZipNameTransform.cs
"
/>
<
Compile
Include
=
"
Encryption\PkzipClassic.cs
"
/>
<
Compile
Include
=
"
Core\IScanFilter.cs
"
/>
<
Compile
Include
=
"
Zip\ZipHelperStream.cs
"
/>
<
Compile
Include
=
"
Zip\ZipExtraData.cs
"
/>
<
Compile
Include
=
"
Core\StreamUtils.cs
"
/>
<
Compile
Include
=
"
Zip\ZipEntryFactory.cs
"
/>
<
Compile
Include
=
"
Zip\IEntryFactory.cs
"
/>
</
ItemGroup
>
<
ItemGroup
/>
<
Import
Project
=
"
$(MSBuildBinPath)\Microsoft.CSharp.Targets
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL