I'm getting started with Visual Studio 2010 Express. A simple "Hello world" program (with a window and a command button) is being compiled with .net assembles, so it will require a .net to run.
Is there a way to set up Visual Studio to compile the code natively without using .net dependencies? Just a plain executable without .net dependencies.