I consistently have to add directx lib files etc to all of my projects, dependencies, linker stuff etc...
Is there a file I can copy across that has all that stuff.. and I just copy it to every project that needs it?
I consistently have to add directx lib files etc to all of my projects, dependencies, linker stuff etc...
Is there a file I can copy across that has all that stuff.. and I just copy it to every project that needs it?
Yes. You have the option of creating a property sheet that can be added to new or existing projects. Here are the basic steps.
Once you've created the property sheet you can add it to new or existing projects in much the same way.
I don't recommend copying into each project or solution directory but rather keep in in a central place much like you would a third party library (i.e. Boost).