views:

2460

answers:

3

What steps do I need to do in the Visual Studio configuration to make sure my app statically links all its dependencies?

A: 

You will need to clarify what you mean by 'all its dependencies'?

Many (most) of the DLLs which a Windows app is dependant on are part of the OS, so you can't avoid depending on at least some of them.

Given who the poster is, I assume this question is some kind of plant.

Will Dean
+1  A: 

It wasn't a plant. I'm just seeding the database :) It was something I just had to do and wanted to add it here for posterity.

Michael Pryor