mirror of https://github.com/mono/CppSharp.git
c-sharpdotnetmonobindingsbridgecclangcpluspluscppsharpglueinteropparserparsingpinvokeswigsyntax-treevisitorsxamarinxamarin-bindings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
366 B
15 lines
366 B
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" |
|
|
|
|