This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/samples/project/CsConsoleApp/premake4.lua

13 lines
241 B
Lua
Raw Normal View History

project "CsConsoleApp"
kind "ConsoleApp"
language "C#"
files { "**.cs", "**.bmp", "**.resx", "**.config" }
libdirs { "../lib" }
links { "CsSharedLib", "CppSharedLib", "System" }
configuration "*.bmp"
buildaction "Embed"