Add premake scripts for c# projects

This commit is contained in:
Jan
2019-10-22 11:32:19 +02:00
parent 0d103e24a5
commit d213bab3f2
21 changed files with 74 additions and 354 deletions

View File

@ -13,7 +13,7 @@ function ZoneCommonTests:project()
project "ZoneCommonTests"
targetdir(TargetDirectoryTest)
location "%{wks.location}/test"
location "%{wks.location}/test/%{prj.name}"
kind "SharedLib"
language "C++"
@ -26,7 +26,4 @@ function ZoneCommonTests:project()
ZoneCommon:include()
ZoneCommon:link()
-- Disable warnings. They do not have any value to us since it is not our code.
warnings "off"
end