ShiftOS-TheRevival-Old/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj

393 lines
19 KiB
Text
Raw Normal View History

2022-11-01 02:56:30 -04:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{63D3B7A6-0A50-4F34-802E-134F6106BF45}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>ShiftOS_TheRevival.My.MyApplication</StartupObject>
<RootNamespace>ShiftOS_TheRevival</RootNamespace>
<AssemblyName>ShiftOS-TheRevival</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<Deterministic>true</Deterministic>
2022-11-01 21:52:31 -04:00
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
2022-11-01 02:56:30 -04:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>ShiftOS-TheRevival.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>ShiftOS-TheRevival.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
2022-11-01 21:52:31 -04:00
<PropertyGroup>
<ApplicationManifest>MainForms\app.manifest</ApplicationManifest>
</PropertyGroup>
2022-11-02 04:23:28 -04:00
<PropertyGroup>
<ApplicationIcon>ShiftOS.ico</ApplicationIcon>
</PropertyGroup>
2022-11-01 02:56:30 -04:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
2022-11-19 14:25:18 -05:00
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
2022-11-01 02:56:30 -04:00
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Functions\InGame\Hardwares\KeyboardHandler.vb" />
2022-11-24 10:51:51 -05:00
<Compile Include="Functions\InGame\ROMs\GUISCustomizations.vb" />
2022-11-16 23:22:51 -05:00
<Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" />
<Compile Include="Functions\InGame\SystemManager\Terminate.vb" />
2022-11-22 20:36:50 -05:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.Designer.vb">
<DependentUpon>DuWM_Shifter_About.vb</DependentUpon>
</Compile>
2022-11-22 20:36:50 -05:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.vb">
<SubType>UserControl</SubType>
</Compile>
2022-11-22 20:36:50 -05:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.Designer.vb">
2022-11-22 01:08:06 -05:00
<DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon>
2022-11-20 09:53:17 -05:00
</Compile>
2022-11-22 20:36:50 -05:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.vb">
2022-11-22 01:08:06 -05:00
<SubType>UserControl</SubType>
</Compile>
2022-11-22 20:36:50 -05:00
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter_Configs.vb" />
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.Designer.vb">
2022-11-22 01:08:06 -05:00
<DependentUpon>DuWM_Shifter.vb</DependentUpon>
</Compile>
2022-11-22 20:36:50 -05:00
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\Applications\Universal\Knowledge Input\Contents\KnowledgeInputContent.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>KnowledgeInputContent.resx</DependentUpon>
</Compile>
2022-11-22 20:36:50 -05:00
<Compile Include="MainForms\Applications\Universal\Knowledge Input\Uni_KnowledgeInput.Designer.vb">
<DependentUpon>Uni_KnowledgeInput.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\Applications\Universal\Knowledge Input\Uni_KnowledgeInput.vb">
2022-11-20 09:53:17 -05:00
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\BugSlap.Designer.vb">
<DependentUpon>BugSlap.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\BugSlap.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\ConsoleRTF.Designer.vb">
<DependentUpon>ConsoleRTF.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\ConsoleRTF.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\DebugWindow.Designer.vb">
<DependentUpon>DebugWindow.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\DebugWindow.vb">
<SubType>Form</SubType>
</Compile>
2022-11-14 01:50:43 -05:00
<Compile Include="Functions\InGame\DirectoryManagements.vb" />
<Compile Include="MainForms\DesktopEnvironment\master\Desktop.Designer.vb">
<DependentUpon>Desktop.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\DesktopEnvironment\master\Desktop.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\DesktopEnvironment\master\DesktopManager.vb" />
2022-11-21 17:42:55 -05:00
<Compile Include="MainForms\DesktopEnvironment\master\ThisIsNotABugThisIsAFeature.Designer.vb">
<DependentUpon>ThisIsNotABugThisIsAFeature.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\DesktopEnvironment\master\ThisIsNotABugThisIsAFeature.vb">
<SubType>Form</SubType>
</Compile>
2022-11-12 21:00:34 -05:00
<Compile Include="MainForms\Epilepsy.Designer.vb">
<DependentUpon>Epilepsy.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\Epilepsy.vb">
<SubType>Form</SubType>
</Compile>
2022-11-14 01:50:43 -05:00
<Compile Include="Functions\InGame\FileManagement.vb" />
2022-11-02 17:28:19 -04:00
<Compile Include="MainForms\IntroStory.Designer.vb">
<DependentUpon>IntroStory.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\IntroStory.vb">
<SubType>Form</SubType>
</Compile>
2022-11-16 23:22:51 -05:00
<Compile Include="Functions\InGame\LoreManager\IntroStoryTell.vb" />
<Compile Include="Functions\OutGame\SaveLoadSystem.vb" />
2022-11-16 23:22:51 -05:00
<Compile Include="Functions\InGame\StoreManager\Shiftoriums.vb" />
<Compile Include="MainForms\ShiftOSAbout.Designer.vb">
<DependentUpon>ShiftOSAbout.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\ShiftOSAbout.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\ShiftOSMenu.vb">
2022-11-01 02:56:30 -04:00
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\ShiftOSMenu.Designer.vb">
<DependentUpon>ShiftOSMenu.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
2022-11-03 03:40:32 -04:00
<Compile Include="MainForms\ShiftOSUpdater.Designer.vb">
<DependentUpon>ShiftOSUpdater.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\ShiftOSUpdater.vb">
<SubType>Form</SubType>
</Compile>
2022-11-16 23:22:51 -05:00
<Compile Include="Functions\InGame\ROMs\Strings.vb" />
<Compile Include="MainForms\Applications\Console.Designer.vb">
<DependentUpon>Console.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\Applications\Console.vb">
2022-11-01 02:56:30 -04:00
<SubType>Form</SubType>
</Compile>
2022-11-14 01:50:43 -05:00
<Compile Include="API\ConsoleAPI.vb" />
<Compile Include="API\TerminalAPI.vb" />
2022-11-20 09:53:17 -05:00
<Compile Include="MainForms\WindowManager\DualWindowManager\DuWM_Main.vb" />
<Compile Include="MainForms\WindowManager\DualWindowManager\DuWM_WindowContainer.Designer.vb">
<DependentUpon>DuWM_WindowContainer.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\WindowManager\DualWindowManager\DuWM_WindowContainer.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="TerminalApplications\External\BasicCalculator\App_BC.vb" />
<Compile Include="TerminalApplications\External\GuessTheNumber\App_Guess.vb" />
<Compile Include="TerminalApplications\External\MathQuiz\App_MathQuiz.vb" />
2022-11-16 23:22:51 -05:00
<Compile Include="TerminalApplications\External\Textpad\App_TextPad.vb" />
<Compile Include="TerminalApplications\External\TerminalExternalApps.vb" />
2022-11-16 23:22:51 -05:00
<Compile Include="Functions\InGame\SystemManager\ColorSystem.vb" />
<Compile Include="TerminalApplications\Internal\Com_05tray.vb" />
<Compile Include="TerminalApplications\Internal\Com_App.vb" />
2022-11-24 10:51:51 -05:00
<Compile Include="TerminalApplications\Internal\Com_Applist.vb" />
<Compile Include="TerminalApplications\Internal\Com_Cd.vb" />
<Compile Include="TerminalApplications\Internal\Com_Clear.vb" />
<Compile Include="TerminalApplications\Internal\Com_Codepoint.vb" />
<Compile Include="TerminalApplications\Internal\Com_Colors.vb" />
2022-11-19 14:25:18 -05:00
<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_Guide.vb" />
<Compile Include="TerminalApplications\Internal\Com_Help.vb" />
<Compile Include="TerminalApplications\Internal\Com_Hostname.vb" />
<Compile Include="TerminalApplications\Internal\Com_Infobar.vb" />
<Compile Include="TerminalApplications\Internal\Com_Manual.vb" />
<Compile Include="TerminalApplications\Internal\Com_Mkdir.vb" />
<Compile Include="TerminalApplications\Internal\Com_Pwd.vb" />
2022-11-18 18:54:01 -05:00
<Compile Include="TerminalApplications\Internal\Com_Rename.vb" />
<Compile Include="TerminalApplications\Internal\Com_Rev.vb" />
<Compile Include="TerminalApplications\Internal\Com_Rmdir.vb" />
<Compile Include="TerminalApplications\Internal\Com_Shiftfetch.vb" />
<Compile Include="TerminalApplications\Internal\Com_Shiftorium.vb" />
<Compile Include="TerminalApplications\Internal\Com_Su.vb" />
2022-11-22 20:36:50 -05:00
<Compile Include="TerminalApplications\Internal\Com_Taskkill.vb" />
2022-11-19 14:25:18 -05:00
<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" />
2022-11-14 01:50:43 -05:00
<Compile Include="Functions\OutGame\TheUpdater.vb" />
2022-11-01 02:56:30 -04:00
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
2022-11-01 02:56:30 -04:00
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="TerminalApplications\Internal\Com_Time.vb" />
2022-11-19 14:25:18 -05:00
<Compile Include="TerminalApplications\Internal\Com_Zip.vb" />
2022-11-01 02:56:30 -04:00
</ItemGroup>
<ItemGroup>
2022-11-22 20:36:50 -05:00
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.resx">
<DependentUpon>DuWM_Shifter_About.vb</DependentUpon>
</EmbeddedResource>
2022-11-22 20:36:50 -05:00
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.resx">
2022-11-22 01:08:06 -05:00
<DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon>
</EmbeddedResource>
2022-11-22 20:36:50 -05:00
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.resx">
2022-11-22 01:08:06 -05:00
<DependentUpon>DuWM_Shifter.vb</DependentUpon>
2022-11-20 09:53:17 -05:00
</EmbeddedResource>
<EmbeddedResource Include="MainForms\Applications\Universal\Knowledge Input\Contents\KnowledgeInputContent.resx">
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>KnowledgeInputContent.Designer.vb</LastGenOutput>
</EmbeddedResource>
2022-11-22 20:36:50 -05:00
<EmbeddedResource Include="MainForms\Applications\Universal\Knowledge Input\Uni_KnowledgeInput.resx">
<DependentUpon>Uni_KnowledgeInput.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\BugSlap.resx">
<DependentUpon>BugSlap.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\ConsoleRTF.resx">
<DependentUpon>ConsoleRTF.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\DebugWindow.resx">
<DependentUpon>DebugWindow.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\DesktopEnvironment\master\Desktop.resx">
<DependentUpon>Desktop.vb</DependentUpon>
</EmbeddedResource>
2022-11-12 21:00:34 -05:00
<EmbeddedResource Include="MainForms\Epilepsy.resx">
<DependentUpon>Epilepsy.vb</DependentUpon>
</EmbeddedResource>
2022-11-02 17:28:19 -04:00
<EmbeddedResource Include="MainForms\IntroStory.resx">
<DependentUpon>IntroStory.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\ShiftOSAbout.resx">
<DependentUpon>ShiftOSAbout.vb</DependentUpon>
</EmbeddedResource>
2022-11-03 03:40:32 -04:00
<EmbeddedResource Include="MainForms\ShiftOSUpdater.resx">
<DependentUpon>ShiftOSUpdater.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\Applications\Console.resx">
<DependentUpon>Console.vb</DependentUpon>
</EmbeddedResource>
2022-11-20 09:53:17 -05:00
<EmbeddedResource Include="MainForms\WindowManager\DualWindowManager\DuWM_WindowContainer.resx">
<DependentUpon>DuWM_WindowContainer.vb</DependentUpon>
</EmbeddedResource>
2022-11-01 02:56:30 -04:00
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\ShiftOSMenu.resx">
<DependentUpon>ShiftOSMenu.vb</DependentUpon>
2022-11-01 02:56:30 -04:00
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
2022-11-01 21:52:31 -04:00
<None Include="MainForms\app.manifest" />
2022-11-01 02:56:30 -04:00
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="App.config" />
</ItemGroup>
2022-11-01 04:27:02 -04:00
<ItemGroup>
<Folder Include="DevOnlyRes\" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ShiftOSBuildLab.txt" />
</ItemGroup>
2022-11-01 21:52:31 -04:00
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
2022-11-02 04:23:28 -04:00
<ItemGroup>
2022-11-03 03:40:32 -04:00
<None Include="Resources\CurrentVersion.txt" />
<Content Include="MainForms\Applications\Universal\Knowledge Input\Contents\Animals.txt" />
<Content Include="MainForms\Applications\Universal\Knowledge Input\Contents\Countries.txt" />
<Content Include="MainForms\Applications\Universal\Knowledge Input\Contents\Fruits.txt" />
2022-11-08 19:02:59 -05:00
<Content Include="MainForms\rev.txt" />
<Content Include="Resources\man Manuals\zip.txt" />
2022-11-08 19:02:59 -05:00
<Content Include="Resources\man Manuals\textpad.txt" />
2022-11-08 18:30:53 -05:00
<Content Include="Resources\Fortunes.txt" />
<Content Include="Resources\hangman.txt" />
2022-11-05 11:24:30 -04:00
<Content Include="Resources\man Manuals\bc.txt" />
2022-11-07 02:38:42 -05:00
<Content Include="Resources\man Manuals\cd.txt" />
2022-11-03 11:27:40 -04:00
<Content Include="Resources\man Manuals\clear.txt" />
<Content Include="Resources\man Manuals\codepoint.txt" />
2022-11-07 02:38:42 -05:00
<Content Include="Resources\man Manuals\color.txt" />
<Content Include="Resources\man Manuals\colors.txt" />
2022-11-08 19:02:59 -05:00
<Content Include="Resources\man Manuals\del.txt" />
2022-11-07 02:38:42 -05:00
<Content Include="Resources\man Manuals\dir.txt" />
<Content Include="Resources\man Manuals\guess.txt" />
<Content Include="Resources\man Manuals\help.txt" />
2022-11-08 19:02:59 -05:00
<Content Include="Resources\man Manuals\hostname.txt" />
2022-11-07 22:22:01 -05:00
<Content Include="Resources\man Manuals\infobar.txt" />
<Content Include="Resources\man Manuals\man.txt" />
2022-11-08 19:02:59 -05:00
<Content Include="Resources\man Manuals\cowsay.txt" />
2022-11-07 02:38:42 -05:00
<Content Include="Resources\man Manuals\mkdir.txt" />
<Content Include="Resources\man Manuals\print.txt" />
2022-11-07 02:38:42 -05:00
<Content Include="Resources\man Manuals\pwd.txt" />
2022-11-04 19:27:35 -04:00
<Content Include="Resources\man Manuals\reboot.txt" />
2022-11-07 02:38:42 -05:00
<Content Include="Resources\man Manuals\rmdir.txt" />
2022-11-04 19:27:35 -04:00
<Content Include="Resources\man Manuals\shiftfetch.txt" />
<Content Include="Resources\man Manuals\shiftorium.txt" />
<Content Include="Resources\man Manuals\shutdown.txt" />
2022-11-08 19:02:59 -05:00
<Content Include="Resources\man Manuals\time.txt" />
<Content Include="Resources\man Manuals\username.txt" />
<Content Include="Resources\man Manuals\ver.txt" />
2022-11-07 22:22:01 -05:00
<None Include="Resources\Menu Picture\ShiftOS_MenuBanner2.jpg" />
<None Include="Resources\Menu Picture\ShiftOS_MenuBanner1.jpg" />
2022-11-02 04:23:28 -04:00
<Content Include="ShiftOS.ico" />
</ItemGroup>
2022-11-01 02:56:30 -04:00
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>