MichalStrehovsky / zerosharp

Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.
2.02k stars 105 forks source link

Is it possible to integrate the build with the solution rather then using a cmd file for .net 5? #13

Closed Shadowblitz16 closed 3 years ago

Shadowblitz16 commented 3 years ago

Is it possible to integrate the build with the solution rather then using a cmd file for .net 5? image

MichalStrehovsky commented 3 years ago

Yes, https://github.com/MichalStrehovsky/zerosharp/commit/26b8800c63f2ddbbfc1927861299008a59f916d9 made it so that we have csproj files for these.