<?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>{66C1C75C-3612-4D23-B937-C3DE0D653292}</ProjectGuid> <OutputType>WinExe</OutputType> <RootNamespace>AppLauncher</RootNamespace> <AssemblyName>fizzylauncher</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects> <Deterministic>true</Deterministic> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>none</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup> <NoWin32Manifest>true</NoWin32Manifest> </PropertyGroup> <PropertyGroup> <ApplicationIcon>favicon.ico</ApplicationIcon> </PropertyGroup> <ItemGroup> <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Models\LauncherSession.cs" /> <Compile Include="Models\TileModel.cs" /> <Compile Include="MainForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="MainForm.Designer.cs"> <DependentUpon>MainForm.cs</DependentUpon> </Compile> <Compile Include="Models\TileGroupModel.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Include="Windows\Forms\Tile\AddTileForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\Forms\Tile\EditGroupForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\Forms\Tile\AddListTileForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\Forms\Tile\EditListTileForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\Forms\OptionsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\Forms\Tile\EditTileForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\Forms\Tile\TTilePanelLayout.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Windows\Forms\Tile\TTilePanelLayout.Designer.cs"> <DependentUpon>TTilePanelLayout.cs</DependentUpon> </Compile> <Compile Include="Windows\Forms\Tile\TTilePanel.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Windows\Forms\Tile\TTilePanel.Designer.cs"> <DependentUpon>TTilePanel.cs</DependentUpon> </Compile> <EmbeddedResource Include="MainForm.resx"> <DependentUpon>MainForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\Tile\AddTileForm.resx"> <DependentUpon>AddTileForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\Tile\EditGroupForm.resx"> <DependentUpon>EditGroupForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\Tile\AddListTileForm.resx"> <DependentUpon>AddListTileForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\Tile\EditListTileForm.resx"> <DependentUpon>EditListTileForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\OptionsForm.resx"> <DependentUpon>OptionsForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\Tile\EditTileForm.resx"> <DependentUpon>EditTileForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\Tile\TTilePanelLayout.resx"> <DependentUpon>TTilePanelLayout.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\Forms\Tile\TTilePanel.resx"> <DependentUpon>TTilePanel.cs</DependentUpon> </EmbeddedResource> <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> </ItemGroup> <ItemGroup> <None Include="Resources\toggle-left-ea-16.png" /> </ItemGroup> <ItemGroup> <None Include="Resources\toggle-right-ea-16.png" /> </ItemGroup> <ItemGroup> <None Include="Resources\app_icon_24.png" /> </ItemGroup> <ItemGroup> <None Include="Resources\folder_32.png" /> </ItemGroup> <ItemGroup> <Content Include="favicon.ico" /> <None Include="Resources\app_icon_32.png" /> </ItemGroup> <ItemGroup> <ProjectReference Include="FizzyLauncher.UI\FizzyLauncher.UI.csproj"> <Project>{d9a49347-583f-41b4-afe1-63ec80bbdb38}</Project> <Name>FizzyLauncher.UI</Name> </ProjectReference> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>