CMS Analysis Unit - Analysis Units creation - Duplicate Analysis Units created in a CPP project when we have both .vcproj and .vcxproj file
Purpose
Purpose of this page is to explain what needs to be done when we have multiple project files (project files from the older version of the build ex: VCbuild and from the new build ex: MSBuild) pointing to the same source and
DMT discovers different analysis units for each file
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Action Plan
If the .Net source has multiple project files pointing to the same source DMT still finds both of them as different projects because this information is left to the customer’s decision as in which project to be included in the analysis.

To Avoid this you can un-select the project in DMT
And then deliver it
orYou can select to ignore all the .vcxproj projects.

Notes/comments
Related Pages