mirror of
https://github.com/DarthAffe/RGBSyncPlus
synced 2025-12-12 17:08:31 +00:00
236 lines
9.1 KiB
XML
236 lines
9.1 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>{C6BF4357-07D9-496B-9630-A26568D30723}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>RGBSyncPlus</RootNamespace>
|
|
<AssemblyName>RGBSync+</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>RGBSyncPlus.App</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Resources\argebee.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="ApplicationManager.cs" />
|
|
<Compile Include="Attached\SliderValue.cs" />
|
|
<Compile Include="Attached\SliderValueAdorner.cs" />
|
|
<Compile Include="Brushes\SyncBrush.cs" />
|
|
<Compile Include="Configuration\AbstractConfiguration.cs" />
|
|
<Compile Include="Configuration\ColorSerializer.cs" />
|
|
<Compile Include="Configuration\IConfiguration.cs" />
|
|
<Compile Include="Configuration\Legacy\ConfigurationUpdates.cs" />
|
|
<Compile Include="Configuration\Settings.cs" />
|
|
<Compile Include="Converter\NullToVisibilityConverter.cs" />
|
|
<Compile Include="Converter\ScrollOffsetToOpacityMaskConverter.cs" />
|
|
<Compile Include="Converter\ScrollOffsetToVisibilityConverter.cs" />
|
|
<Compile Include="Helper\ActionCommand.cs" />
|
|
<Compile Include="Helper\RGBNetExtension.cs" />
|
|
<Compile Include="Helper\ExceptionExtension.cs" />
|
|
<Compile Include="Helper\MathHelper.cs" />
|
|
<Compile Include="Model\SyncGroup.cs" />
|
|
<Compile Include="Model\SyncLed.cs" />
|
|
<Compile Include="UI\ConfigurationViewModel.cs" />
|
|
<Compile Include="UI\ConfigurationWindow.xaml.cs">
|
|
<DependentUpon>ConfigurationWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\BlurredDecorationWindow.cs" />
|
|
<Compile Include="Controls\ColorSelector.cs" />
|
|
<Compile Include="Controls\Form.cs" />
|
|
<Compile Include="Controls\GradientEditor.cs" />
|
|
<Compile Include="Controls\ImageButton.cs" />
|
|
<Compile Include="Converter\BoolToVisibilityConverter.cs" />
|
|
<Compile Include="Converter\EqualsToBoolConverter.cs" />
|
|
<Compile Include="Styles\CachedResourceDictionary.cs" />
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="Styles\TextBox.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\ListBox.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="UI\ConfigurationWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Resources\RGBSync+.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\BlurredDecorationWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\Button.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\ColorSelector.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\ComboBox.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\Form.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\FrameworkElement.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\GradientEditor.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\GroupBox.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\ImageButton.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\Navigation.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\Slider.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\Theme.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Styles\ToolTip.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Resource Include="Resources\font.ttf" />
|
|
<Resource Include="Resources\navigation.ttf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="gong-wpf-dragdrop">
|
|
<Version>1.1.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Hardcodet.NotifyIcon.Wpf">
|
|
<Version>1.0.8</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
<Version>11.0.2</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="RGB.NET.Brushes">
|
|
<Version>0.0.1.70</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="RGB.NET.Core">
|
|
<Version>0.0.1.70</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="RGB.NET.Decorators">
|
|
<Version>0.0.1.70</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="RGB.NET.Groups">
|
|
<Version>0.0.1.70</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.ValueTuple">
|
|
<Version>4.5.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="WPFTransitionals">
|
|
<Version>1.0.0</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\argebee.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\background.png" />
|
|
<Resource Include="Resources\close.png" />
|
|
<Resource Include="Resources\minimize.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\arrow_down.png" />
|
|
<Resource Include="Resources\arrow_up.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |