question

JamesJ-9502 avatar image
0 Votes"
JamesJ-9502 asked DavidLowndes-6766 answered

Can we set desktop application with different target platform?

I have created windows desktop C++/.NET application in WIndows 10 environment using VS 2019. My application should run in Windows 10, Windows server 2016 and 2019. Is there any way to set/enable my application should support different versions of platforms (Windows 10, Windows server 2016 and 2019) from my development. Is there any property or configuration available in VS 2019?

Can you please help me on this.

windows-uwpvs-generalvs-testing
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

DavidLowndes-6766 avatar image
0 Votes"
DavidLowndes-6766 answered

If you target the oldest version you want to support, the later ones should just work. Unless you're doing something specific (possibly strictly incorrect) that may not work in tighter secured sever environments you are unlikely to have a problem with server versions, but test on each platform to be sure.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.