Browse Source

Add missing Generator.lua project file.

pull/1/head
Tarmo Pikaro 13 years ago committed by triton
parent
commit
4382861a2b
  1. 15
      src/Generator/Generator.lua

15
src/Generator/Generator.lua

@ -0,0 +1,15 @@ @@ -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…
Cancel
Save