You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protobuild is a cross-platform project/solution generator for .Net. It is stable, active, and used by several high profile .Net projects (MonoGame, for one): http://protobuild.org/
There is a <NativeBinary> reference element to include native libraries. It can be made platform specific (Windows, Android, Linux, Mac), but can it be made CPU architecture specific (Windows32, Windows64, etc...)?
Protobuild has a cross-platform package management system, but can we make our "package" only include the main library and not all of the samples?
Can we make the samples a submodule of the main module without moving them to another repository?
Unity isn't one of the listed "platforms" - I'm guessing we count the .net 2.0 windows build as the unity build?
What about unit test projects? Can it generate unit test projects?
The text was updated successfully, but these errors were encountered:
Protobuild is a cross-platform project/solution generator for .Net. It is stable, active, and used by several high profile .Net projects (MonoGame, for one):
http://protobuild.org/
Using it might help to solve this issue:
#28
Notable unknowns:
<NativeBinary>
reference element to include native libraries. It can be made platform specific (Windows, Android, Linux, Mac), but can it be made CPU architecture specific (Windows32, Windows64, etc...)?The text was updated successfully, but these errors were encountered: