Understanding Visual Studio 2022 builds

Hello, newb question.

I’m experienced with C++, C#, and older versions of Visual Studio.

I’m just starting a project with VS2022. Is there an explanation of the build process anywhere?

I used the templates to create source for loading a library as part of module. I see how it loads ExampleLibrary.dll, but don’t see how Visual Studio is configured to build the DLL. I’d look pretty silly if I release my project with the dll named “ExampleLibrary.” :wink:

Thanks