Skip to content
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

Split MVC project into separate MVC3 and MVC4 projects #2

Merged
merged 1 commit into from
May 10, 2012
Merged

Conversation

yeurch
Copy link
Contributor

@yeurch yeurch commented May 9, 2012

As well as the existing MVC project (now in renamed folder Chirpy.MVC4), I have implemented an MVC3 project in the folder Chirpy.MVC3.

Made changes to MVC3 project to support MVC3, and remove Razor / Web Pages 2 syntax (such as @Html.DisplayNameFor) so that the MVC3 project should now work in a standard installation of MVC3.

Two solution files now exist, one for each of the two flavors of MVC.

Note: if you decide not to accept this pull request (I know you've been working on this problem yourself), then at least consider adding the change to .gitignore which helps exclude Visual Studio user specific files, and prevents NuGet packages from being accidentally committed.

…y.MVC4) and a new one in Chirpy.MVC3.

Made changes to MVC3 project to support MVC3, and remove Razor / Web Pages 2 syntax (such as @Html.DisplayNameFor).
MVC3 project should now work in a standard installation of MVC3.
Two solution files now exist, one for each of the two flavors of MVC.
dotnetcurry added a commit that referenced this pull request May 10, 2012
Split MVC project into separate MVC3 and MVC4 projects
@dotnetcurry dotnetcurry merged commit 83045ed into dotnetcurry:master May 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants