diff --git a/src/Generator/Generator.lua b/src/Generator/Generator.lua new file mode 100644 index 00000000..6d8ade75 --- /dev/null +++ b/src/Generator/Generator.lua @@ -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" +