mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
7d7d5d7391
Extended range needed for touchpad swipes actions to register UI adjustments in profile settings, such as a color box for flashing color, alignment adjustments, and the Sixaxis reading dot staying in bounds of the box Recording a macro for special actions now open up in a new window, allowing for ctrl+tab to be used When controller's latency passes 10ms, the log will show and the controller will flash red until the latency is under 10ms Hovering over the mac address shows the latency of said controller, if it's connected via bluetooth Option to choose when at low battery for the light to flash or pulse Much cleaner/neater hotkeys/about window Option to download language packs if your PC is not set to an english language Finished Italian Translations (Thanks again Giulio) Finished German Translations (Thanks Ammonjak) Updated Italian & Russian Translations Reorganized the the code so all cs files are under the same project
570 lines
24 KiB
XML
570 lines
24 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{B1081607-B630-4F57-9580-8A4897145890}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DS4Windows</RootNamespace>
|
|
<AssemblyName>DS4Windows</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
|
<TargetFrameworkProfile />
|
|
<PublishUrl>C:\Users\Jonathan\Dropbox\Public\DS4 Tool\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Web</InstallFrom>
|
|
<UpdateEnabled>true</UpdateEnabled>
|
|
<UpdateMode>Background</UpdateMode>
|
|
<UpdateInterval>1</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>true</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<InstallUrl>https://dl.dropboxusercontent.com/u/16364552/DS4%2520Tool/</InstallUrl>
|
|
<MinimumRequiredVersion>1.0.0.1</MinimumRequiredVersion>
|
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
|
<WebPage>publish.htm</WebPage>
|
|
<ApplicationRevision>4</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</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>3</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>DS4Windows\DS4W.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<StartupObject>DS4Windows.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestCertificateThumbprint>5F2A5A97E42A73158D79996F7F3BE738271F5047</ManifestCertificateThumbprint>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestKeyFile>DS4Tool_TemporaryKey.pfx</ManifestKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>true</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>true</SignManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<PropertyGroup />
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<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.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DS4Windows\AdvancedColorDialog.cs" />
|
|
<Compile Include="DS4Windows\Alreadyrunning.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\Alreadyrunning.Designer.cs">
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Control\ControlSerivce.cs" />
|
|
<Compile Include="DS4Control\DS4LightBar.cs" />
|
|
<Compile Include="DS4Control\InputMethods.cs" />
|
|
<Compile Include="DS4Control\ITouchpadBehaviour.cs" />
|
|
<Compile Include="DS4Control\Log.cs" />
|
|
<Compile Include="DS4Control\Mapping.cs" />
|
|
<Compile Include="DS4Control\Mouse.cs" />
|
|
<Compile Include="DS4Control\MouseCursor.cs" />
|
|
<Compile Include="DS4Control\MouseWheel.cs" />
|
|
<Compile Include="DS4Control\ScpDevice.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Control\ScpDevice.Designer.cs">
|
|
<DependentUpon>ScpDevice.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Control\ScpHub.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Control\ScpHub.Designer.cs">
|
|
<DependentUpon>ScpHub.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Control\ScpUtil.cs" />
|
|
<Compile Include="DS4Control\X360Device.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Control\X360Device.designer.cs">
|
|
<DependentUpon>X360Device.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Library\DS4Device.cs" />
|
|
<Compile Include="DS4Library\DS4Devices.cs" />
|
|
<Compile Include="DS4Library\DS4State.cs" />
|
|
<Compile Include="DS4Library\DS4StateExposed.cs" />
|
|
<Compile Include="DS4Library\DS4Touchpad.cs" />
|
|
<Compile Include="DS4Windows\Hotkeys.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\Hotkeys.Designer.cs">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\KBM360.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\KBM360.Designer.cs">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\DupBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\DupBox.Designer.cs">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\Options.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\Options.Designer.cs">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\Program.cs" />
|
|
<Compile Include="HidLibrary\Extensions.cs" />
|
|
<Compile Include="HidLibrary\HidDevice.cs" />
|
|
<Compile Include="HidLibrary\HidDeviceAttributes.cs" />
|
|
<Compile Include="HidLibrary\HidDeviceCapabilities.cs" />
|
|
<Compile Include="HidLibrary\HidDevices.cs" />
|
|
<Compile Include="HidLibrary\NativeMethods.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources1.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\RecordBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\RecordBox.Designer.cs">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\SaveWhere.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\SaveWhere.Designer.cs">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\DS4Form.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\DS4Form.Designer.cs">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\Settings.cs" />
|
|
<Compile Include="DS4Windows\SpecActions.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\SpecActions.Designer.cs">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\WelcomeDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\WelcomeDialog.Designer.cs">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\WinProgs.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Windows\WinProgs.Designer.cs">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="DS4Windows\Alreadyrunning.resx">
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DS4Form.de-DE.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DS4Form.es.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DS4Form.it-IT.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DS4Form.pt-BR.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DS4Form.ru-RU.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DupBox.de-DE.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DupBox.it-IT.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DupBox.pt-BR.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DupBox.ru-RU.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Hotkeys.de-DE.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Hotkeys.es.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Hotkeys.fr-FR.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Hotkeys.it-IT.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Hotkeys.pt-BR.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Hotkeys.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Hotkeys.ru-RU.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\KBM360.de-DE.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\KBM360.es.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\KBM360.fr-FR.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\KBM360.it-IT.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\KBM360.pt-BR.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\KBM360.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DupBox.es.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DupBox.fr-FR.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DupBox.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\KBM360.ru-RU.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Options.de-DE.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Options.es.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Options.fr-FR.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Options.it-IT.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Options.pt-BR.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Options.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\Options.ru-RU.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.de-DE.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\RecordBox.de-DE.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\RecordBox.es.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\RecordBox.fr-FR.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\RecordBox.it-IT.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\RecordBox.pt-BR.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\RecordBox.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.es.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.pt-BR.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.ru-RU.resx" />
|
|
<EmbeddedResource Include="Properties\Resources.it-IT.resx" />
|
|
<EmbeddedResource Include="DS4Windows\RecordBox.ru-RU.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SaveWhere.de-DE.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SaveWhere.es.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SaveWhere.fr-FR.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SaveWhere.it-IT.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SaveWhere.pt-BR.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SaveWhere.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
<LastGenOutput>SaveWhere1.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DS4Form.fr-FR.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\DS4Form.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SaveWhere.ru-RU.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SpecActions.de-DE.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SpecActions.fr-FR.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SpecActions.it-IT.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SpecActions.pt-BR.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SpecActions.pt-PT.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SpecActions.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\SpecActions.ru-RU.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WelcomeDialog.de-DE.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WelcomeDialog.es.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WelcomeDialog.fr-FR.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WelcomeDialog.it-IT.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WelcomeDialog.pt-BR.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WelcomeDialog.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WelcomeDialog.ru-RU.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WinProgs.de-DE.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WinProgs.es.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WinProgs.fr-FR.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WinProgs.it-IT.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WinProgs.pt-BR.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WinProgs.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Windows\WinProgs.ru-RU.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="DS4Windows\app.config" />
|
|
<None Include="DS4Windows\DS4Tool_TemporaryKey.pfx" />
|
|
<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\size.png" />
|
|
<None Include="Resources\xbox_360_controller.png" />
|
|
<None Include="Resources\Y.png" />
|
|
<None Include="Resources\X.png" />
|
|
<None Include="Resources\UP.png" />
|
|
<None Include="Resources\START.png" />
|
|
<None Include="Resources\x360test.png" />
|
|
<None Include="Resources\sticks.png" />
|
|
<None Include="Resources\UpperTouch.png" />
|
|
<None Include="Resources\shell32_export.png" />
|
|
<None Include="Resources\USB.png" />
|
|
<None Include="Resources\shell32_copy.png" />
|
|
<None Include="Resources\shell32_new.png" />
|
|
<None Include="Resources\shell32 delete.png" />
|
|
<None Include="Resources\Touch.png" />
|
|
<None Include="Resources\Touch states2.png" />
|
|
<None Include="Resources\sticks2.png" />
|
|
<None Include="Resources\1401402547_menu-24.png" />
|
|
<None Include="Resources\delete.png" />
|
|
<None Include="Resources\BT.png" />
|
|
<None Include="Resources\DS4 Controller.png" />
|
|
<None Include="Resources\Clock.png" />
|
|
<None Include="Resources\360LS.png" />
|
|
<None Include="Resources\360RS.png" />
|
|
<None Include="Resources\A.PNG" />
|
|
<None Include="Resources\B.png" />
|
|
<None Include="Resources\BACK.png" />
|
|
<None Include="Resources\DOWN.png" />
|
|
<None Include="Resources\360 fades.png" />
|
|
<None Include="Resources\checked.png" />
|
|
<Content Include="DS4Windows\DS4W.ico" />
|
|
<Content Include="HidLibrary\LICENSE.htm" />
|
|
<Content Include="Resources\DS4.ico" />
|
|
<None Include="Resources\mouse.png" />
|
|
<None Include="Resources\rainbow.png" />
|
|
<None Include="Resources\rainbowC.png" />
|
|
<None Include="Resources\imageres_new.png" />
|
|
<None Include="Resources\none.png" />
|
|
<None Include="Resources\export.png" />
|
|
<None Include="Resources\imageres_import.png" />
|
|
<None Include="Resources\saveprofile.png" />
|
|
<None Include="Resources\LeftTouch.png" />
|
|
<None Include="Resources\MultiTouch.png" />
|
|
<None Include="Resources\RightTouch.png" />
|
|
<None Include="Resources\Pairmode.png" />
|
|
<None Include="Resources\LB.png" />
|
|
<None Include="Resources\LEFT.png" />
|
|
<None Include="Resources\LS.png" />
|
|
<None Include="Resources\LSD.png" />
|
|
<None Include="Resources\LSL.png" />
|
|
<None Include="Resources\LSR.png" />
|
|
<None Include="Resources\LSU.png" />
|
|
<None Include="Resources\LT.png" />
|
|
<None Include="Resources\RB.png" />
|
|
<None Include="Resources\RIGHT.png" />
|
|
<None Include="Resources\RS.png" />
|
|
<None Include="Resources\RSD.png" />
|
|
<None Include="Resources\RSL.png" />
|
|
<None Include="Resources\RSR.png" />
|
|
<None Include="Resources\RSU.png" />
|
|
<None Include="Resources\RT.png" />
|
|
<None Include="Resources\Red Circle.png" />
|
|
<None Include="Resources\DS4W.ico" />
|
|
<None Include="Resources\EE.wav" />
|
|
<Content Include="Resources\Scp_All.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<COMReference Include="IWshRuntimeLibrary">
|
|
<Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</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> |