Skip to content

Commit

Permalink
Just Netstandard library, other code moved to directory old
Browse files Browse the repository at this point in the history
  • Loading branch information
René Mihula committed Mar 13, 2024
1 parent 42a096d commit 0b09623
Show file tree
Hide file tree
Showing 389 changed files with 78,978 additions and 78,577 deletions.
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
.vs
bin/
obj/
*.user
_ReSharper*
*.resharper
*.suo
build/
/.paket/paket.exe
/.paket/.store
/.vs
/src/.vs
/src/UpgradeLog.htm
/src/UpgradeLog2.htm
/src/**/paket.template
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Software Licenses that apply to the DotNetZip library and tools
Software Licenses that apply to the ProDotNetZip library and tools

As DotNetZip includes work derived from other projects, you are required to comply with the terms and conditions for each of them. These licenses include BSD, Apache, and zlib.
As ProDotNetZip includes work derived from other projects, you are required to comply with the terms and conditions for each of them.
These licenses include BSD, Apache, and zlib.

To use the software, you must accept the licenses. If you do not accept the licenses, do not use the software.

Expand Down
31 changes: 31 additions & 0 deletions ProDotNetZip.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProDotNetZipNetStandard", "src\ProDotNetZipNetStandard.csproj", "{464DEB5F-6AE5-4203-BE9D-EED7F9E216C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProDotNetZipNetStandardTest", "test\ProDotNetZipNetStandardTest.csproj", "{C0DF8C64-AF38-46A7-BD5D-FA1D70055365}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{464DEB5F-6AE5-4203-BE9D-EED7F9E216C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{464DEB5F-6AE5-4203-BE9D-EED7F9E216C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{464DEB5F-6AE5-4203-BE9D-EED7F9E216C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{464DEB5F-6AE5-4203-BE9D-EED7F9E216C5}.Release|Any CPU.Build.0 = Release|Any CPU
{C0DF8C64-AF38-46A7-BD5D-FA1D70055365}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0DF8C64-AF38-46A7-BD5D-FA1D70055365}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0DF8C64-AF38-46A7-BD5D-FA1D70055365}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0DF8C64-AF38-46A7-BD5D-FA1D70055365}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6F9976A-F845-4DE3-A89F-0F5C9A9FC0A1}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 0b09623

Please sign in to comment.