This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Use an existing project to make a new project

Hi...

I have have a project, and i want to use it as the base/template for a new project...

Where is the "Save Project As" in the project menu ?

Also if you want to rename a project, you could use the "Save as New Project" if there was such a menu item

thanks
Ray

Parents
  • The .uv2 (and .opt) project files are just plain ASCII text - so you can edit them manually...

    The structure isn't hard to work-out.

    Entirely at your own risk, of course - as it says at the top of the file:

    ### uVision2 Project, (C) Keil Software
    ### Do not modify !
    

    (seems a bit dubious whether Keil can really claim copyright to your project file...)

Reply
  • The .uv2 (and .opt) project files are just plain ASCII text - so you can edit them manually...

    The structure isn't hard to work-out.

    Entirely at your own risk, of course - as it says at the top of the file:

    ### uVision2 Project, (C) Keil Software
    ### Do not modify !
    

    (seems a bit dubious whether Keil can really claim copyright to your project file...)

Children
No data