misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / installer / coursework / Chapter 1 - Getting Started / Lab1.2 / HelloForm.epj
index 23cb864..c38ac72 100644 (file)
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],
@@ -35,4 +37,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}