Hello.
My question is simple - is there a good tutorial on how to create a custom project type for VS? I intend to develop a simple project type that will use a third party compiler. That's all. Right now I don't need any other functionality. Just source code files management and a few command lines for building, debugging and running project.
I searched the Internet and found that the msdn provides a lot of information (for example, here
My question is simple - is there a good tutorial on how to create a custom project type for VS? I intend to develop a simple project type that will use a third party compiler. That's all. Right now I don't need any other functionality. Just source code files management and a few command lines for building, debugging and running project.
I searched the Internet and found that the msdn provides a lot of information (for example, here
https://msdn.microsoft.com/en-us/library/bb164643.aspx), but it is really hard to understand for a person who don't have a very deep insight on how VS works.
The closest solution I found here (
http://mikehadlow.blogspot.ru/2007/03/building-visual-studio-custom-project.html), but it is obsolete.
Thanks in advance.