Quantcast
Channel: mpfproj Forum Rss Feed
Viewing all articles
Browse latest Browse all 23

New Post: Need help with MSFProj

$
0
0
Check the Part 2 link I provided initially http://msdn.microsoft.com/en-us/library/cc826178.aspx

Templates should be placed to the right place (see below) and when you register your package IDe gets the template information from attribute:
    [ProvideProjectFactory(
        typeof(SimpleProjectFactory),
        null,
        "Simple Project Files (*.zzproj);*.zzproj",
        "zzproj", "zzproj",
        ".\\NullPath",
        LanguageVsTemplate = "SimpleProject")]
from walkthrough: Add an XML file named SimpleProject.vstemplate to the \Templates\Projects__SimpleProject__\ folder.


The right place to put your vs templates would be - under IDE location folder with running them command
devenv.exe /InstallVSTemplates
you have no need to run this command if you run
devenv.exe /setup 
as /setup includes templates installing

Viewing all articles
Browse latest Browse all 23

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>