Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 858 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 858 Bytes

New Beef Project

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.

Beef Project Types

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