Changing the AnyCPU platform target for .NET app to x86Solved

In "Step 3 (option 1). Set the "Platform target" to x86" of your tutorial "Using TurboActivate with C#" [ref: https://wyday.com/limelm/help/using-turboactivate-with-csharp/], I have set the target platform to x86. But the "Solution Platform" box on the top bar of Visual Studio 2019 is still showing AnyCPU, and its dropdown is not giving an option to select x86. Does that matter or what I did in your step 3 would be good enough?

I got the solution from here: https://stackoverflow.com/a/9239301/1232087Just setting the platform target to x86 as explained in the step 3 of the following Wyday tutorial should be good enough: https://wyday.com/limelm/help/using-turboactivate-with-csharp/.