misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / installer / coursework / Chapter 2 - Variables and Data Types / Lab2.4 / Lab2.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "Lab2",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "Lab2",
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             "Console" : true,
22             "FastMath" : false
23          }
24       },
25       {
26          "Name" : "Release",
27          "Options" : {
28             "Debug" : false,
29             "Optimization" : "Speed",
30             "FastMath" : true
31          }
32       }
33    ],
34    "Files" : [
35       "lab2.ec"
36    ],
37    "ResourcesPath" : "",
38    "Resources" : [
39
40    ]
41 }