2014-03-28 02:50:40 +01:00
|
|
|
|
<?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>
|
2014-11-18 22:23:41 +01:00
|
|
|
|
<RootNamespace>DS4Windows</RootNamespace>
|
2014-06-06 22:38:52 +02:00
|
|
|
|
<AssemblyName>DS4Windows</AssemblyName>
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
2014-06-21 20:00:28 +02:00
|
|
|
|
<TargetFrameworkProfile />
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<PublishUrl>C:\Users\Jonathan\Dropbox\Public\DS4 Tool\</PublishUrl>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Install>true</Install>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<InstallFrom>Web</InstallFrom>
|
|
|
|
|
<UpdateEnabled>true</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Background</UpdateMode>
|
|
|
|
|
<UpdateInterval>1</UpdateInterval>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<UpdatePeriodically>true</UpdatePeriodically>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<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>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<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>
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</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>
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<ApplicationIcon>DS4W.ico</ApplicationIcon>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup>
|
2014-11-18 22:23:41 +01:00
|
|
|
|
<StartupObject>DS4Windows.Program</StartupObject>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</PropertyGroup>
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestCertificateThumbprint>5F2A5A97E42A73158D79996F7F3BE738271F5047</ManifestCertificateThumbprint>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestKeyFile>DS4Tool_TemporaryKey.pfx</ManifestKeyFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<GenerateManifests>true</GenerateManifests>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignManifests>true</SignManifests>
|
|
|
|
|
</PropertyGroup>
|
2014-11-04 04:44:55 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
2014-12-02 01:07:29 +01:00
|
|
|
|
<PropertyGroup />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
|
|
|
<Reference Include="System.Management" />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<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" />
|
Rest of DS4Windows has been upped to .NET 4.5 (If you have .net 4/already can run DS4Windows, this won't affect you), thanks to this update, you can now...
Add delay to macros from one millisecond to 60 seconds, macros with delays only run once until pressed again. Without delays, the macro can be repeated while held down.
Profiles and settings are now back inside the application folder to help portability. It will remain in appdata as previous versions if DS4Windows is in a admin folder, I may try to add a setting for location saving.
Import profile option will automatically go to the appdata profile folder, auto profiles and settings will automatically copy over.
Option to delete the appdata folder if not in use in the settings tab, this way it helps with cleanup.
Another fix for auto profiles startup bug
Better reading of autoprofile program path names
Now only one instance of DS4Windows is possible, if another DS4Tool or DS4Windows that is not this version is started, this DS4Windows comes back into focus.
UI fixes
2014-06-10 21:45:09 +02:00
|
|
|
|
<Compile Include="Alreadyrunning.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Alreadyrunning.Designer.cs">
|
|
|
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Compile Include="Hotkeys.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Hotkeys.Designer.cs">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<Compile Include="KBM360.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="KBM360.Designer.cs">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-05-30 22:39:39 +02:00
|
|
|
|
<Compile Include="MessageTextBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MessageTextBox.Designer.cs">
|
|
|
|
|
<DependentUpon>MessageTextBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<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" />
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<Compile Include="Properties\Resources1.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-06-14 21:14:27 +02:00
|
|
|
|
<Compile Include="RecordBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="RecordBox.Designer.cs">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-06-12 20:46:00 +02:00
|
|
|
|
<Compile Include="SaveWhere.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SaveWhere.Designer.cs">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<Compile Include="DS4Form.cs">
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<Compile Include="DS4Form.Designer.cs">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Settings.cs" />
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<Compile Include="SpecActions.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SpecActions.Designer.cs">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<Compile Include="WelcomeDialog.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WelcomeDialog.Designer.cs">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-05-28 21:47:25 +02:00
|
|
|
|
<Compile Include="WinProgs.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WinProgs.Designer.cs">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
Rest of DS4Windows has been upped to .NET 4.5 (If you have .net 4/already can run DS4Windows, this won't affect you), thanks to this update, you can now...
Add delay to macros from one millisecond to 60 seconds, macros with delays only run once until pressed again. Without delays, the macro can be repeated while held down.
Profiles and settings are now back inside the application folder to help portability. It will remain in appdata as previous versions if DS4Windows is in a admin folder, I may try to add a setting for location saving.
Import profile option will automatically go to the appdata profile folder, auto profiles and settings will automatically copy over.
Option to delete the appdata folder if not in use in the settings tab, this way it helps with cleanup.
Another fix for auto profiles startup bug
Better reading of autoprofile program path names
Now only one instance of DS4Windows is possible, if another DS4Tool or DS4Windows that is not this version is started, this DS4Windows comes back into focus.
UI fixes
2014-06-10 21:45:09 +02:00
|
|
|
|
<EmbeddedResource Include="Alreadyrunning.resx">
|
|
|
|
|
<DependentUpon>Alreadyrunning.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Form.es.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Hotkeys.es.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="Hotkeys.fr-FR.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<EmbeddedResource Include="Hotkeys.resx">
|
|
|
|
|
<DependentUpon>Hotkeys.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="KBM360.es.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-23 22:52:20 +02:00
|
|
|
|
<EmbeddedResource Include="KBM360.fr-FR.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<EmbeddedResource Include="KBM360.resx">
|
|
|
|
|
<DependentUpon>KBM360.cs</DependentUpon>
|
2014-11-04 04:44:55 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2014-04-27 21:32:09 +02:00
|
|
|
|
</EmbeddedResource>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="MessageTextBox.es.resx">
|
|
|
|
|
<DependentUpon>MessageTextBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="MessageTextBox.fr-FR.resx">
|
|
|
|
|
<DependentUpon>MessageTextBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-30 22:39:39 +02:00
|
|
|
|
<EmbeddedResource Include="MessageTextBox.resx">
|
|
|
|
|
<DependentUpon>MessageTextBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="Options.cs.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="Options.es.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="Options.fr-FR.resx">
|
2014-09-15 04:37:14 +02:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Options.fr.resx">
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<EmbeddedResource Include="Options.resx">
|
|
|
|
|
<DependentUpon>Options.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
2014-06-21 20:00:28 +02:00
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</EmbeddedResource>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="RecordBox.es.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="RecordBox.fr-FR.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-14 21:14:27 +02:00
|
|
|
|
<EmbeddedResource Include="RecordBox.resx">
|
|
|
|
|
<DependentUpon>RecordBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-21 20:00:28 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.es.resx" />
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="SaveWhere.es.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-18 07:18:46 +02:00
|
|
|
|
<EmbeddedResource Include="SaveWhere.fr-FR.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-06-12 20:46:00 +02:00
|
|
|
|
<EmbeddedResource Include="SaveWhere.resx">
|
|
|
|
|
<DependentUpon>SaveWhere.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Form.fr-FR.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
</EmbeddedResource>
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<EmbeddedResource Include="DS4Form.resx">
|
|
|
|
|
<DependentUpon>DS4Form.cs</DependentUpon>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
</EmbeddedResource>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="SpecActions.fr-FR.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="SpecActions.resx">
|
|
|
|
|
<DependentUpon>SpecActions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="WelcomeDialog.es.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="WelcomeDialog.fr-FR.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<EmbeddedResource Include="WelcomeDialog.resx">
|
|
|
|
|
<DependentUpon>WelcomeDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-12-13 21:12:03 +01:00
|
|
|
|
<EmbeddedResource Include="WinProgs.es.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-08-17 00:09:15 +02:00
|
|
|
|
<EmbeddedResource Include="WinProgs.fr-FR.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-28 21:47:25 +02:00
|
|
|
|
<EmbeddedResource Include="WinProgs.resx">
|
|
|
|
|
<DependentUpon>WinProgs.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-21 07:36:05 +02:00
|
|
|
|
<None Include="app.config" />
|
2014-05-14 09:12:15 +02:00
|
|
|
|
<None Include="DS4Tool_TemporaryKey.pfx" />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<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>
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
<None Include="Resources\size.png" />
|
2014-06-17 01:43:01 +02:00
|
|
|
|
<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" />
|
2014-06-03 07:29:42 +02:00
|
|
|
|
<None Include="Resources\sticks.png" />
|
|
|
|
|
<None Include="Resources\UpperTouch.png" />
|
2014-05-31 06:37:02 +02:00
|
|
|
|
<None Include="Resources\shell32_export.png" />
|
2014-05-30 22:39:39 +02:00
|
|
|
|
<None Include="Resources\USB.png" />
|
|
|
|
|
<None Include="Resources\shell32_copy.png" />
|
|
|
|
|
<None Include="Resources\shell32_new.png" />
|
|
|
|
|
<None Include="Resources\shell32 delete.png" />
|
2014-05-12 07:48:50 +02:00
|
|
|
|
<None Include="Resources\Touch.png" />
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<None Include="Resources\Touch states2.png" />
|
|
|
|
|
<None Include="Resources\sticks2.png" />
|
2014-05-30 22:39:39 +02:00
|
|
|
|
<None Include="Resources\1401402547_menu-24.png" />
|
|
|
|
|
<None Include="Resources\delete.png" />
|
|
|
|
|
<None Include="Resources\BT.png" />
|
2014-06-03 07:29:42 +02:00
|
|
|
|
<None Include="Resources\DS4 Controller.png" />
|
2014-06-14 21:14:27 +02:00
|
|
|
|
<None Include="Resources\Clock.png" />
|
2014-06-17 01:43:01 +02:00
|
|
|
|
<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" />
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
<None Include="Resources\checked.png" />
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<Content Include="DS4W.ico" />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Content Include="Resources\DS4.ico" />
|
2014-04-27 21:32:09 +02:00
|
|
|
|
<None Include="Resources\mouse.png" />
|
2014-04-30 21:32:44 +02:00
|
|
|
|
<None Include="Resources\rainbow.png" />
|
2014-05-05 04:25:53 +02:00
|
|
|
|
<None Include="Resources\rainbowC.png" />
|
2014-05-30 22:39:39 +02:00
|
|
|
|
<None Include="Resources\imageres_new.png" />
|
|
|
|
|
<None Include="Resources\none.png" />
|
2014-05-31 06:37:02 +02:00
|
|
|
|
<None Include="Resources\export.png" />
|
|
|
|
|
<None Include="Resources\imageres_import.png" />
|
2014-06-02 19:29:38 +02:00
|
|
|
|
<None Include="Resources\saveprofile.png" />
|
2014-06-03 07:29:42 +02:00
|
|
|
|
<None Include="Resources\LeftTouch.png" />
|
|
|
|
|
<None Include="Resources\MultiTouch.png" />
|
|
|
|
|
<None Include="Resources\RightTouch.png" />
|
|
|
|
|
<None Include="Resources\Pairmode.png" />
|
2014-06-17 01:43:01 +02:00
|
|
|
|
<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" />
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
<None Include="Resources\Red Circle.png" />
|
2014-11-14 20:44:50 +01:00
|
|
|
|
<None Include="Resources\DS4W.ico" />
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<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>
|
2014-06-09 01:41:36 +02:00
|
|
|
|
<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>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2014-11-04 04:44:55 +01:00
|
|
|
|
<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>
|
2014-03-28 02:50:40 +01:00
|
|
|
|
<!-- 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>
|