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

467 lines
23 KiB
Text
Raw Permalink Normal View History

2022-11-01 06:56:30 +00: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-02 01:52:31 +00: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 06:56:30 +00: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-02 01:52:31 +00:00
<PropertyGroup>
<ApplicationManifest>MainForms\app.manifest</ApplicationManifest>
</PropertyGroup>
2022-11-02 08:23:28 +00:00
<PropertyGroup>
<ApplicationIcon>ShiftOS.ico</ApplicationIcon>
</PropertyGroup>
2022-11-01 06:56:30 +00:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
2022-11-19 19:25:18 +00:00
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
2022-11-01 06:56:30 +00: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 15:51:51 +00:00
<Compile Include="Functions\InGame\ROMs\GUISCustomizations.vb" />
2022-11-17 04:22:51 +00:00
<Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" />
<Compile Include="Functions\InGame\SystemManager\Terminate.vb" />
2022-11-23 01:36:50 +00:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.Designer.vb">
<DependentUpon>DuWM_Shifter_About.vb</DependentUpon>
</Compile>
2022-11-23 01:36:50 +00:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Console.Designer.vb">
<DependentUpon>DuWM_Shifter_Console.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Console.vb">
<SubType>UserControl</SubType>
</Compile>
2022-11-23 01:36:50 +00:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.Designer.vb">
2022-11-22 06:08:06 +00:00
<DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon>
2022-11-20 14:53:17 +00:00
</Compile>
2022-11-23 01:36:50 +00:00
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.vb">
2022-11-22 06:08:06 +00:00
<SubType>UserControl</SubType>
</Compile>
2022-11-23 01:36:50 +00:00
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter_Configs.vb" />
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.Designer.vb">
2022-11-22 06:08:06 +00:00
<DependentUpon>DuWM_Shifter.vb</DependentUpon>
</Compile>
2022-11-23 01:36:50 +00:00
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.vb">
<SubType>Form</SubType>
</Compile>
2022-12-09 18:56:35 +00:00
<Compile Include="MainForms\Applications\Universal\Calculator\Uni_Calculator.Designer.vb">
<DependentUpon>Uni_Calculator.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\Applications\Universal\Calculator\Uni_Calculator.vb">
<SubType>Form</SubType>
</Compile>
2022-11-27 13:58:48 +00:00
<Compile Include="MainForms\Applications\Universal\File Skimmer\Icons\FileSkimmerFileIcons.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>FileSkimmerFileIcons.resx</DependentUpon>
</Compile>
<Compile Include="MainForms\Applications\Universal\File Skimmer\Icons\FileSkimmerFunctionIcons.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>FileSkimmerFunctionIcons.resx</DependentUpon>
</Compile>
<Compile Include="MainForms\Applications\Universal\File Skimmer\Uni_FileSkimmer.Designer.vb">
<DependentUpon>Uni_FileSkimmer.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\Applications\Universal\File Skimmer\Uni_FileSkimmer.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-23 01:36:50 +00: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 14:53:17 +00: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 06:50:43 +00: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 22:42:55 +00: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-13 02:00:34 +00:00
<Compile Include="MainForms\Epilepsy.Designer.vb">
<DependentUpon>Epilepsy.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\Epilepsy.vb">
<SubType>Form</SubType>
</Compile>
2022-11-14 06:50:43 +00:00
<Compile Include="Functions\InGame\FileManagement.vb" />
2022-11-02 21:28:19 +00:00
<Compile Include="MainForms\IntroStory.Designer.vb">
<DependentUpon>IntroStory.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\IntroStory.vb">
<SubType>Form</SubType>
</Compile>
2022-11-17 04:22:51 +00:00
<Compile Include="Functions\InGame\LoreManager\IntroStoryTell.vb" />
<Compile Include="Functions\OutGame\SaveLoadSystem.vb" />
2022-11-17 04:22:51 +00: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 06:56:30 +00:00
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms\ShiftOSMenu.Designer.vb">
<DependentUpon>ShiftOSMenu.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
2022-11-03 07:40:32 +00:00
<Compile Include="MainForms\ShiftOSUpdater.Designer.vb">
<DependentUpon>ShiftOSUpdater.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\ShiftOSUpdater.vb">
<SubType>Form</SubType>
</Compile>
2022-11-17 04:22:51 +00: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 06:56:30 +00:00
<SubType>Form</SubType>
</Compile>
2022-11-14 06:50:43 +00:00
<Compile Include="API\ConsoleAPI.vb" />
<Compile Include="API\TerminalAPI.vb" />
2022-12-30 12:45:28 +00:00
<Compile Include="MainForms\WindowManager\codename AnusWM\AnusWM_Main.vb" />
<Compile Include="MainForms\WindowManager\codename AnusWM\AnusWM_Menu.Designer.vb">
<DependentUpon>AnusWM_Menu.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\WindowManager\codename AnusWM\AnusWM_Menu.vb">
<SubType>Form</SubType>
</Compile>
2022-11-20 14:53:17 +00: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-17 04:22:51 +00:00
<Compile Include="TerminalApplications\External\Textpad\App_TextPad.vb" />
<Compile Include="TerminalApplications\External\TerminalExternalApps.vb" />
2022-11-17 04:22:51 +00: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 15:51:51 +00: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 19:25:18 +00: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 23:54:01 +00: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-23 01:36:50 +00:00
<Compile Include="TerminalApplications\Internal\Com_Taskkill.vb" />
2022-11-19 19:25:18 +00: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 06:50:43 +00:00
<Compile Include="Functions\OutGame\TheUpdater.vb" />
2022-11-01 06:56:30 +00: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 06:56:30 +00: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 19:25:18 +00:00
<Compile Include="TerminalApplications\Internal\Com_Zip.vb" />
2022-11-01 06:56:30 +00:00
</ItemGroup>
<ItemGroup>
2022-11-23 01:36:50 +00:00
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.resx">
<DependentUpon>DuWM_Shifter_About.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Console.resx">
<DependentUpon>DuWM_Shifter_Console.vb</DependentUpon>
</EmbeddedResource>
2022-11-23 01:36:50 +00:00
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.resx">
2022-11-22 06:08:06 +00:00
<DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon>
</EmbeddedResource>
2022-11-23 01:36:50 +00:00
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.resx">
2022-11-22 06:08:06 +00:00
<DependentUpon>DuWM_Shifter.vb</DependentUpon>
2022-11-20 14:53:17 +00:00
</EmbeddedResource>
2022-12-09 18:56:35 +00:00
<EmbeddedResource Include="MainForms\Applications\Universal\Calculator\Uni_Calculator.resx">
<DependentUpon>Uni_Calculator.vb</DependentUpon>
</EmbeddedResource>
2022-11-27 13:58:48 +00:00
<EmbeddedResource Include="MainForms\Applications\Universal\File Skimmer\Icons\FileSkimmerFileIcons.resx">
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>FileSkimmerFileIcons.Designer.vb</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\Applications\Universal\File Skimmer\Icons\FileSkimmerFunctionIcons.resx">
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>FileSkimmerFunctionIcons.Designer.vb</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\Applications\Universal\File Skimmer\Uni_FileSkimmer.resx">
<DependentUpon>Uni_FileSkimmer.vb</DependentUpon>
</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-23 01:36:50 +00: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-13 02:00:34 +00:00
<EmbeddedResource Include="MainForms\Epilepsy.resx">
<DependentUpon>Epilepsy.vb</DependentUpon>
</EmbeddedResource>
2022-11-02 21:28:19 +00:00
<EmbeddedResource Include="MainForms\IntroStory.resx">
<DependentUpon>IntroStory.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\ShiftOSAbout.resx">
<DependentUpon>ShiftOSAbout.vb</DependentUpon>
</EmbeddedResource>
2022-11-03 07:40:32 +00:00
<EmbeddedResource Include="MainForms\ShiftOSUpdater.resx">
<DependentUpon>ShiftOSUpdater.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\Applications\Console.resx">
<DependentUpon>Console.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms\WindowManager\codename AnusWM\AnusWM_Menu.resx">
<DependentUpon>AnusWM_Menu.vb</DependentUpon>
</EmbeddedResource>
2022-11-20 14:53:17 +00:00
<EmbeddedResource Include="MainForms\WindowManager\DualWindowManager\DuWM_WindowContainer.resx">
<DependentUpon>DuWM_WindowContainer.vb</DependentUpon>
</EmbeddedResource>
2022-11-01 06:56:30 +00: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 06:56:30 +00:00
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
2022-11-02 01:52:31 +00:00
<None Include="MainForms\app.manifest" />
2022-11-01 06:56:30 +00: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 08:27:02 +00:00
<ItemGroup>
<Folder Include="DevOnlyRes\" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ShiftOSBuildLab.txt" />
</ItemGroup>
2022-11-02 01:52:31 +00: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 08:23:28 +00:00
<ItemGroup>
2022-11-03 07:40:32 +00:00
<None Include="Resources\CurrentVersion.txt" />
2022-11-27 13:58:48 +00:00
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_exe.png" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_folder.bmp" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_picture.bmp" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_sfp.png" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_textfile.bmp" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_unknown.bmp" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_up.bmp" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_url.bmp" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_video.bmp" />
<None Include="MainForms\Applications\Universal\File Skimmer\Icons\ico_zip.png" />
<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-27 13:58:48 +00:00
<Content Include="MainForms\Applications\Universal\Knowledge Input\Contents\US_States.txt" />
2022-11-09 00:02:59 +00:00
<Content Include="MainForms\rev.txt" />
2022-11-27 13:58:48 +00:00
<None Include="Resources\ico_up1.png" />
2022-12-03 00:10:41 +00:00
<None Include="Resources\ico_refresh.png" />
<None Include="Resources\ico_deletefile.png" />
<None Include="Resources\largeico_compress.png" />
<None Include="Resources\largeico_uncompress.png" />
<None Include="Resources\largeico_rename.png" />
<Content Include="Resources\man Manuals\zip.txt" />
2022-11-09 00:02:59 +00:00
<Content Include="Resources\man Manuals\textpad.txt" />
2022-11-08 23:30:53 +00:00
<Content Include="Resources\Fortunes.txt" />
<Content Include="Resources\hangman.txt" />
2022-11-05 15:24:30 +00:00
<Content Include="Resources\man Manuals\bc.txt" />
2022-11-07 07:38:42 +00:00
<Content Include="Resources\man Manuals\cd.txt" />
2022-11-03 15:27:40 +00:00
<Content Include="Resources\man Manuals\clear.txt" />
<Content Include="Resources\man Manuals\codepoint.txt" />
2022-11-07 07:38:42 +00:00
<Content Include="Resources\man Manuals\color.txt" />
<Content Include="Resources\man Manuals\colors.txt" />
2022-11-09 00:02:59 +00:00
<Content Include="Resources\man Manuals\del.txt" />
2022-11-07 07:38:42 +00:00
<Content Include="Resources\man Manuals\dir.txt" />
<Content Include="Resources\man Manuals\guess.txt" />
<Content Include="Resources\man Manuals\help.txt" />
2022-11-09 00:02:59 +00:00
<Content Include="Resources\man Manuals\hostname.txt" />
2022-11-08 03:22:01 +00:00
<Content Include="Resources\man Manuals\infobar.txt" />
<Content Include="Resources\man Manuals\man.txt" />
2022-11-09 00:02:59 +00:00
<Content Include="Resources\man Manuals\cowsay.txt" />
2022-11-07 07:38:42 +00:00
<Content Include="Resources\man Manuals\mkdir.txt" />
<Content Include="Resources\man Manuals\print.txt" />
2022-11-07 07:38:42 +00:00
<Content Include="Resources\man Manuals\pwd.txt" />
2022-11-04 23:27:35 +00:00
<Content Include="Resources\man Manuals\reboot.txt" />
2022-11-07 07:38:42 +00:00
<Content Include="Resources\man Manuals\rmdir.txt" />
2022-11-04 23:27:35 +00:00
<Content Include="Resources\man Manuals\shiftfetch.txt" />
<Content Include="Resources\man Manuals\shiftorium.txt" />
<Content Include="Resources\man Manuals\shutdown.txt" />
2022-11-09 00:02:59 +00:00
<Content Include="Resources\man Manuals\time.txt" />
<Content Include="Resources\man Manuals\username.txt" />
<Content Include="Resources\man Manuals\ver.txt" />
2022-11-08 03:22:01 +00:00
<None Include="Resources\Menu Picture\ShiftOS_MenuBanner2.jpg" />
<None Include="Resources\Menu Picture\ShiftOS_MenuBanner1.jpg" />
2022-11-02 08:23:28 +00:00
<Content Include="ShiftOS.ico" />
</ItemGroup>
2022-11-01 06:56:30 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>