misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / guiAndGfx / skinning / SkinProject.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "SkinProject",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "SkinProject",
8       "Libraries" : [
9          "ecere"
10       ]
11    },
12    "Configurations" : [
13       {
14          "Name" : "Debug",
15          "Options" : {
16             "Debug" : true,
17             "Optimization" : "None",
18             "PreprocessorDefinitions" : [
19                "_DEBUG"
20             ],
21             "FastMath" : false
22          }
23       },
24       {
25          "Name" : "Release",
26          "Options" : {
27             "Optimization" : "Speed",
28             "FastMath" : true
29          }
30       },
31       {
32          "Name" : "MemoryGuard",
33          "Options" : {
34             "Debug" : true,
35             "MemoryGuard" : true,
36             "PreprocessorDefinitions" : [
37                "_DEBUG"
38             ],
39             "FastMath" : false
40          }
41       }
42    ],
43    "Files" : [
44       "form1.ec",
45       "SimSkin.ec"
46    ],
47    "ResourcesPath" : "res",
48    "Resources" : [
49       "bottomBorder.png",
50       "bottomLeftBorder.png",
51       "bottomRightBorder.png",
52       "downLeft.png",
53       "downMiddle.png",
54       "downRight.png",
55       "leftBorder.png",
56       "NEWtopBorder.png",
57       "rightBorder.png",
58       "scrollDown.png",
59       "scrollUp.png",
60       "scrollVert.png",
61       "thumbDown.png",
62       "thumbUp.png",
63       "thumbVert.png",
64       "topBorder.png",
65       "topLeftBorder.png",
66       "topRightBorder.png",
67       "upLeft.png",
68       "upMiddle.png",
69       "upRight.png"
70    ]
71 }