Can I include a .targets file in a .props property sheet?
问题 I'm developing in C++ using Visual Studio 2012; I have about 25 projects in a solution that all use the same property sheet ( .props file). I now need every project that uses said props file to also use a specific .targets file. Instead of editing each of the 25 .vcxproj files to add an import tag (or adding the import via the GUI for each project), I'd like to put an import statement in the .props file they all already use. Is this even possible? I've tried adding the import statement that