I would like to add a file to the current open solution, but not just a file but a certain file that i have in my vspackage.
to be more accurate, after the user click a button on my VSpackage toolWindow i'll generate a file and add it to my VsPackage project. then, by request of the user (again from the toolwindow) i need to add that file to the user's project, or to show it as a docked window (the file is a .dgml).
is it possible? and if yes, can someone help me to get this started?