I would like to place partial path to my references in my .target/.user file. For example MylibraryPath
some thing similar to MSBuildToolsPath
but my own custom path.
Later I would import my .target file into my .csproj and use MylibraryPath as $(MylibraryPath)\Reference\Win32\Release
say.
How do I define MylibraryPath
in my target fil. Can you please create a sample target file for me?
Thanks a lot!