Read and write config as xml

This commit is contained in:
Thraix
2019-10-13 19:59:43 +02:00
parent 7a62789382
commit f3ab790912
10 changed files with 452 additions and 220 deletions
+14
View File
@@ -0,0 +1,14 @@
<makegen>
<configuration name="Release">
<define>_DEBUG</define>
<generatehfile>false</generatehfile>
<hfile>MakeGen.h</hfile>
<outputdir>bin/</outputdir>
<outputname>makegen</outputname>
<outputtype>executable</outputtype>
<projectname>MakeGen</projectname>
<srcdir>src/</srcdir>
</configuration>
<target>Release</target>
<version>v1.3.0</version>
</makegen>