Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Removed AlphaFS as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Feb 14, 2020
1 parent 2f6531a commit b837f79
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
3 changes: 0 additions & 3 deletions OMODFramework/Classes/CompressionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
using ICSharpCode.SharpZipLib.Zip;
using SevenZip;
using SevenZip.Compression.LZMA;
using Directory = Alphaleonis.Win32.Filesystem.Directory;
using Path = Alphaleonis.Win32.Filesystem.Path;
using File = Alphaleonis.Win32.Filesystem.File;

namespace OMODFramework
{
Expand Down
2 changes: 1 addition & 1 deletion OMODFramework/Classes/Misc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

using System.Collections.Generic;
using System.Linq;
using Alphaleonis.Win32.Filesystem;
using System.IO;

namespace OMODFramework
{
Expand Down
1 change: 0 additions & 1 deletion OMODFramework/Classes/OMOD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
using System.Drawing;
using System.IO;
using ICSharpCode.SharpZipLib.Zip;
using Path = Alphaleonis.Win32.Filesystem.Path;

namespace OMODFramework
{
Expand Down
1 change: 0 additions & 1 deletion OMODFramework/Framework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.IO;
using System.Reflection;
using OMODFramework.Classes;
using Path = Alphaleonis.Win32.Filesystem.Path;

namespace OMODFramework
{
Expand Down
3 changes: 0 additions & 3 deletions OMODFramework/OMODFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AlphaFS, Version=2.2.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\AlphaFS.2.2.6\lib\net452\AlphaFS.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
Expand Down
3 changes: 0 additions & 3 deletions OMODFramework/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
using System.IO;
using System.Reflection;
using System.Text;
using Directory = Alphaleonis.Win32.Filesystem.Directory;
using File = Alphaleonis.Win32.Filesystem.File;
using Path = Alphaleonis.Win32.Filesystem.Path;

namespace OMODFramework
{
Expand Down
1 change: 0 additions & 1 deletion OMODFramework/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AlphaFS" version="2.2.6" targetFramework="net48" />
<package id="SharpZipLib" version="1.2.0" targetFramework="net48" />
</packages>

0 comments on commit b837f79

Please sign in to comment.