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

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

	kind     "SharedLib"
	language "C#"
	files    { "*.cs" }

	configuration "Debug"
		targetdir "lib/debug"
		
	configuration "Release"
		targetdir "lib/release"