Skip to content

Commit

Permalink
Rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
Denellyne committed Jan 2, 2024
1 parent 86cbdd5 commit 97476e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions DualSenseToXInput.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<ProjectGuid>{2008fc36-f82f-4d6a-836e-265bf6b36531}</ProjectGuid>
<RootNamespace>DualSenseToXInput</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>PCXSense</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -116,6 +117,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>XInput.lib;dxguid.lib;setupapi.lib;C:\Users\Gustavo Santos\Documents\GitHub\DualSenseToXInput\Include\ViGEm\ViGEmClient.lib;C:\Users\Gustavo Santos\Documents\GitHub\DualSenseToXInput\Include\hidapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
<Driver>NotSet</Driver>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -164,6 +166,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>XInput.lib;dxguid.lib;setupapi.lib;C:\Users\Gustavo Santos\Documents\GitHub\DualSenseToXInput\Include\ViGEm\ViGEmClient.lib;C:\Users\Gustavo Santos\Documents\GitHub\DualSenseToXInput\Include\hidapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
<Driver>NotSet</Driver>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions DualSenseToXInput.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ShowAllFiles>false</ShowAllFiles>
</PropertyGroup>
</Project>
6 changes: 0 additions & 6 deletions DualSenseToXInput.sln → PCXSense.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DualSenseToXInput", "DualSe
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Debug|ARM64.ActiveCfg = Debug|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Debug|ARM64.Build.0 = Debug|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Debug|x64.ActiveCfg = Debug|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Debug|x64.Build.0 = Debug|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Debug|x86.ActiveCfg = Debug|Win32
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Release|ARM64.ActiveCfg = Release|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Release|ARM64.Build.0 = Release|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Release|x64.ActiveCfg = Release|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Release|x64.Build.0 = Release|x64
{2008FC36-F82F-4D6A-836E-265BF6B36531}.Release|x86.ActiveCfg = Release|Win32
Expand Down

0 comments on commit 97476e1

Please sign in to comment.