ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Project References are removed. #85

Open tangrl opened 8 years ago

tangrl commented 8 years ago

I tried the code and fix the solution/project folder structure. The is a problem though. When the following line is executed, all Project references in the project file will be removed by Visual Studio. So after the solution is created, we need manually add back the references to the projects in the same solution. Are you experiencing the same issue?

_solution.Remove(project);

Thanks!

Richard

sayedihashimi commented 8 years ago

I'm not following you what do you mean?