mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-12 16:58:29 +00:00
121 lines
6.0 KiB
XML
121 lines
6.0 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>{70A266B5-E9D4-4EAA-A91A-947C0039FFB6}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CUE.NET</RootNamespace>
|
|
<AssemblyName>CUE.NET</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\</OutputPath>
|
|
<DefineConstants>TRACE;WIN64</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;WIN32</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\x86\</OutputPath>
|
|
<DefineConstants>TRACE;WIN32</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<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="Devices\Generic\Enums\CorsairAccessMode.cs" />
|
|
<Compile Include="Devices\Generic\Enums\CorsairDeviceCaps.cs" />
|
|
<Compile Include="Devices\Generic\Enums\CorsairDeviceType.cs" />
|
|
<Compile Include="Devices\Keyboard\Enums\CorsairLogicalKeyboardLayout.cs" />
|
|
<Compile Include="Devices\Headset\Enums\CorsairHeadsetLedId.cs" />
|
|
<Compile Include="Devices\Keyboard\Enums\CorsairKeyboardKeyId.cs" />
|
|
<Compile Include="Devices\Keyboard\Enums\CorsairPhysicalKeyboardLayout.cs" />
|
|
<Compile Include="Devices\Keyboard\Keys\BaseKeyGroup.cs" />
|
|
<Compile Include="Devices\Keyboard\Keys\IKeyGroup.cs" />
|
|
<Compile Include="Devices\Keyboard\Keys\RectangleKeyGroup.cs" />
|
|
<Compile Include="Devices\Keyboard\Keys\SimpleKeyGroup.cs" />
|
|
<Compile Include="Devices\Mouse\Enums\CorsairMouseButtonId.cs" />
|
|
<Compile Include="Devices\Mouse\Enums\CorsairPhysicalMouseLayout.cs" />
|
|
<Compile Include="Exceptions\CUEException.cs" />
|
|
<Compile Include="Exceptions\WrapperException.cs" />
|
|
<Compile Include="Devices\Generic\AbstractCueDevice.cs" />
|
|
<Compile Include="Devices\Generic\CorsairLed.cs" />
|
|
<Compile Include="Devices\Generic\GenericDeviceInfo.cs" />
|
|
<Compile Include="Devices\Headset\CorsairHeadset.cs" />
|
|
<Compile Include="Devices\Headset\CorsairHeadsetDeviceInfo.cs" />
|
|
<Compile Include="Devices\IDeviceInfo.cs" />
|
|
<Compile Include="Devices\Keyboard\Keys\CorsairKey.cs" />
|
|
<Compile Include="Devices\Keyboard\CorsairKeyboard.cs" />
|
|
<Compile Include="Devices\Mouse\CorsairMouseDeviceInfo.cs" />
|
|
<Compile Include="Devices\Mouse\CorsairMouse.cs" />
|
|
<Compile Include="Helper\RectangleHelper.cs" />
|
|
<Compile Include="Native\_CorsairDeviceInfo.cs" />
|
|
<Compile Include="Native\_CorsairLedColor.cs" />
|
|
<Compile Include="Native\_CorsairLedPosition.cs" />
|
|
<Compile Include="Native\_CorsairLedPositions.cs" />
|
|
<Compile Include="Native\_CorsairProtocolDetails.cs" />
|
|
<Compile Include="Native\_CUESDK.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Devices\Generic\Enums\CorsairError.cs" />
|
|
<Compile Include="Devices\Keyboard\CorsairKeyboardDeviceInfo.cs" />
|
|
<Compile Include="Devices\Generic\CorsairProtocolDetails.cs" />
|
|
<Compile Include="CueSDK.cs" />
|
|
<Compile Include="Devices\ICueDevice.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="libs\CUESDK.x64_2013.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="libs\CUESDK_2013.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>if $(PlatformName) == x86 copy "$(SolutionDir)libs\CUESDK_2013.dll" "$(TargetDir)CUESDK_2013.dll"
|
|
if $(PlatformName) == x64 copy "$(SolutionDir)libs\CUESDK.x64_2013.dll" "$(TargetDir)CUESDK.x64_2013.dll"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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> |