

Lillian Moller Gilbreth, an industrial engineer and efficiency expert, invented the pedal bin in the 1920s for the disposal of kitchen waste. This feature is off by default, but can easily be enabled in the settings Who invented the bin? The bin folder holds binary files, which are the actual executable code for your application or library Can I delete BIN and OBJ folders?ĭelete bin and obj folders The bin and obj folders are usually safe to delete since they are automatically generated when the solution/project is being build by Visual Studio/MSBuild. They’re essentially fragments that will be combined to produce the final executable. The obj folder holds object, or intermediate, files, which are compiled binary files that haven’t been linked yet. The following macro gets the absolute output build folder for the active configuration of each project of a solution. What is output path in Visual Studio?Ī Visual Studio project can have several project configurations, each one with a different output build folder that is set in the project properties window, Compile/Build section, Build output path. You can change this path if you are using a different working folder. The Projects location field defines the default location for storing new projects. Expand Projects and Solutions and click Locations. How do I change the path in Visual Studio?
