Skip to content

Commit

Permalink
Use x86 target for use in Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
RadAd committed Jan 31, 2022
1 parent 22aa183 commit e807de1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions VirtualDesktop.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x32 = Debug|x32
Debug|x86 = Debug|x86
Debug|x64 = Debug|x64
Release|x32 = Release|x32
Release|x86 = Release|x86
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Debug|x32.ActiveCfg = Debug|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Debug|x32.Build.0 = Debug|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Debug|x86.ActiveCfg = Debug|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Debug|x86.Build.0 = Debug|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Debug|x64.ActiveCfg = Debug|x64
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Debug|x64.Build.0 = Debug|x64
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Release|x32.ActiveCfg = Release|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Release|x32.Build.0 = Release|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Release|x86.ActiveCfg = Release|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Release|x86.Build.0 = Release|Win32
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Release|x64.ActiveCfg = Release|x64
{ECAE7A3B-B18E-481D-992E-7DD70DCA0478}.Release|x64.Build.0 = Release|x64
EndGlobalSection
Expand Down

0 comments on commit e807de1

Please sign in to comment.