Skip to content

Instantly share code, notes, and snippets.

@deathbeam
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deathbeam/4d022f5de4519bdded3b to your computer and use it in GitHub Desktop.
Save deathbeam/4d022f5de4519bdded3b to your computer and use it in GitHub Desktop.
Kaizo example project in current state
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