-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Project Template Help #378
Comments
So I ended up creating a custom wizard to get the variables I need to build the project correctly. Now I am running into two issues.
Thanks, |
@sayedihashimi any ideas? |
@Bobisback were you able to figure out a solution to your issue? |
@RandomlyKnighted Ya I found a solution. Give me a day or so to dig up all the info it, it was a bit in depth. If you do not hear from me in a couple of days hit me up again. |
Sounds good, looking forward to hear your solution. |
Hello All,
First off this is not a bug, I am just trying to figure out how to do something.
So I managed to get my mutiproject template up and running with the help of Sayed (Thanks man!) Now I am trying to setup my Project template I need that goes with this muti project template as well as a couple of item templates. First I wanna start with my Project template.
So I wanna create a project template that replaces certain things in the project, the issue is I am not sure how to get those things. I am thinking a custom wizard would work I am just not sure how to build one with Side Waffle. First off this project template will only be created in an existing solution (in fact it will only work with my muti project template.) So I need 3 parameters and I am not sure if I can get them from the project or if I need a wizard to get them.
Below is an example of how I envision this to work. lets say I have a solution called MyProject. I would want to add a new project template called Example and this is what it should do.
Replaced values
MyProject (Solution name)
MyProject.Modules.ExampleModule (Project name)
ExampleModule.cs (File Name)
"Example Module" (String literal in the .cs file, not sure if this is possible)
Unreplaced Values
$rootnamespace$ .Modules.$safeprojectname$Module (Project name)
MyProject (Solution name)
$safeprojectname$Module.cs (File Name)
"$safeprojectname$ Module" (String literal in the .cs file)
Is this even possible? If so what would I need to do to do something like this?
Thanks,
Bob
The text was updated successfully, but these errors were encountered: