Welcome to mirror list, hosted at ThFree Co, Russian Federation.

premake4.lua « CsConsoleApp « project « samples - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3e6c01f3bc77d662a168919fe293f129e34c46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project "CsConsoleApp"

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