How do I create a new project from an old project in Visual studio? MVC 5 C# Entity
How do I create a new project from an old project, without causing conflicts with the original program. I would like to make a diffrent variation of the project. but 90% of the code is the same.
I want it to have a different project name an number. Do I create the project, then copy the files over. and will the entity work? When I tried this and got a large number of files that where excluded from the project.