Skip to content

Commit 06fc63b

Browse files
committed
Update in preparation for release. VB stuff tweaked but there seem to be problems still.
1 parent b3f2991 commit 06fc63b

24 files changed

+708
-809
lines changed

SharpZlib.build

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<property name="debug" value="False"/>
3131
<property name="optimize" value="True"/>
3232
<property name="checked" value="False" />
33-
<property name="version" value="0.85.2"/>
33+
<property name="version" value="0.85.3"/>
3434

3535
<property name="build.output.dir" value="bin" overwrite="False" />
3636
<property name="sharpziplib.name" value="ICSharpCode.SharpZipLib" />
@@ -63,11 +63,11 @@
6363

6464
<target name="build" description="Build the current source." depends="setup">
6565
<call target="build-${framework::get-target-framework()}" />
66-
<copy todir="bin" overwrite="True" >
67-
<fileset basedir="${build.output.dir}">
68-
<include name="${sharpziplib.name}.dll"/>
69-
</fileset>
70-
</copy>
66+
<copy todir="bin" overwrite="True" >
67+
<fileset basedir="${build.output.dir}">
68+
<include name="${sharpziplib.name}.dll"/>
69+
</fileset>
70+
</copy>
7171
</target>
7272

7373
<target name="build-netcf-1.0" >

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.2.329")]
13+
[assembly: AssemblyVersion("0.85.3.364")]
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.2.329")]
26+
[assembly: AssemblyVersion("0.85.3.364")]
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.2.329")]
13+
[assembly: AssemblyVersion("0.85.3.364")]
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.2.329")]
13+
[assembly: AssemblyVersion("0.85.3.364")]
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.2.329")]
26+
[assembly: AssemblyVersion("0.85.3.364")]
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.2.329")]
26+
[assembly: AssemblyVersion("0.85.3.364")]
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.2.329")]
29+
[assembly: AssemblyVersion("0.85.3.364")]
3030

3131
//
3232
// In order to sign your assembly you must specify a key to use. Refer to the
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 9.00
3+
# Visual Studio 2005
4+
# SharpDevelop 2.2.0.2595
5+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CreateZipFile", "CreateZipFile.vbproj", "{1B2FD768-E530-45B7-B14F-AE5D07B24485}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Release|Any CPU.Build.0 = Release|Any CPU
16+
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
EndGlobalSection
18+
EndGlobal
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:Conversion="urn:Conversion">
2+
<PropertyGroup>
3+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5+
<SchemaVersion>2.0</SchemaVersion>
6+
<ProjectGuid>{1B2FD768-E530-45B7-B14F-AE5D07B24485}</ProjectGuid>
7+
<RootNamespace>CreateZipFile</RootNamespace>
8+
<AssemblyName>CreateZipFile</AssemblyName>
9+
<OutputType>WinExe</OutputType>
10+
<ApplicationIcon />
11+
<WarningLevel />
12+
<NoWarn />
13+
<StartupObject />
14+
<NoStdLib />
15+
<NoConfig />
16+
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
17+
<PreBuildEvent />
18+
<PostBuildEvent />
19+
</PropertyGroup>
20+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21+
<DebugSymbols>True</DebugSymbols>
22+
<Optimize>True</Optimize>
23+
<AllowUnsafeBlocks />
24+
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
25+
<DefineConstants />
26+
<OutputPath>bin\Debug\</OutputPath>
27+
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
28+
</PropertyGroup>
29+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30+
<DebugSymbols>False</DebugSymbols>
31+
<Optimize>True</Optimize>
32+
<AllowUnsafeBlocks />
33+
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
34+
<DefineConstants />
35+
<OutputPath>bin\Release\</OutputPath>
36+
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
37+
</PropertyGroup>
38+
<ItemGroup>
39+
<Reference Include="System" />
40+
<Reference Include="System.Drawing" />
41+
<Reference Include="System.Windows.Forms" />
42+
<Reference Include="System.Xml" />
43+
<Reference Include="ICSharpCode.SharpZipLib">
44+
<HintPath>..\..\..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
45+
<Private>True</Private>
46+
</Reference>
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Include="MainForm.vb">
50+
<SubType>Form</SubType>
51+
</Compile>
52+
<Compile Include="AssemblyInfo.vb" />
53+
<EmbeddedResource Include="MainForm.resx">
54+
<SubType>Designer</SubType>
55+
<DependentUpon>MainForm.vb</DependentUpon>
56+
</EmbeddedResource>
57+
</ItemGroup>
58+
<ItemGroup />
59+
<ItemGroup />
60+
<ItemGroup>
61+
<Folder Include="My Project\" />
62+
</ItemGroup>
63+
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
64+
</Project>

0 commit comments

Comments
 (0)