« Return to Thread: MonoDevelop2 - Environment Variables in Solution File

MonoDevelop2 - Environment Variables in Solution File

by Timothy Graupmann :: Rate this Message:

Reply to Author | View in Thread


MonoDevelop 2.0 developers

I just realized that MonoDevelop does not support environment variables in the solution file. These variables work in Visual Studio when used in the path to the project files.

For example: (snippet from solution)

---

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyProjectX", "%UNITY_PROJ_PATH%MyProjectX\MyProjectX.csproj", "{2FA57B34-5175-45CF-9506-738B549518A6}"
        EndProjectSection
EndProject

---

Please add %environment_variable% solving.

Thanks,

~Tim Graupmann
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

 « Return to Thread: MonoDevelop2 - Environment Variables in Solution File