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

201 lines
7.9 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" />
<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="MainForms\BugSlap.Designer.vb">
<DependentUpon>BugSlap.vb</DependentUpon>
</Compile>
<Compile Include="MainForms\BugSlap.vb">
<SubType>Form</SubType>
</Compile>
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-02 15:46:32 -04:00
<Compile Include="MainForms\Shiftoriums.vb" />
<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>
<Compile Include="MainForms\Strings.vb" />
2022-11-01 18:57:27 -04:00
<Compile Include="MainForms\Terminal.Designer.vb">
<DependentUpon>Terminal.vb</DependentUpon>
</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-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>
</ItemGroup>
<ItemGroup>
<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>
</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" />
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>