--

It's not possible to use a relative path. To make it possible to compile it in different machines, you can create a PowerShell script to replace the path with a valid path (using the same example that is presented in this article, this script would replace the absolute path of the Program.cs), and then add it to a prebuilt event (in the .csproj) that is executed before the application is compiled.

--

--

No responses yet