Comentario
05-19-2017
11:37 AM
05-19-2017
11:37 AM
You're going to get in trouble if you use multiple Shared Parameter files.
You really only want to have one file for everything.
The Shared Parameter file contains a unique GUID for each parameter in it.
If you have a parameter by the same name in two different SP files, they WILL have a different GUID and you can end up with duplicates in your project.
Also, which file do you use for Tags?
A Tag created from a project based off one SP file will not work on a project based on a different SP file. The parameter may have the same name, but it won't work.
One file to rule them all!