Skip to content

Commit

Permalink
Update in preparation for release. VB stuff tweaked but there seem to…
Browse files Browse the repository at this point in the history
… be problems still.
  • Loading branch information
jfreilly committed Aug 29, 2007
1 parent b3f2991 commit 06fc63b
Show file tree
Hide file tree
Showing 24 changed files with 708 additions and 809 deletions.
12 changes: 6 additions & 6 deletions SharpZlib.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<property name="debug" value="False"/>
<property name="optimize" value="True"/>
<property name="checked" value="False" />
<property name="version" value="0.85.2"/>
<property name="version" value="0.85.3"/>

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

<target name="build" description="Build the current source." depends="setup">
<call target="build-${framework::get-target-framework()}" />
<copy todir="bin" overwrite="True" >
<fileset basedir="${build.output.dir}">
<include name="${sharpziplib.name}.dll"/>
</fileset>
</copy>
<copy todir="bin" overwrite="True" >
<fileset basedir="${build.output.dir}">
<include name="${sharpziplib.name}.dll"/>
</fileset>
</copy>
</target>

<target name="build-netcf-1.0" >
Expand Down
2 changes: 1 addition & 1 deletion samples/cs/CreateZipFile/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.85.2.329")]
[assembly: AssemblyVersion("0.85.3.364")]

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
Expand Down
2 changes: 1 addition & 1 deletion samples/cs/FastZip/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):

[assembly: AssemblyVersion("0.85.2.329")]
[assembly: AssemblyVersion("0.85.3.364")]

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion samples/cs/minibzip2/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.85.2.329")]
[assembly: AssemblyVersion("0.85.3.364")]

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
Expand Down
2 changes: 1 addition & 1 deletion samples/cs/minigzip/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.85.2.329")]
[assembly: AssemblyVersion("0.85.3.364")]

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
Expand Down
2 changes: 1 addition & 1 deletion samples/cs/sz/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):

[assembly: AssemblyVersion("0.85.2.329")]
[assembly: AssemblyVersion("0.85.3.364")]

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion samples/cs/tar/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):

[assembly: AssemblyVersion("0.85.2.329")]
[assembly: AssemblyVersion("0.85.3.364")]

// The following attributes specify the key for the sign of your assembly. See the
// .NET Framework documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion samples/cs/zf/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.85.2.329")]
[assembly: AssemblyVersion("0.85.3.364")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
18 changes: 18 additions & 0 deletions samples/vb/CreateZipFile/CreateZipFile.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
# SharpDevelop 2.2.0.2595
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CreateZipFile", "CreateZipFile.vbproj", "{1B2FD768-E530-45B7-B14F-AE5D07B24485}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Release|Any CPU.Build.0 = Release|Any CPU
{1B2FD768-E530-45B7-B14F-AE5D07B24485}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
EndGlobal
64 changes: 64 additions & 0 deletions samples/vb/CreateZipFile/CreateZipFile.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<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>{1B2FD768-E530-45B7-B14F-AE5D07B24485}</ProjectGuid>
<RootNamespace>CreateZipFile</RootNamespace>
<AssemblyName>CreateZipFile</AssemblyName>
<OutputType>WinExe</OutputType>
<ApplicationIcon />
<WarningLevel />
<NoWarn />
<StartupObject />
<NoStdLib />
<NoConfig />
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
<PreBuildEvent />
<PostBuildEvent />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks />
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants />
<OutputPath>bin\Debug\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks />
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants />
<OutputPath>bin\Release\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\..\..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="AssemblyInfo.vb" />
<EmbeddedResource Include="MainForm.resx">
<SubType>Designer</SubType>
<DependentUpon>MainForm.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<ItemGroup />
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
</Project>
Binary file added samples/vb/CreateZipFile/MainForm.resources
Binary file not shown.
Loading

0 comments on commit 06fc63b

Please sign in to comment.