What is the best way to duplicate a .csproj (for creating the same app
with different named exes)?
I have a solution in visual studio where one project (.csproj) is set to
create an exe. I would need to create a duplicate copy of this project so
that I can name it something different and change the icon for it. (All of
the rest of the projects can stay the same)
I am using conditional compilation symbols for that project, but I don't
want to create a whole separate solution configuration because that
requires expensive rebuilding of the entire solution.
No comments:
Post a Comment