xamarin / binding-tools-for-swift

MIT License
157 stars 21 forks source link

[Project Layout] Refactor SwiftRuntime{,.Mac,.iOS}.csproj #810

Open stephen-hawley opened 7 months ago

stephen-hawley commented 7 months ago

There should be a common project referenced from each project. Are these the only files in the ..\SwiftRuntimeLibary* folder and it's subfolders? If so consider using a globbing pattern to include them, or since this seems to be duplicated in the iOS project, use a shared project to add the files to both.

_Originally posted by @mcumming in https://github.com/xamarin/binding-tools-for-swift/pull/807#discussion_r1463314812_