mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
1439973204
Added Press/Toggle Key to Special Actions, you can hold a trigger to hold a key or toggle a key with one set of buttons, and untoggle it by pressing or releasing another set of buttons Added Disconnect BT to Special Actions, PS+Options to d/c is now added to Special actions and can be enabled for each profile. You can now set Disconnect BT to any control(s) and how long you need to hold the control(s) to take affect Added Partial German Translation (Thanks Michél) Added 95% Finished Russian Translation (Thanks overclockers.ru members: KoNoRIMCI & Sr_psycho) Added Partial Italian Translation (Thanks Giulio) Updates to the translations sheets, they should now have every bit of text in DS4Windows, minus the controls of the controller English Spelling fixes Main/Starting tab only shows info for connected controllers, and context menu only shows options for connected controllers. Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now scrolls smoothly Slightly reworked analog mouse movement + mouse acceleration (not as janky anymore) When starting DS4Windows, if no controllers are connected, DS4Windows defaults to the profile tab Certain log warnings (Like unable to get controller exclusively) shows up in red Easter egg: try pressing a few buttons in sequence while in the log tab Fixed Start Profile with TP off being unchecked next time a profile is opened Other minor Bug Fixes, such as clearing the log then moving to a new tab crashing DS4W
547 lines
22 KiB
XML
547 lines
22 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>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="AdvancedColorDialog.cs" />
|
|
<Compile Include="Alreadyrunning.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Alreadyrunning.Designer.cs">
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Hotkeys.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Hotkeys.Designer.cs">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="KBM360.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="KBM360.Designer.cs">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DupBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DupBox.Designer.cs">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MessageTextBox.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>MessageTextBox.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Options.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Options.Designer.cs">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.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="RecordBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="RecordBox.Designer.cs">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SaveWhere.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SaveWhere.Designer.cs">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DS4Form.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DS4Form.Designer.cs">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Settings.cs" />
|
|
<Compile Include="SpecActions.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SpecActions.Designer.cs">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="WelcomeDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="WelcomeDialog.Designer.cs">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="WinProgs.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="WinProgs.Designer.cs">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="Alreadyrunning.resx">
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Form.de-DE.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Form.es.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Form.it-IT.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Form.pt-BR.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Form.ru-RU.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DupBox.de-DE.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DupBox.it-IT.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DupBox.pt-BR.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DupBox.ru-RU.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Hotkeys.de-DE.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Hotkeys.es.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Hotkeys.fr-FR.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Hotkeys.it-IT.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Hotkeys.pt-BR.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Hotkeys.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Hotkeys.ru-RU.resx">
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="KBM360.de-DE.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="KBM360.es.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="KBM360.fr-FR.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="KBM360.it-IT.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="KBM360.pt-BR.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="KBM360.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DupBox.es.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DupBox.fr-FR.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DupBox.resx">
|
|
<DependentUpon>DupBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="KBM360.ru-RU.resx">
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MessageTextBox.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>MessageTextBox.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Options.de-DE.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Options.es.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Options.fr-FR.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Options.it-IT.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Options.pt-BR.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Options.resx">
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="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="RecordBox.de-DE.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RecordBox.es.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RecordBox.fr-FR.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RecordBox.it-IT.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="RecordBox.pt-BR.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="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="RecordBox.ru-RU.resx">
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SaveWhere.de-DE.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SaveWhere.es.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SaveWhere.fr-FR.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SaveWhere.it-IT.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SaveWhere.pt-BR.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SaveWhere.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
<LastGenOutput>SaveWhere1.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Form.fr-FR.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DS4Form.resx">
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SaveWhere.ru-RU.resx">
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SpecActions.de-DE.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SpecActions.fr-FR.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SpecActions.it-IT.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SpecActions.pt-BR.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SpecActions.pt-PT.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SpecActions.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SpecActions.ru-RU.resx">
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WelcomeDialog.de-DE.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WelcomeDialog.es.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WelcomeDialog.fr-FR.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WelcomeDialog.it-IT.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WelcomeDialog.pt-BR.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WelcomeDialog.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WelcomeDialog.ru-RU.resx">
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WinProgs.de-DE.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WinProgs.es.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WinProgs.fr-FR.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WinProgs.it-IT.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WinProgs.pt-BR.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WinProgs.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="WinProgs.ru-RU.resx">
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="app.config" />
|
|
<None Include="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>
|
|
<ProjectReference Include="..\DS4Control\DS4Control.csproj">
|
|
<Project>{b0ad793e-baeb-435f-bb40-d647de2bc2bf}</Project>
|
|
<Name>DS4Control</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DS4Library\DS4Library.csproj">
|
|
<Project>{43e14dad-e6e8-4b66-ac50-20f5cf9b9712}</Project>
|
|
<Name>DS4Library</Name>
|
|
</ProjectReference>
|
|
</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="DS4W.ico" />
|
|
<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" />
|
|
<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>ilmerge /targetplatform:"v4,C:\Windows\Microsoft.NET\Framework\v4.0.30319" /out:Build\DS4Windows.exe DS4Windows.exe HidLibrary.dll DS4Control.dll DS4Library.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> |