forked from haf/DotNetZip.Semverd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just Netstandard library, other code moved to directory old
- Loading branch information
René Mihula
committed
Mar 13, 2024
1 parent
42a096d
commit 0b09623
Showing
389 changed files
with
78,978 additions
and
78,577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.