Skip to content

Commit

Permalink
rename platform target for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
strobejb committed May 9, 2023
1 parent 273e233 commit 7b33200
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WinSpy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winspy", "src\winspy.vcxpro
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x86 = Release|x86
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Debug|Win32.ActiveCfg = Debug|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Debug|Win32.Build.0 = Debug|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Debug|x86.ActiveCfg = Debug|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Debug|x86.Build.0 = Debug|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Debug|x64.ActiveCfg = Debug|x64
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Debug|x64.Build.0 = Debug|x64
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Release|Win32.ActiveCfg = Release|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Release|Win32.Build.0 = Release|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Release|x86.ActiveCfg = Release|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Release|x86.Build.0 = Release|Win32
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Release|x64.ActiveCfg = Release|x64
{3E78711E-0602-4FD9-8F79-18EF3D5BA3CD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
Expand Down

0 comments on commit 7b33200

Please sign in to comment.