microsoft / ifc-spec

IFC format specification
Creative Commons Attribution 4.0 International
71 stars 7 forks source link

Extend source files to store a file hash #138

Open cdacamar opened 10 months ago

cdacamar commented 10 months ago

There is a need to associate with every source file, a hash of its contents. We would like an IFC structure for that information. The MSVC compiler can workaround the lack of such structure with the following set up in IFC-43 using an MSVC-specific trait.

What is the IFC specification for that in general, independent of the toolset producing the IFC file?