mirror of https://github.com/mono/CppSharp.git
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
project "Generator" |
||||||
|
kind "ConsoleApp" |
||||||
|
language "C#" |
||||||
|
location "." |
||||||
|
files { "**.cs", "**.bmp", "**.resx", "**.config" } |
||||||
|
excludes { "Filter.cs" } |
||||||
|
links { "Bridge", "System", "System.Core", "Parser" } |
||||||
|
platforms { "x32" } |
||||||
|
|
||||||
|
configuration "Debug" |
||||||
|
targetdir "../../bin" |
||||||
|
|
||||||
|
configuration "Release" |
||||||
|
targetdir "../../bin" |
||||||
|
|
||||||
Loading…
Reference in new issue