Last active
August 29, 2015 14:28
-
-
Save deathbeam/4d022f5de4519bdded3b to your computer and use it in GitHub Desktop.
Kaizo example project in current state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project('kaizo') | |
name = 'kaizo' | |
version = '0.0.1' | |
namespace = 'Kaizo' | |
csharp = { | |
type = 'exe', | |
source = '../../src', | |
output = 'out', | |
configuration = 'Release', | |
namespace = 'Kaizo', | |
platform = 'x86', | |
framework = 'v4.0' | |
} | |
dependencies = { | |
'System', | |
'System.Core', | |
'Microsoft.Build', | |
'Microsoft.Build.Framework', | |
'NLua_Safe:*', | |
'Mono.NuGet.Core:*', | |
'Microsoft.Web.Xdt:*' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment