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" />
|
|
|
|
<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>
|
2022-11-01 08:48:52 -04:00
|
|
|
<Compile Include="MainForms\BugSlap.Designer.vb">
|
|
|
|
<DependentUpon>BugSlap.vb</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="MainForms\BugSlap.vb">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2022-11-06 03:20:38 -05:00
|
|
|
<Compile Include="MainForms\DirectoryManagements.vb" />
|
2022-11-06 09:19:35 -05:00
|
|
|
<Compile Include="MainForms\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-03 21:56:41 -04:00
|
|
|
<Compile Include="MainForms\SaveLoadSystem.vb" />
|
2022-11-02 15:46:32 -04:00
|
|
|
<Compile Include="MainForms\Shiftoriums.vb" />
|
2022-11-01 08:48:52 -04:00
|
|
|
<Compile Include="MainForms\ShiftOSMenu.vb">
|
2022-11-01 02:56:30 -04:00
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2022-11-01 08:48:52 -04:00
|
|
|
<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-01 08:48:52 -04:00
|
|
|
<Compile Include="MainForms\Strings.vb" />
|
2022-11-01 18:57:27 -04:00
|
|
|
<Compile Include="MainForms\Terminal.Designer.vb">
|
|
|
|
<DependentUpon>Terminal.vb</DependentUpon>
|
2022-11-01 08:48:52 -04:00
|
|
|
</Compile>
|
2022-11-01 18:57:27 -04:00
|
|
|
<Compile Include="MainForms\Terminal.vb">
|
2022-11-01 02:56:30 -04:00
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2022-11-02 00:17:14 -04:00
|
|
|
<Compile Include="MainForms\TerminalApps.vb" />
|
2022-11-06 02:24:53 -05:00
|
|
|
<Compile Include="MainForms\TerminalColorSystem.vb" />
|
2022-11-08 18:30:53 -05:00
|
|
|
<Compile Include="MainForms\TerminalInternalApps.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>
|
2022-11-01 08:48:52 -04:00
|
|
|
<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>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2022-11-01 08:48:52 -04:00
|
|
|
<EmbeddedResource Include="MainForms\BugSlap.resx">
|
|
|
|
<DependentUpon>BugSlap.vb</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
2022-11-02 17:28:19 -04:00
|
|
|
<EmbeddedResource Include="MainForms\IntroStory.resx">
|
|
|
|
<DependentUpon>IntroStory.vb</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
2022-11-03 03:40:32 -04:00
|
|
|
<EmbeddedResource Include="MainForms\ShiftOSUpdater.resx">
|
|
|
|
<DependentUpon>ShiftOSUpdater.vb</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
2022-11-01 18:57:27 -04:00
|
|
|
<EmbeddedResource Include="MainForms\Terminal.resx">
|
|
|
|
<DependentUpon>Terminal.vb</DependentUpon>
|
2022-11-01 08:48:52 -04:00
|
|
|
</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>
|
2022-11-01 08:48:52 -04:00
|
|
|
<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" />
|
2022-11-08 01:02:02 -05:00
|
|
|
<Content Include="Resources\epilepsy.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" />
|
|
|
|
<Content Include="Resources\man Manuals\dir.txt" />
|
2022-11-03 21:56:41 -04:00
|
|
|
<Content Include="Resources\man Manuals\guess.txt" />
|
|
|
|
<Content Include="Resources\man Manuals\help.txt" />
|
2022-11-07 22:22:01 -05:00
|
|
|
<Content Include="Resources\man Manuals\infobar.txt" />
|
2022-11-03 21:56:41 -04:00
|
|
|
<Content Include="Resources\man Manuals\man.txt" />
|
2022-11-07 02:38:42 -05:00
|
|
|
<Content Include="Resources\man Manuals\mkdir.txt" />
|
2022-11-03 21:56:41 -04:00
|
|
|
<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" />
|
2022-11-03 21:56:41 -04:00
|
|
|
<Content Include="Resources\man Manuals\shiftorium.txt" />
|
|
|
|
<Content Include="Resources\man Manuals\shutdown.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>
|