@ -35,6 +35,7 @@ function SetupExampleProject()
debugdir "."
files { "**.cs", "./*.lua" }
excludes { "obj/**" }
links
{
"CppSharp",
@ -6,6 +6,7 @@ project "CppSharp.CLI"
language "C#"
files { "**.cs" }
vpaths { ["*"] = "*" }
@ -7,6 +7,7 @@ project "CppSharp"
clr "Unsafe"
@ -4,6 +4,7 @@ project "CppSharp.Generator.Tests"
SetupManagedProject()
libdirs
@ -6,7 +6,7 @@ project "CppSharp.Generator"
files { "**.cs", "**verbs.txt" }
excludes { "Filter.cs" }
excludes { "obj/**/*", "Filter.cs" }
dependson { "Std-symbols" }
@ -24,6 +24,7 @@ project "CppSharp.Parser"
removefiles { "BuildConfig.cs" }
if generate_build_config == true then
@ -6,6 +6,7 @@ project "CppSharp.Runtime"
filter { "action:not netcore"}