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

@ -97,7 +97,7 @@ include "src/ZoneWriting.lua"
group "Components"
Crypto:project()
Utils:project()
--ZoneCodeGenerator:project()
ZoneCodeGenerator:project()
ZoneCommon:project()
ZoneLoading:project()
ZoneWriting:project()
@ -117,6 +117,6 @@ include "test/ZoneCommonTests.lua"
-- Tests group: Unit test and other tests projects
group "Tests"
--ZoneCodeGeneratorTests:project()
ZoneCodeGeneratorTests:project()
ZoneCommonTests:project()
group ""