diff --git a/examples/aobench/aobench.vcxproj b/examples/aobench/aobench.vcxproj index 3be6bdb3..bfd80f3d 100755 --- a/examples/aobench/aobench.vcxproj +++ b/examples/aobench/aobench.vcxproj @@ -102,6 +102,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -115,6 +117,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -130,6 +134,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console @@ -147,6 +152,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console diff --git a/examples/mandelbrot/mandelbrot.vcxproj b/examples/mandelbrot/mandelbrot.vcxproj index db33453b..609c5a32 100755 --- a/examples/mandelbrot/mandelbrot.vcxproj +++ b/examples/mandelbrot/mandelbrot.vcxproj @@ -1,4 +1,4 @@ - + @@ -81,6 +81,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -94,6 +96,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -109,6 +113,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console @@ -126,6 +131,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console @@ -158,4 +164,4 @@ - + \ No newline at end of file diff --git a/examples/mandelbrot_tasks/mandelbrot_tasks.vcxproj b/examples/mandelbrot_tasks/mandelbrot_tasks.vcxproj index ba3687cb..cd2fb5e9 100755 --- a/examples/mandelbrot_tasks/mandelbrot_tasks.vcxproj +++ b/examples/mandelbrot_tasks/mandelbrot_tasks.vcxproj @@ -81,6 +81,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -94,6 +96,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -109,6 +113,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console @@ -126,6 +131,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console diff --git a/examples/options/options.vcxproj b/examples/options/options.vcxproj index 5b8f709b..556ecaaf 100755 --- a/examples/options/options.vcxproj +++ b/examples/options/options.vcxproj @@ -1,4 +1,4 @@ - + @@ -82,6 +82,8 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) 4305 + true + Fast Console @@ -96,6 +98,8 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) 4305 + true + Fast Console @@ -112,6 +116,7 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) 4305 + Fast Console @@ -130,6 +135,7 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) 4305 + Fast Console @@ -165,4 +171,4 @@ - + \ No newline at end of file diff --git a/examples/rt/rt.vcxproj b/examples/rt/rt.vcxproj index 4a893a8f..d0bb899a 100755 --- a/examples/rt/rt.vcxproj +++ b/examples/rt/rt.vcxproj @@ -1,4 +1,4 @@ - + @@ -81,6 +81,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -94,6 +96,8 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + Fast Console @@ -109,6 +113,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console @@ -126,6 +131,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + Fast Console @@ -162,4 +168,4 @@ cl /E /TP %(Filename).ispc | ispc -O2 - -o %(Filename).obj -h %(Filename)_ispc.h - + \ No newline at end of file