mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
83 lines
3.8 KiB
XML
83 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.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>{5A4F9A75-75FE-47CD-90E5-914D5B20D232}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>RGB.NET.Core</RootNamespace>
|
|
<AssemblyName>RGB.NET.Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>..\bin\RGB.NET.Core.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>..\bin\RGB.NET.Core.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Brushes\BrushCalculationMode.cs" />
|
|
<Compile Include="Brushes\BrushRenderTarget.cs" />
|
|
<Compile Include="Brushes\IBrush.cs" />
|
|
<Compile Include="ColorCorrection\IColorCorrection.cs" />
|
|
<Compile Include="Devices\AbstractRGBDevice.cs" />
|
|
<Compile Include="Devices\DeviceType.cs" />
|
|
<Compile Include="Devices\IDeviceProvider.cs" />
|
|
<Compile Include="Devices\IRGBDeviceInfo.cs" />
|
|
<Compile Include="Effects\IEffect.cs" />
|
|
<Compile Include="Effects\IEffectTarget.cs" />
|
|
<Compile Include="Events\ExceptionEventArgs.cs" />
|
|
<Compile Include="Events\LedsUpdatedEventArgs.cs" />
|
|
<Compile Include="Events\LedsUpdatingEventArgs.cs" />
|
|
<Compile Include="Events\UpdatedEventArgs.cs" />
|
|
<Compile Include="Events\UpdatingEventArgs.cs" />
|
|
<Compile Include="Exceptions\RGBDeviceException.cs" />
|
|
<Compile Include="Leds\ILedId.cs" />
|
|
<Compile Include="Surfaces\IRGBSurface.cs" />
|
|
<Compile Include="MVVM\AbstractBindable.cs" />
|
|
<Compile Include="Leds\Color.cs" />
|
|
<Compile Include="Extensions\DoubleExtensions.cs" />
|
|
<Compile Include="Devices\IRGBDevice.cs" />
|
|
<Compile Include="Leds\Led.cs" />
|
|
<Compile Include="Positioning\Point.cs" />
|
|
<Compile Include="Positioning\Size.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Positioning\Rectangle.cs" />
|
|
<Compile Include="Surfaces\RGBSurface.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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> |