|
Browse by Tags
All Tags » Project ( RSS)
-
Actually I test it and, yes, it save the sln file with the change but it does not fire any event :( If I add the ProjectService.SaveSolution instead of just solution.Save() it will fire the event but it also will save all the projects. That is not that bad, but the best will be to only save the sln file...
Posted to
Forum
by
smoldok
on
03-16-2007
Filed under: Project
-
Hi, Is there any event that get fired when I click the delete key to delete a SolutionItem in the solution? The solution item is a TXT under the Solution Items folder in the solution. I tryed SolutionSaved but it is not fired, actually the solution does not change till I close the solution. If I'm not...
Posted to
Forum
by
smoldok
on
03-15-2007
Filed under: Project
-
Hi, I'm working on a wizard that get called when I create a new project. The idea is to use the same wizard in differents projects templates so here is my question. My question is how I can pass parameters to the wizard? I don't see any tag that I can store my own metadata for my wizard parameters. thanks...
Posted to
Forum
by
smoldok
on
02-28-2007
Filed under: Project
-
Hi, I'm trying to write an addin to restrict an specific type of file to be added only once in a project. And to restrict the deletion of it after one is added. How can I do this? The ProjectService.ProjectItemAdded and ProjectService.ProjectItemRemoved look like the right events to hook but they fire...
Posted to
Forum
by
smoldok
on
02-09-2007
Filed under: Project
-
Hi. I want to write an addin command that adds a file to a project. The code I tried didn't work: IProject p = ProjectService.CurrentProject; ProjectItem pi = new FileProjectItem(p, ItemType.Content); pi.Include = filename; pi.FileName = filename; p.Items.Add(pi); p.IsDirty = true where "filename"...
Posted to
Forum
by
itaibh
on
10-27-2006
Filed under: Addin, Project, Command, Item
-
Hello, I have created a new Item Template for use in my projects. I would like to create a Wizard for the Template to prompt the user for some parameters and then have the substitutions made in the generated output. I have looked high and low and the only references I can find are for VisualStudio using...
Posted to
Forum
by
rrogers
on
02-03-2008
Filed under: extending #develop, Addin, Project, Item
-
Hi, Are there any way to change the project properties from an addin? I found how to add/remove file but I want to change properties like the target directory, assembly name,the default namespace, build events,etc. thanks, sean
Posted to
Forum
by
smoldok
on
02-09-2007
Filed under: extending #develop, Project
Page 1 of 1 (7 items)
|
|
|