|
|
@ -7,8 +7,8 @@ |
|
|
|
<Option compiler="gcc" /> |
|
|
|
<Build> |
|
|
|
<Target title="Debug"> |
|
|
|
<Option output="bin\Debug\AwesomeAttractor" prefix_auto="1" extension_auto="1" /> |
|
|
|
<Option object_output="obj\Debug\" /> |
|
|
|
<Option output="bin/Debug/AwesomeAttractor" prefix_auto="1" extension_auto="1" /> |
|
|
|
<Option object_output="obj/Debug/" /> |
|
|
|
<Option type="1" /> |
|
|
|
<Option compiler="gcc" /> |
|
|
|
<Compiler> |
|
|
@ -20,8 +20,8 @@ |
|
|
|
</Linker> |
|
|
|
</Target> |
|
|
|
<Target title="Release"> |
|
|
|
<Option output="bin\Release\AwesomeAttractor" prefix_auto="1" extension_auto="1" /> |
|
|
|
<Option object_output="obj\Release\" /> |
|
|
|
<Option output="bin/Release/AwesomeAttractor" prefix_auto="1" extension_auto="1" /> |
|
|
|
<Option object_output="obj/Release/" /> |
|
|
|
<Option type="1" /> |
|
|
|
<Option compiler="gcc" /> |
|
|
|
<Compiler> |
|
|
@ -33,8 +33,8 @@ |
|
|
|
</Linker> |
|
|
|
</Target> |
|
|
|
<Target title="UniRelease"> |
|
|
|
<Option output="bin\UniRelease\AwesomeAttractor" prefix_auto="1" extension_auto="1" /> |
|
|
|
<Option object_output="obj\UniRelease\" /> |
|
|
|
<Option output="bin/UniRelease/AwesomeAttractor" prefix_auto="1" extension_auto="1" /> |
|
|
|
<Option object_output="obj/UniRelease/" /> |
|
|
|
<Option type="1" /> |
|
|
|
<Option compiler="gcc" /> |
|
|
|
<Compiler> |
|
|
@ -58,43 +58,45 @@ |
|
|
|
<Unit filename="AttractorKernel.hpp" /> |
|
|
|
<Unit filename="Canvas.cpp" /> |
|
|
|
<Unit filename="Canvas.hpp" /> |
|
|
|
<Unit filename="Logger.hpp" /> |
|
|
|
<Unit filename="Projector.cpp" /> |
|
|
|
<Unit filename="Projector.hpp"> |
|
|
|
<Option compilerVar="CC" /> |
|
|
|
</Unit> |
|
|
|
<Unit filename="attractors\testAttractor.stf" /> |
|
|
|
<Unit filename="attractors\testLorenz.stf" /> |
|
|
|
<Unit filename="attractors\testPolynomial.stf" /> |
|
|
|
<Unit filename="attractors\testUnravel.stf" /> |
|
|
|
<Unit filename="canvae\PNG.cpp"> |
|
|
|
<Unit filename="attractors/testAttractor.stf" /> |
|
|
|
<Unit filename="attractors/testLorenz.stf" /> |
|
|
|
<Unit filename="attractors/testPolynomial.stf" /> |
|
|
|
<Unit filename="attractors/testUnravel.stf" /> |
|
|
|
<Unit filename="canvae/PNG.cpp"> |
|
|
|
<Option target="<{~None~}>" /> |
|
|
|
</Unit> |
|
|
|
<Unit filename="canvae\PNG.hpp"> |
|
|
|
<Unit filename="canvae/PNG.hpp"> |
|
|
|
<Option target="<{~None~}>" /> |
|
|
|
</Unit> |
|
|
|
<Unit filename="canvae\Raw.cpp" /> |
|
|
|
<Unit filename="canvae\Raw.hpp" /> |
|
|
|
<Unit filename="canvae/Raw.cpp" /> |
|
|
|
<Unit filename="canvae/Raw.hpp" /> |
|
|
|
<Unit filename="defines.hpp" /> |
|
|
|
<Unit filename="kernels\Logistic.cpp" /> |
|
|
|
<Unit filename="kernels\Logistic.hpp" /> |
|
|
|
<Unit filename="kernels\Lorenz3D.cpp" /> |
|
|
|
<Unit filename="kernels\Lorenz3D.hpp" /> |
|
|
|
<Unit filename="kernels\Polynomial.cpp" /> |
|
|
|
<Unit filename="kernels\Polynomial.hpp" /> |
|
|
|
<Unit filename="kernels\PolynomialA3D.cpp" /> |
|
|
|
<Unit filename="kernels\PolynomialA3D.hpp" /> |
|
|
|
<Unit filename="kernels\Unravel3D.cpp" /> |
|
|
|
<Unit filename="kernels\Unravel3D.hpp" /> |
|
|
|
<Unit filename="kernels/Logistic.cpp" /> |
|
|
|
<Unit filename="kernels/Logistic.hpp" /> |
|
|
|
<Unit filename="kernels/Lorenz3D.cpp" /> |
|
|
|
<Unit filename="kernels/Lorenz3D.hpp" /> |
|
|
|
<Unit filename="kernels/Polynomial.cpp" /> |
|
|
|
<Unit filename="kernels/Polynomial.hpp" /> |
|
|
|
<Unit filename="kernels/PolynomialA3D.cpp" /> |
|
|
|
<Unit filename="kernels/PolynomialA3D.hpp" /> |
|
|
|
<Unit filename="kernels/Unravel3D.cpp" /> |
|
|
|
<Unit filename="kernels/Unravel3D.hpp" /> |
|
|
|
<Unit filename="main.cpp" /> |
|
|
|
<Unit filename="myMath.hpp" /> |
|
|
|
<Unit filename="pngwriter\pngwriter.cc"> |
|
|
|
<Unit filename="ostream_helpers.h" /> |
|
|
|
<Unit filename="pngwriter/pngwriter.cc"> |
|
|
|
<Option target="<{~None~}>" /> |
|
|
|
</Unit> |
|
|
|
<Unit filename="pngwriter\pngwriter.h"> |
|
|
|
<Unit filename="pngwriter/pngwriter.h"> |
|
|
|
<Option target="<{~None~}>" /> |
|
|
|
</Unit> |
|
|
|
<Unit filename="stfu\stf.cpp" /> |
|
|
|
<Unit filename="stfu\stf.hpp" /> |
|
|
|
<Unit filename="stfu/stf.cpp" /> |
|
|
|
<Unit filename="stfu/stf.hpp" /> |
|
|
|
<Extensions> |
|
|
|
<code_completion /> |
|
|
|
<envvars /> |
|
|
|