I'm a C++ programmer, currently learning C#. just wonder how do i set the following configuration in a C# project which i usually do in a C++ project?
1)Additional Include Directories (any .h files not in project directory, C# .cs file need add? or just add in project?)
2)Preprocessor Definitions (got such thing in c#?)
3)Additional library Directories (library files directories path)
4)Additional Dependencies (lib file names)