Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4032
How specify relative assembly reference using Project Upgrade Utility
posted

Hello,

I have used project upgrade utility for upgrading my solution (10 projects, 200 references over all). I use team foundation server and I have copied all assemblies into a folder under the project solution root. Running the project upgrade utility with specific folder, alle projects are updated but the <HintPath> in the project files contains the full path including drive letter.

<HintPath>C:\VS.NET\MyProject\Source\SolutionItems\Assemblies\Infragistics\V15.2.20152.2052\Infragistics4.Win.Misc.v15.2.dll</HintPath>

How I can force that relative path are saved to the project files?

If do so manually for a reference, <HintPath> is saved relative:

<HintPath>..\SolutionItems\Assemblies\Infragistics\V15.2.20152.2052\Infragistics4.Shared.v15.2.dll</HintPath>

Thanky you for any help.

Regards

Markus