c# - Visual Studio (2013.4) replaces Hintpath with Relative Path -
I recently tried to work with echonogem templates but I had to realize that the Visual Studio replaces the hintpath with a relative path.
Project file:
& lt; Include References = "Monogam. Framework" & gt; & Lt; HintPath & gt; .. .. .. .. \ .. \ .. \ .. \ Program Files (x86) \ mono game \ v3.0 \ assembled \ windows \ mono gate.framework.dll & lt; / Hintpath & gt; & Lt; / References & gt; Template file:
& lt; Include References = "Monogam. Framework" & gt; & Lt; HintPath & gt; $ (MSBuildProgramFiles32) \ MonoGame \ v3.0 \ Assemblies \ Windows \ MonoGame.Framework.dll & lt; / HintPath & gt; & Lt; / References & gt; Why does the Visual Studio change these paths, and how can I stop that Visual Studio?