I couldnt find a way to do this:
i.e. i have myFuncions.cs
file somewhere in my pc (i.e. D:\myFuncions.cs
)
I might update this file everyday (add other methods). I want to include/reference that file in different solutions/projects (but not using "import" way, but always including that source file directly).