Question:
How do I set the library paths as system variables in .NET environment manually?

Answer:
When adding or including the library paths, the setting only applies to that particular project. To set the library paths as system variables in your IDE, you will have to add them by going to Tools -> Options -> Intel(R) Fortran -> General -> Project Directories. By doing this, you will not have to add paths to each individual project.