This template contains a Beef project. To use this template, you can use "Use this template" button to clone this template.
After that, you need to replace each #ProjectName
in the project files to intended project name.
You might also change project type in BeefProj.toml
to intended project type. The default project type is BeefLib
which describes a Beef library.
According to this file these are available project types for TargetType
:
BeefConsoleApplication
BeefGUIApplication
BeefLib
CustomBuild
BeefTest
BeefApplication_StaticLib
BeefApplication_DynamicLib
BeefLib_Static
BeefLib_Dynamic
C_ConsoleApplication
C_GUIApplication