MPI Project Template for VS2010
Posted by: The Moth,
on 06 Nov 2009 |
View original | Bookmarked: 0 time(s)
If you are developing MS MPI applications with Visual Studio 2010, you are probably tired of following some tedious steps for every new C++ project that you create, similar to the following:1. In Solution Explorer, right-click YourProjectName, then click Properties to open the Property Pages dialog box.2. Expand Configuration Properties and then under VC++ Directories place the cursor at the beginning of the list that appears in the Additional Include Directories text box and then specify the location...