mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
92 lines
4.5 KiB
XML
92 lines
4.5 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>{DB2911F6-404C-4BC8-B35F-232A7450755F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>RGB.NET.Devices.Novation</RootNamespace>
|
|
<AssemblyName>RGB.NET.Devices.Novation</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.Devices.Novation.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.Devices.Novation.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Sanford.Multimedia.Midi, Version=6.4.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Sanford.Multimedia.Midi.6.4.1\lib\net20\Sanford.Multimedia.Midi.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
|
</Reference>
|
|
<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="Attributes\ColorCapabilityAttribute.cs" />
|
|
<Compile Include="Attributes\DeviceIdAttribute.cs" />
|
|
<Compile Include="Enum\NovationColorCapabilities.cs" />
|
|
<Compile Include="Enum\NovationDevices.cs" />
|
|
<Compile Include="Enum\NovationLedIds.cs" />
|
|
<Compile Include="Generic\NovationLedId.cs" />
|
|
<Compile Include="Generic\NovationRGBDevice.cs" />
|
|
<Compile Include="Generic\NovationRGBDeviceInfo.cs" />
|
|
<Compile Include="Helper\EnumExtension.cs" />
|
|
<Compile Include="Helper\NovationLedIdsExtension.cs" />
|
|
<Compile Include="Generic\INovationRGBDevice.cs" />
|
|
<Compile Include="Launchpad\NovationLaunchpadRGBDevice.cs" />
|
|
<Compile Include="Launchpad\NovationLaunchpadRGBDeviceInfo.cs" />
|
|
<Compile Include="NovationDeviceProvider.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\RGB.NET.Core\RGB.NET.Core.csproj">
|
|
<Project>{5a4f9a75-75fe-47cd-90e5-914d5b20d232}</Project>
|
|
<Name>RGB.NET.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Layouts\DeviceLayout.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Images\Novation\Launchpads\Buttons\Grid.png" />
|
|
<Content Include="Images\Novation\Launchpads\Buttons\GridCenter1.png" />
|
|
<Content Include="Images\Novation\Launchpads\Buttons\GridCenter2.png" />
|
|
<Content Include="Images\Novation\Launchpads\Buttons\GridCenter3.png" />
|
|
<Content Include="Images\Novation\Launchpads\Buttons\GridCenter4.png" />
|
|
<Content Include="Images\Novation\Launchpads\Buttons\Round.png" />
|
|
<Content Include="Images\Novation\Launchpads\LaunchpadS.png" />
|
|
<Content Include="Layouts\Novation\Launchpads\LaunchpadS.xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |