mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-22 18:02:16 +00:00
393 lines
No EOL
19 KiB
XML
393 lines
No EOL
19 KiB
XML
<?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>
|
|
<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>
|
|
</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>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>MainForms\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>ShiftOS.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<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" />
|
|
<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" />
|
|
<Compile Include="Functions\InGame\ROMs\GUISCustomizations.vb" />
|
|
<Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" />
|
|
<Compile Include="Functions\InGame\SystemManager\Terminate.vb" />
|
|
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.Designer.vb">
|
|
<DependentUpon>DuWM_Shifter_About.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_About.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.Designer.vb">
|
|
<DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForms\Applications\DuWM\Shifter\Categories\DuWM_Shifter_Desktop.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter_Configs.vb" />
|
|
<Compile Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.Designer.vb">
|
|
<DependentUpon>DuWM_Shifter.vb</DependentUpon>
|
|
</Compile>
|
|
<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>
|
|
<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">
|
|
<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>
|
|
<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" />
|
|
<Compile Include="MainForms\DesktopEnvironment\master\ThisIsNotABugThisIsAFeature.Designer.vb">
|
|
<DependentUpon>ThisIsNotABugThisIsAFeature.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForms\DesktopEnvironment\master\ThisIsNotABugThisIsAFeature.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForms\Epilepsy.Designer.vb">
|
|
<DependentUpon>Epilepsy.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForms\Epilepsy.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Functions\InGame\FileManagement.vb" />
|
|
<Compile Include="MainForms\IntroStory.Designer.vb">
|
|
<DependentUpon>IntroStory.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForms\IntroStory.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Functions\InGame\LoreManager\IntroStoryTell.vb" />
|
|
<Compile Include="Functions\OutGame\SaveLoadSystem.vb" />
|
|
<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">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForms\ShiftOSMenu.Designer.vb">
|
|
<DependentUpon>ShiftOSMenu.vb</DependentUpon>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForms\ShiftOSUpdater.Designer.vb">
|
|
<DependentUpon>ShiftOSUpdater.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForms\ShiftOSUpdater.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<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">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="API\ConsoleAPI.vb" />
|
|
<Compile Include="API\TerminalAPI.vb" />
|
|
<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" />
|
|
<Compile Include="TerminalApplications\External\Textpad\App_TextPad.vb" />
|
|
<Compile Include="TerminalApplications\External\TerminalExternalApps.vb" />
|
|
<Compile Include="Functions\InGame\SystemManager\ColorSystem.vb" />
|
|
<Compile Include="TerminalApplications\Internal\Com_05tray.vb" />
|
|
<Compile Include="TerminalApplications\Internal\Com_App.vb" />
|
|
<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" />
|
|
<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" />
|
|
<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" />
|
|
<Compile Include="TerminalApplications\Internal\Com_Taskkill.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" />
|
|
<Compile Include="Functions\OutGame\TheUpdater.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</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" />
|
|
<Compile Include="TerminalApplications\Internal\Com_Zip.vb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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_Desktop.resx">
|
|
<DependentUpon>DuWM_Shifter_Desktop.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainForms\Applications\DuWM\Shifter\DuWM_Shifter.resx">
|
|
<DependentUpon>DuWM_Shifter.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>
|
|
<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>
|
|
<EmbeddedResource Include="MainForms\Epilepsy.resx">
|
|
<DependentUpon>Epilepsy.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainForms\IntroStory.resx">
|
|
<DependentUpon>IntroStory.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainForms\ShiftOSAbout.resx">
|
|
<DependentUpon>ShiftOSAbout.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<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\DualWindowManager\DuWM_WindowContainer.resx">
|
|
<DependentUpon>DuWM_WindowContainer.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<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>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="MainForms\app.manifest" />
|
|
<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>
|
|
<ItemGroup>
|
|
<Folder Include="DevOnlyRes\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\ShiftOSBuildLab.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
<Content Include="MainForms\rev.txt" />
|
|
<Content Include="Resources\man Manuals\zip.txt" />
|
|
<Content Include="Resources\man Manuals\textpad.txt" />
|
|
<Content Include="Resources\Fortunes.txt" />
|
|
<Content Include="Resources\hangman.txt" />
|
|
<Content Include="Resources\man Manuals\bc.txt" />
|
|
<Content Include="Resources\man Manuals\cd.txt" />
|
|
<Content Include="Resources\man Manuals\clear.txt" />
|
|
<Content Include="Resources\man Manuals\codepoint.txt" />
|
|
<Content Include="Resources\man Manuals\color.txt" />
|
|
<Content Include="Resources\man Manuals\colors.txt" />
|
|
<Content Include="Resources\man Manuals\del.txt" />
|
|
<Content Include="Resources\man Manuals\dir.txt" />
|
|
<Content Include="Resources\man Manuals\guess.txt" />
|
|
<Content Include="Resources\man Manuals\help.txt" />
|
|
<Content Include="Resources\man Manuals\hostname.txt" />
|
|
<Content Include="Resources\man Manuals\infobar.txt" />
|
|
<Content Include="Resources\man Manuals\man.txt" />
|
|
<Content Include="Resources\man Manuals\cowsay.txt" />
|
|
<Content Include="Resources\man Manuals\mkdir.txt" />
|
|
<Content Include="Resources\man Manuals\print.txt" />
|
|
<Content Include="Resources\man Manuals\pwd.txt" />
|
|
<Content Include="Resources\man Manuals\reboot.txt" />
|
|
<Content Include="Resources\man Manuals\rmdir.txt" />
|
|
<Content Include="Resources\man Manuals\shiftfetch.txt" />
|
|
<Content Include="Resources\man Manuals\shiftorium.txt" />
|
|
<Content Include="Resources\man Manuals\shutdown.txt" />
|
|
<Content Include="Resources\man Manuals\time.txt" />
|
|
<Content Include="Resources\man Manuals\username.txt" />
|
|
<Content Include="Resources\man Manuals\ver.txt" />
|
|
<None Include="Resources\Menu Picture\ShiftOS_MenuBanner2.jpg" />
|
|
<None Include="Resources\Menu Picture\ShiftOS_MenuBanner1.jpg" />
|
|
<Content Include="ShiftOS.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
</Project> |