Finite.Cpp.Sdk icon indicating copy to clipboard operation
Finite.Cpp.Sdk copied to clipboard

(Work in Progress) C/C++ compilation support for .NET Core projects

Results 7 Finite.Cpp.Sdk issues
Sort by recently updated
recently updated
newest added

Closes #6 I have no idea if this builds on Linux. Probably not. Either way, I'll use this PR to track Visual Studio support. ### C++ Projects - [x] Loading...

enhancement

We'll need to write a CPS... something or other for this. I'm not the most familiar with Visual Studio internals, so my efforts until now have mostly been focused on...

enhancement
help wanted

Two-way bindings without much hassle should be possible, eventually. I think this will likely take the form of a separate package reference to extend the build based on which SDK...

This is an absolute must because it makes MSBuild in .NET Core *so* much nicer to work with. https://github.com/microsoft/msbuild/blob/master/documentation/ProjectReference-Protocol.md Assuming this is up to date, we could reference it while...

Right now it's just set to `$ORIGIN`, which works in a lot of cases, but probably won't work in all cases (e.g. dynamically loaded plugins)

enhancement

Because this would be totally useless without this! :) Overall idea so far is to separate compile and link into separate steps to allow incremental builds. Tasks under `src/Tasks/` roughly...

How do we want to do packages? There are three options I see: - NuGet (would this require NuGet to support us? I can't figure out how their MSBuild machinery...