265bf32b2e4abf68eb5035323fd813fc88151030
[sdk] / samples / misc / licensing / licensing.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "licensing",
4    "Options" : {
5       "Warnings" : "All",
6       "Debug" : true,
7       "Optimization" : "None",
8       "PreprocessorDefinitions" : [
9          "_DEBUG"
10       ],
11       "TargetType" : "Executable",
12       "TargetFileName" : "licensing",
13       "Libraries" : [
14          "ecere"
15       ]
16    },
17    "Configurations" : [
18       {
19          "Name" : "V1"
20       },
21       {
22          "Name" : "V2",
23          "Options" : {
24             "PreprocessorDefinitions" : [
25                "SAMPLE_V2"
26             ],
27             "FastMath" : false
28          }
29       }
30    ],
31    "Files" : [
32       "licensing.ec",
33       "../../../extras/gui/LicensesDialog.ec"
34    ],
35    "ResourcesPath" : "../../../extras/res",
36    "Resources" : [
37       {
38          "Folder" : "./licenses",
39          "Files" : [
40             "../../../extras/res/licenses/ecere.LICENSE",
41             "../../../extras/res/licenses/png.LICENSE",
42             "../../../extras/res/licenses/tango.COPYING",
43             "../../../extras/res/licenses/zlib.README",
44             "myapp.LICENSE"
45          ]
46       }
47    ]
48 }