I just want to say I really appreciate the time you spend on this guide. However, there is a problem with getting Visual Studio Express 2008. The download is no longer available from the Microsoft download center. So my question is. Has MaNGOS and ScriptDev2 been updated and completely compatible for use with Visual Studio Express 2010. If not maybe that issue can be dealt with. Or at least provide us with a valid download link for the 2008 version of Visual Studio Express. I was able to find a download for it from 9down. I don't really trust stuff that isn't from the original developers.
Once again thank you for this great guide and I hope all goes well.
I got this info from the Microsoft site. It explains how to make a property sheet for your projects.
----------------------------------------------------------------------------------------------------------
How to: Add New Property Sheets to C++ Projects
Visual Studio 2010
This topic describes how to create new Property Sheets (C++), and add them to your C++ projects.
To create a project property sheet
1. Open your solution in the Visual Studio IDE.
2. From the View menu, select the Property Manager menu item. The Property Manager window appears docked on the left of the IDE.
3. In Property Manager, right-click the project that will contain the new property sheet, and then select the Add New Project Property Sheet menu item.
4. In the Add New Item dialog box, enter the name of the new property sheet in the Name text box.
5. Click Add.
The new property sheet will appear as a node in the tree view of the Property Manager window.
Here is the link to all info about Property Sheets.
http://msdn.microsoft.com/en-us/library/a4xbdz1e.aspx?appId=Dev10IDEF1&l=EN-US&k=k%28VS.TOOLSOPTIONSPAGES.PROJECTS.VCDIRECTORIES%29&rd=true