misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / db / MedDB / med.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "med",
4    "Options" : {
5       "Profile" : false,
6       "StrictNameSpaces" : false,
7       "TargetType" : "Executable",
8       "TargetFileName" : "med",
9       "Libraries" : [
10          "ecere"
11       ],
12       "Compress" : false
13    },
14    "Configurations" : [
15       {
16          "Name" : "Debug",
17          "Options" : {
18             "Debug" : true,
19             "PreprocessorDefinitions" : [
20                "_DEBUG"
21             ],
22             "Console" : true,
23             "FastMath" : false
24          }
25       },
26       {
27          "Name" : "Release",
28          "Options" : {
29             "Optimization" : "Speed",
30             "FastMath" : true
31          }
32       },
33       {
34          "Name" : "MemGuard",
35          "Options" : {
36             "Debug" : true,
37             "MemoryGuard" : true,
38             "PreprocessorDefinitions" : [
39                "_DEBUG"
40             ],
41             "Console" : true,
42             "FastMath" : false
43          }
44       }
45    ],
46    "Files" : [
47       "med.ec",
48       "mainForm.ec"
49    ],
50    "ResourcesPath" : "",
51    "Resources" : [
52
53    ]
54 }