shiftos-next/shiftos_next/shiftos_next.vbproj
TheUltimateHacker ccdbbbed18 BWM - Skinning!
Yay! ShiftOS Next can finally be Shifted! Yes, that's true. I've added
basic skinning to the Basic Window Manager. Currently, the only way to
get to it is by typing "open shifter" in the Terminal, and the Shifter
will open. Choose the settings you want and hit Apply!

This is also the Alpha 3 commit, so after this I'll make the next
release.
2015-05-29 09:57:53 -04:00

225 lines
No EOL
8.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{16D4DAEC-1CC8-40FD-9EB0-CE2343A3C8C7}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>shiftos_next.My.MyApplication</StartupObject>
<RootNamespace>shiftos_next</RootNamespace>
<AssemblyName>shiftos_next</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</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_next.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_next.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>
<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" />
</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="APIs\API.vb" />
<Compile Include="APIs\Skins.vb" />
<Compile Include="BWM and CMD Apps\Shifter.Designer.vb">
<DependentUpon>Shifter.vb</DependentUpon>
</Compile>
<Compile Include="BWM and CMD Apps\Shifter.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Menu Renderers\BasicWM_ColorTable.vb" />
<Compile Include="BWM and CMD Apps\basicwm_infobox.Designer.vb">
<DependentUpon>basicwm_infobox.vb</DependentUpon>
</Compile>
<Compile Include="BWM and CMD Apps\basicwm_infobox.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Menu Renderers\basicwm_renderer.vb" />
<Compile Include="BWM User Controls\Titlebar.Designer.vb">
<DependentUpon>Titlebar.vb</DependentUpon>
</Compile>
<Compile Include="BWM User Controls\Titlebar.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Desktop Environments\BWMDesktop.Designer.vb">
<DependentUpon>BWMDesktop.vb</DependentUpon>
</Compile>
<Compile Include="Desktop Environments\BWMDesktop.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="BWM and CMD Apps\ColorPicker.Designer.vb">
<DependentUpon>ColorPicker.vb</DependentUpon>
</Compile>
<Compile Include="BWM and CMD Apps\ColorPicker.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="BWM and CMD Apps\file skimmer.Designer.vb">
<DependentUpon>file skimmer.vb</DependentUpon>
</Compile>
<Compile Include="BWM and CMD Apps\file skimmer.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="APIs\filesystem.vb" />
<Compile Include="Other\Hijack.Designer.vb">
<DependentUpon>Hijack.vb</DependentUpon>
</Compile>
<Compile Include="Other\Hijack.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</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="APIs\saveengine.vb" />
<Compile Include="APIs\shiftorium_api.vb" />
<Compile Include="BWM and CMD Apps\shiftorium_cmd.Designer.vb">
<DependentUpon>shiftorium_cmd.vb</DependentUpon>
</Compile>
<Compile Include="BWM and CMD Apps\shiftorium_cmd.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Other\Terminal.Designer.vb">
<DependentUpon>Terminal.vb</DependentUpon>
</Compile>
<Compile Include="Other\Terminal.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="APIs\TerminalGames.vb" />
<Compile Include="BWM and CMD Apps\TextPad.Designer.vb">
<DependentUpon>TextPad.vb</DependentUpon>
</Compile>
<Compile Include="BWM and CMD Apps\TextPad.vb">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="BWM and CMD Apps\basicwm_infobox.resx">
<DependentUpon>basicwm_infobox.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BWM and CMD Apps\Shifter.resx">
<DependentUpon>Shifter.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BWM User Controls\Titlebar.resx">
<DependentUpon>Titlebar.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Desktop Environments\BWMDesktop.resx">
<DependentUpon>BWMDesktop.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BWM and CMD Apps\ColorPicker.resx">
<DependentUpon>ColorPicker.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BWM and CMD Apps\file skimmer.resx">
<DependentUpon>file skimmer.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Other\Hijack.resx">
<DependentUpon>Hijack.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="BWM and CMD Apps\shiftorium_cmd.resx">
<DependentUpon>shiftorium_cmd.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Other\Terminal.resx">
<DependentUpon>Terminal.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BWM and CMD Apps\TextPad.resx">
<DependentUpon>TextPad.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<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>
<None Include="Resources\TextFile.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Folder.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Folder1.png" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>