Skip to content

Commit bd3c9b6

Browse files
committed
Add 2.0 projects.
1 parent 9d01a60 commit bd3c9b6

File tree

12 files changed

+184
-15
lines changed

12 files changed

+184
-15
lines changed

ICSharpCode.SharpZLib.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11

22
Microsoft Visual Studio Solution File, Format Version 9.00
33
# Visual Studio 2005
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.SharpZLib", "src\ICSharpCode.SharpZLib.csproj", "{F880FC22-D7F9-44F4-BD42-9148468AF25F}"
5-
EndProject
64
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpZipLibTests", "tests\SharpZipLibTests.csproj", "{4F9BF21E-A7FC-4005-A1C7-A17108F7010D}"
75
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.SharpZLib", "src\ICSharpCode.SharpZLib.csproj", "{18D20629-913A-4474-B2D1-643290E14ED7}"
7+
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{F880FC22-D7F9-44F4-BD42-9148468AF25F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{F880FC22-D7F9-44F4-BD42-9148468AF25F}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{F880FC22-D7F9-44F4-BD42-9148468AF25F}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{F880FC22-D7F9-44F4-BD42-9148468AF25F}.Release|Any CPU.Build.0 = Release|Any CPU
1814
{4F9BF21E-A7FC-4005-A1C7-A17108F7010D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1915
{4F9BF21E-A7FC-4005-A1C7-A17108F7010D}.Debug|Any CPU.Build.0 = Debug|Any CPU
2016
{4F9BF21E-A7FC-4005-A1C7-A17108F7010D}.Release|Any CPU.ActiveCfg = Release|Any CPU
2117
{4F9BF21E-A7FC-4005-A1C7-A17108F7010D}.Release|Any CPU.Build.0 = Release|Any CPU
18+
{18D20629-913A-4474-B2D1-643290E14ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{18D20629-913A-4474-B2D1-643290E14ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{18D20629-913A-4474-B2D1-643290E14ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{18D20629-913A-4474-B2D1-643290E14ED7}.Release|Any CPU.Build.0 = Release|Any CPU
2222
EndGlobalSection
2323
GlobalSection(SolutionProperties) = preSolution
2424
HideSolutionNode = FALSE

samples/cs/CreateZipFile/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("0.85.1.270")]
13+
[assembly: AssemblyVersion("0.85.1.271")]
1414

1515
[assembly: AssemblyDelaySign(false)]
1616
[assembly: AssemblyKeyFile("")]

samples/cs/FastZip/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// You can specify all values by your own or you can build default build and revision
2424
// numbers with the '*' character (the default):
2525

26-
[assembly: AssemblyVersion("0.85.1.270")]
26+
[assembly: AssemblyVersion("0.85.1.271")]
2727

2828
// The following attributes specify the key for the sign of your assembly. See the
2929
// .NET Framework documentation for more information about signing.

samples/cs/minibzip2/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("0.85.1.270")]
13+
[assembly: AssemblyVersion("0.85.1.271")]
1414

1515
[assembly: AssemblyDelaySign(false)]
1616
[assembly: AssemblyKeyFile("")]

samples/cs/minigzip/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("0.85.1.270")]
13+
[assembly: AssemblyVersion("0.85.1.271")]
1414

1515
[assembly: AssemblyDelaySign(false)]
1616
[assembly: AssemblyKeyFile("")]

samples/cs/sz/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// You can specify all values by your own or you can build default build and revision
2424
// numbers with the '*' character (the default):
2525

26-
[assembly: AssemblyVersion("0.85.1.270")]
26+
[assembly: AssemblyVersion("0.85.1.271")]
2727

2828
// The following attributes specify the key for the sign of your assembly. See the
2929
// .NET Framework documentation for more information about signing.

samples/cs/tar/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// You can specify all values by your own or you can build default build and revision
2424
// numbers with the '*' character (the default):
2525

26-
[assembly: AssemblyVersion("0.85.1.270")]
26+
[assembly: AssemblyVersion("0.85.1.271")]
2727

2828
// The following attributes specify the key for the sign of your assembly. See the
2929
// .NET Framework documentation for more information about signing.

samples/cs/zf/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// You can specify all the values or you can default the Revision and Build Numbers
2727
// by using the '*' as shown below:
2828

29-
[assembly: AssemblyVersion("0.85.1.270")]
29+
[assembly: AssemblyVersion("0.85.1.271")]
3030

3131
//
3232
// In order to sign your assembly you must specify a key to use. Refer to the

src/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
[assembly: AssemblyTrademark("")]
5050
[assembly: AssemblyCulture("")]
5151

52-
[assembly: AssemblyVersion("0.85.1.270")]
52+
[assembly: AssemblyVersion("0.85.1.271")]
5353

5454
// Setting ComVisible to false makes the types in this assembly not visible
5555
// to COM components. If you need to access a type in this assembly from

src/ICSharpCode.SharpZLib.csproj

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
4+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5+
<SchemaVersion>2.0</SchemaVersion>
6+
<ProjectGuid>{18D20629-913A-4474-B2D1-643290E14ED7}</ProjectGuid>
7+
<RootNamespace>ICSharpCode.SharpZipLib</RootNamespace>
8+
<AssemblyName>ICSharpCode.SharpZipLib</AssemblyName>
9+
<OutputType>Library</OutputType>
10+
<WarningLevel>4</WarningLevel>
11+
<NoStdLib>False</NoStdLib>
12+
<NoConfig>False</NoConfig>
13+
<SignAssembly>True</SignAssembly>
14+
<AssemblyOriginatorKeyFile>..\ICSharpCode.SharpZipLib.key</AssemblyOriginatorKeyFile>
15+
<DelaySign>False</DelaySign>
16+
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
17+
<RegisterForComInterop>False</RegisterForComInterop>
18+
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
19+
<BaseAddress>4194304</BaseAddress>
20+
<PlatformTarget>AnyCPU</PlatformTarget>
21+
<FileAlignment>4096</FileAlignment>
22+
</PropertyGroup>
23+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24+
<DebugSymbols>False</DebugSymbols>
25+
<Optimize>True</Optimize>
26+
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
27+
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
28+
<DefineConstants>NET_VER_1</DefineConstants>
29+
<OutputPath>..\bin\</OutputPath>
30+
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33+
<DebugSymbols>true</DebugSymbols>
34+
<Optimize>False</Optimize>
35+
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
36+
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
37+
<OutputPath>..\bin\</OutputPath>
38+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
39+
<DebugType>Full</DebugType>
40+
</PropertyGroup>
41+
<ItemGroup>
42+
<Reference Include="System" />
43+
<Reference Include="System.Data" />
44+
<Reference Include="System.Drawing" />
45+
<Reference Include="System.Windows.Forms" />
46+
<Reference Include="System.Xml" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Include="Main.cs" />
50+
<Compile Include="AssemblyInfo.cs" />
51+
<Compile Include="Checksums\IChecksum.cs" />
52+
<Compile Include="Checksums\Adler32.cs" />
53+
<Compile Include="Checksums\Crc32.cs" />
54+
<Compile Include="Zip\ZipEntry.cs" />
55+
<Compile Include="Zip\ZipInputStream.cs" />
56+
<Compile Include="Zip\ZipOutputStream.cs" />
57+
<Compile Include="Zip\ZipConstants.cs" />
58+
<Compile Include="Zip\ZipFile.cs" />
59+
<Compile Include="GZip\GZipOutputStream.cs" />
60+
<Compile Include="GZip\GZipInputStream.cs" />
61+
<Compile Include="GZip\GZipConstants.cs" />
62+
<Compile Include="Zip\ZipException.cs" />
63+
<Compile Include="BZip2\BZip2InputStream.cs" />
64+
<Compile Include="BZip2\BZip2OutputStream.cs" />
65+
<Compile Include="BZip2\BZip2Constants.cs" />
66+
<Compile Include="BZip2\BZip2.cs" />
67+
<Compile Include="Checksums\StrangeCrc.cs" />
68+
<Compile Include="Tar\TarEntry.cs" />
69+
<Compile Include="Tar\TarHeader.cs" />
70+
<Compile Include="Tar\TarBuffer.cs" />
71+
<Compile Include="Tar\TarOutputStream.cs" />
72+
<Compile Include="Tar\InvalidHeaderException.cs" />
73+
<Compile Include="Tar\TarInputStream.cs" />
74+
<Compile Include="Tar\TarArchive.cs" />
75+
<Compile Include="Zip\Compression\PendingBuffer.cs" />
76+
<Compile Include="Zip\Compression\InflaterDynHeader.cs" />
77+
<Compile Include="Zip\Compression\InflaterHuffmanTree.cs" />
78+
<Compile Include="Zip\Compression\DeflaterPending.cs" />
79+
<Compile Include="Zip\Compression\DeflaterHuffman.cs" />
80+
<Compile Include="Zip\Compression\DeflaterEngine.cs" />
81+
<Compile Include="Zip\Compression\Inflater.cs" />
82+
<Compile Include="Zip\Compression\DeflaterConstants.cs" />
83+
<Compile Include="Zip\Compression\Deflater.cs" />
84+
<Compile Include="Zip\Compression\Streams\DeflaterOutputStream.cs" />
85+
<Compile Include="Zip\Compression\Streams\InflaterInputStream.cs" />
86+
<Compile Include="Zip\Compression\Streams\StreamManipulator.cs" />
87+
<Compile Include="Zip\Compression\Streams\OutputWindow.cs" />
88+
<Compile Include="SharpZipBaseException.cs" />
89+
<Compile Include="Tar\TarException.cs" />
90+
<Compile Include="GZip\GZipException.cs" />
91+
<Compile Include="BZip2\BZip2Exception.cs" />
92+
<Compile Include="Core\NameFilter.cs" />
93+
<Compile Include="Zip\FastZip.cs" />
94+
<Compile Include="Core\FileSystemScanner.cs" />
95+
<Compile Include="Core\PathFilter.cs" />
96+
<Compile Include="Core\INameTransform.cs" />
97+
<Compile Include="Zip\ZipNameTransform.cs" />
98+
<Compile Include="Encryption\PkzipClassic.cs" />
99+
<Compile Include="Core\IScanFilter.cs" />
100+
<Compile Include="Zip\ZipHelperStream.cs" />
101+
<Compile Include="Zip\ZipExtraData.cs" />
102+
<Compile Include="Core\StreamUtils.cs" />
103+
<Compile Include="Zip\ZipEntryFactory.cs" />
104+
<Compile Include="Zip\IEntryFactory.cs" />
105+
</ItemGroup>
106+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
107+
</Project>

0 commit comments

Comments
 (0)