misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / 3D / Animate3DS / Animate3DS.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "Animate3DS",
4    "Options" : {
5       "TargetFileName" : "Animate3DS",
6       "Libraries" : [
7          "ecere"
8       ]
9    },
10    "Configurations" : [
11       {
12          "Name" : "Debug",
13          "Options" : {
14             "Debug" : true,
15             "FastMath" : false
16          }
17       }
18    ],
19    "Files" : [
20       "Animate3DS.ec"
21    ],
22    "ResourcesPath" : "res",
23    "Resources" : [
24       "desktop.3ds",
25       "floor.jpg",
26       "wall_80.jpg"
27    ]
28 }