diff options
| author | EverythingWindows <[email protected]> | 2022-11-20 02:25:18 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-20 02:25:18 +0700 |
| commit | ad70e4162d8c55c0a882997a0c47c168b286e5d1 (patch) | |
| tree | ec04d1d349c14a70b9ecaf03fa1e0a7bfddfea99 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | eb41e07992fa2cb51194a0d4327a494f66b87b9b (diff) | |
| download | shiftos-therevival-old-ad70e4162d8c55c0a882997a0c47c168b286e5d1.tar.gz shiftos-therevival-old-ad70e4162d8c55c0a882997a0c47c168b286e5d1.tar.bz2 shiftos-therevival-old-ad70e4162d8c55c0a882997a0c47c168b286e5d1.zip | |
Zip, and Unzip is now working
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index f8a83a4..cd26b45 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -72,6 +72,8 @@ <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> + <Reference Include="System.IO.Compression" /> + <Reference Include="System.IO.Compression.FileSystem" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="System.Core" /> @@ -170,6 +172,7 @@ <Compile Include="TerminalApplications\Internal\Com_Clear.vb" /> <Compile Include="TerminalApplications\Internal\Com_Codepoint.vb" /> <Compile Include="TerminalApplications\Internal\Com_Colors.vb" /> + <Compile Include="TerminalApplications\Internal\Com_Copy.vb" /> <Compile Include="TerminalApplications\Internal\Com_Cowsay.vb" /> <Compile Include="TerminalApplications\Internal\Com_Dir.vb" /> <Compile Include="TerminalApplications\Internal\Com_Help.vb" /> @@ -184,6 +187,7 @@ <Compile Include="TerminalApplications\Internal\Com_Shiftfetch.vb" /> <Compile Include="TerminalApplications\Internal\Com_Shiftorium.vb" /> <Compile Include="TerminalApplications\Internal\Com_Su.vb" /> + <Compile Include="TerminalApplications\Internal\Com_Unzip.vb" /> <Compile Include="TerminalApplications\Internal\Com_Username.vb" /> <Compile Include="TerminalApplications\Internal\Com_Ver.vb" /> <Compile Include="TerminalApplications\Internal\Com_Date.vb" /> @@ -205,6 +209,7 @@ <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> <Compile Include="TerminalApplications\Internal\Com_Time.vb" /> + <Compile Include="TerminalApplications\Internal\Com_Zip.vb" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="MainForms\BugSlap.resx"> |
