I have a nuget package like:
/build/SharedTargets.targets
/content/File.cs
SharedTargets.targets looks like:
<Compile Include="$(MSBuildThisFileDirectory)\..\content\File.cs">
<Link>File.cs</Link>
<Visible>True</Visible>
</Compile>
Is there a way how to reference the content files in more elegant way ? I.E. how to construct relative path to content properly.