Scaling objects based on resolutions and screen size

Hi all-
How do you scale objects based on resolution and screen size. I am making a level based 2d game in C# and I want the camera to see most of the level no matter what the screen size is. Thank you

Your objects will automatically be scaled based on resolution. You need to just adjust your camera until it displays the entire level.