Skip to content

Commit

Permalink
Cleanup and renames
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam777Z committed Jul 31, 2021
1 parent 11beab4 commit e512d78
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 181 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Xbox Controller Share button map to key", "Xbox Controller Share button map to key.vcxproj", "{1A08601A-0971-4A8F-AE2B-CF6184D01CDD}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Xbox Controller button remapper", "Xbox Controller button remapper.vcxproj", "{1A08601A-0971-4A8F-AE2B-CF6184D01CDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{1A08601A-0971-4A8F-AE2B-CF6184D01CDD}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<ProjectName>Xbox Controller Share button map to key</ProjectName>
<ProjectName>Xbox Controller button remapper</ProjectName>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -149,7 +149,7 @@ xcopy /y /d "$(ProjectDir)SDL\VisualC\x64\Release\SDL2.dll" "$(OutDir)"</Command
<ResourceCompile Include="resource.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="XboxOneLogoIcon.ico" />
<Image Include="XboxOneLogo.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="XboxOneLogoIcon.ico">
<Image Include="XboxOneLogo.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e512d78

Please sign in to comment.