mirror of https://github.com/mono/CppSharp.git
8 changed files with 18 additions and 17 deletions
@ -1,10 +1,10 @@ |
|||||||
project "CppSharp" |
project "CppSharp" |
||||||
|
|
||||||
|
SetupManagedProject() |
||||||
|
|
||||||
kind "SharedLib" |
kind "SharedLib" |
||||||
language "C#" |
language "C#" |
||||||
flags { "Unsafe"} |
clr "Unsafe" |
||||||
|
|
||||||
SetupManagedProject() |
|
||||||
|
|
||||||
files { "**.cs" } |
files { "**.cs" } |
||||||
links |
links |
||||||
Loading…
Reference in new issue