Where are a built application's imaged stored?

I’m new to building apps for Windows with Xojo (been working with Macs for years).

I’m curious to know where images dragged to the Xojo IDE are stored when an app is built. I note that built Windows apps aren’t single files (like they are on Macs - actually they’re bundles on Macs but that’s besides the point…) but merely an executable and a ‘Libs’ folder. The images added to the project aren’t within the ‘Libs’ folder so I’m wondering where they are.

There should be a “Resources” folder too.

[quote=60951:@Garry Pettet]I’m new to building apps for Windows with Xojo (been working with Macs for years).

I’m curious to know where images dragged to the Xojo IDE are stored when an app is built. I note that built Windows apps aren’t single files (like they are on Macs - actually they’re bundles on Macs but that’s besides the point…) but merely an executable and a ‘Libs’ folder. The images added to the project aren’t within the ‘Libs’ folder so I’m wondering where they are.[/quote]

They’re embedded in the executable file.

Thanks Joe.