misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / games / cards / tongIts / tongIts.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "tongIts",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "tongIts",
8       "Libraries" : [
9          "ecere"
10       ],
11       "Console" : false
12    },
13    "Configurations" : [
14       {
15          "Name" : "Default",
16          "Options" : {
17             "Debug" : true,
18             "Profile" : false,
19             "Optimization" : "None",
20             "FastMath" : false
21          }
22       }
23    ],
24    "Files" : [
25       "tongits.ec"
26    ],
27    "ResourcesPath" : "",
28    "Resources" : [
29       "../res/cards.pcx",
30       "../res/ecereCard.png"
31    ]
32 }