I am working on a project that has a number of modules that I\'d like to apply access control constraints to. I\'d also like to have my project contain additional documentation
You can tell VS to pass arbitrary flags to the compiler upon build by right clicking on your project in Solution Explorer and clicking "Properties." Under the "Build" tab fill in "Other flags".
Specifying --sig:<Some path>
(with support for msbuild-style $(Variable)
settings) will auto-generate a single combined .fsi
for your library.