DEaling with Properties in .??proj when the original definition is in a nested .props file... #46
Replies: 2 comments
-
PRogress of a sort... For now I have been able to "override" the property (when it is found) by adding it to the .vcxProj.... This will "Get me through the night (darn, it is almost morning), and even through the (holiday) weekend.... But this is a poor solution as desired value not occurs in each relevant .vcxproj (literally 4000+) rather that in one single .props file... |
Beta Was this translation helpful? Give feedback.
-
Because you're really trying to work with different nodes. Process of the evaluation is recursive as I was sayng earlier. And historically you need to process this separately if you want to modify something deep below other nodes (different parent). MvsSln provides even this MvsSln/MvsSln/Projects/PropertyItem.cs Lines 73 to 76 in 9ce5885 And this MvsSln/MvsSln/Core/IXProject.cs Line 181 in 9ce5885 Try to use some cheat sheet from this projects: |
Beta Was this translation helpful? Give feedback.
-
My goes is (still) to identify settings, be able to report on them, then be able to standardize them.... Hereis an example along with the error i am getting...
Also, many properties that are defined in a nested .props fail I have been unsuccessful in finding...
Then in the vcxProj...
Beta Was this translation helpful? Give feedback.
All reactions