It would be nice if it were possible to reference .wit files from outside the .csproj directory, such as: ```xml <ItemGroup> <Wit Update="..\calculator.wit" World="hostapp"/> </ItemGroup> ``` However this doesn't currently seem to generate the bindings. This would be useful to share .wit files between importing and exporting projects, rather than having duplicate files that need to be kept in sync.