Visual Studio equivalent to "Custom Xcode Resource Folders"?

I am using Projucer to create an Xcode exporter for Mac OS X. I am using “Custom Xcode Resource Folders” to specify a folder “sc” with over 5,000 text files, which shows up in my bundle as “Contents/Resources/scl”. The nice thing about this is that the 5,000 files are not individually added to Projucer–just the folder.

I’m now creating the Windows version of my plugin, and I cannot find a way in Projucer to make this folder available at runtime. i.e., the Visual Studio solution has no reference to the “scl” folder.

Full disclosure: I have lots of Mac/iOS experience, and zero Windows experience.

1 Like