Skip to content

Commit

Permalink
build(mxss): Redirect to 64-bit counterparts
Browse files Browse the repository at this point in the history
Change the active configuration for 32-bit `mxss`-related projects to
the corresponding 64-bit counterparts (ARM -> ARM64, x86 -> x64) since
`mxss` is 64-bit only for now.

We cannot remove those lines since Visual Studio would just fill those
back in.

Co-authored-by: Kristi Bektashi <[email protected]>
  • Loading branch information
trungnt2910 and kristibektashi committed Nov 17, 2024
1 parent 67a93ae commit 08ce37c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lxmonika.sln
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Global
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Debug|x64.Build.0 = Debug|x64
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Debug|x64.Deploy.0 = Debug|x64
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Debug|x86.ActiveCfg = Debug|x64
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Release|ARM.ActiveCfg = Release|x64
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Release|ARM.ActiveCfg = Release|ARM64
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Release|ARM64.ActiveCfg = Release|ARM64
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Release|ARM64.Build.0 = Release|ARM64
{B1375D62-16A8-4E97-8E34-A3DCCCE0CA6B}.Release|ARM64.Deploy.0 = Release|ARM64
Expand All @@ -121,13 +121,13 @@ Global
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Debug|ARM64.Build.0 = Debug|ARM64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Debug|x64.ActiveCfg = Debug|x64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Debug|x64.Build.0 = Debug|x64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Debug|x86.ActiveCfg = Debug|Win32
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|ARM.ActiveCfg = Release|ARM
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Debug|x86.ActiveCfg = Debug|x64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|ARM.ActiveCfg = Release|ARM64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|ARM64.ActiveCfg = Release|ARM64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|ARM64.Build.0 = Release|ARM64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|x64.ActiveCfg = Release|x64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|x64.Build.0 = Release|x64
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|x86.ActiveCfg = Release|Win32
{E0C31EA1-DB35-438A-B840-EFD8C43E4409}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 08ce37c

Please sign in to comment.