Base solution for your next web application
Open Closed

Renaming Entire Project #1243


User avatar
0
hodor created

Hello, for some reason, i want to rename my project. If i follow through [http://stackoverflow.com/questions/2043618/proper-way-to-rename-solution-and-directories-in-visual-studio]) this example would i acquire it succesfully since abp framework holds a lot of feature behind the scene. Did anyone try this before?


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    aspnetboilerplate.com web site has such a renaming feature as you probably know. It renames this project: <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/tree/master/src">https://github.com/aspnetboilerplate/mo ... master/src</a> to your project name by using AbpCompanyName and AbpProjectName placeholders. If you need, you can get the renaming code here: <a class="postlink" href="https://gist.github.com/hikalkan/014eecdae7c8d2677b192fcebcf5ba29">https://gist.github.com/hikalkan/014eec ... cebcf5ba29</a> You can create a simple console app using this code.

  • User Avatar
    0
    workguru created

    Just wanting to check if this method will still work on newer versions.

    We've been using AspNetZero for a few years, and are going to upgrade to the newest version, but need to change our Project name because it was generic when we started!