algorithmic modeling for Rhino
Hi everybody!,
I have a little question about release&build managing in VS2010 (but I supose that will be the same for VS2008). I imagine that if you are coding a plugin and make different versions or releases you don't need to create a new project every time. I'm searching for a fast way to jump from an old release to a new one without manually copying all the files of the old project to the new one and increase the Assembly and/or File version number by one (Assembly Information window).
Is there any option to automate the process or to make it less painful?
Targets:
Best regards and thanks in advance.
Tags:
Use build configurations and conditional compilation symbols for this. You can create new build configurations and then define new symbols in those configurations. This lets you place #if {symbol} #endif blocks around code that you want to only show up in certain configurations.
If you aren't using a version control system like svn or git, learn to. It is an incredibly useful tool and one that every person writing code should try to learn.
-Steve
I'm installing and using Github, is really nice and useful, but I haven't found any manual of good practices in Git. Indeed I'm learning reading tutorials and other resources, but looking at other people github repositories too. I've seen that people usually only use one branch in github, but that have no sense for me: if you modify the main structure of your code is not better to create a new branch to keep writing code in that direction? Perhaps I don't understand branch purpose or logic...
Any suggestion to read about?
Thanks! I'm on it now. It looks really useful and everybody use it...because of that I've decided to learn about.
I'll read about conditional compilation symbols, thanks for the tip.
I reply myself. Some resources I have found.
I hope this helps someone in my same learning situation.
Already did! Thanks. :)
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by