|
|
@ -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> |
|
|
@ -66,36 +66,35 @@ |
|
|
|
<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="canvae\PNG.hpp"> |
|
|
|
<Unit filename="attractors/testAttractor.stf" /> |
|
|
|
<Unit filename="attractors/testLorenz.stf" /> |
|
|
|
<Unit filename="attractors/testPolynomial.stf" /> |
|
|
|
<Unit filename="attractors/testUnravel.stf" /> |
|
|
|
<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\Ikeda3D.hpp" /> |
|
|
|
<Unit filename="kernels\Logistic.hpp" /> |
|
|
|
<Unit filename="kernels\Lorenz3D.hpp" /> |
|
|
|
<Unit filename="kernels\Polynomial.hpp" /> |
|
|
|
<Unit filename="kernels\PolynomialA3D.hpp" /> |
|
|
|
<Unit filename="kernels\Unravel3D.hpp" /> |
|
|
|
<Unit filename="kernels/Ikeda3D.hpp" /> |
|
|
|
<Unit filename="kernels/Logistic.hpp" /> |
|
|
|
<Unit filename="kernels/Lorenz3D.hpp" /> |
|
|
|
<Unit filename="kernels/Polynomial.hpp" /> |
|
|
|
<Unit filename="kernels/PolynomialA3D.hpp" /> |
|
|
|
<Unit filename="kernels/Unravel3D.hpp" /> |
|
|
|
<Unit filename="main.cpp" /> |
|
|
|
<Unit filename="myMath.hpp" /> |
|
|
|
<Unit filename="ostream_helpers.h" /> |
|
|
|
<Unit filename="pngwriter\pngwriter.cc" /> |
|
|
|
<Unit filename="pngwriter\pngwriter.h"> |
|
|
|
<Unit filename="pngwriter/pngwriter.cc" /> |
|
|
|
<Unit filename="pngwriter/pngwriter.h"> |
|
|
|
<Option target="<{~None~}>" /> |
|
|
|
</Unit> |
|
|
|
<Unit filename="projectors\Normalizer.cpp" /> |
|
|
|
<Unit filename="projectors\Normalizer.hpp" /> |
|
|
|
<Unit filename="projectors\Projection.cpp" /> |
|
|
|
<Unit filename="projectors\Projection.hpp" /> |
|
|
|
<Unit filename="stfu\stf.cpp" /> |
|
|
|
<Unit filename="stfu\stf.hpp" /> |
|
|
|
<Unit filename="projectors/Normalizer.cpp" /> |
|
|
|
<Unit filename="projectors/Normalizer.hpp" /> |
|
|
|
<Unit filename="projectors/Projection.cpp" /> |
|
|
|
<Unit filename="projectors/Projection.hpp" /> |
|
|
|
<Unit filename="stfu/stf.cpp" /> |
|
|
|
<Unit filename="stfu/stf.hpp" /> |
|
|
|
<Extensions> |
|
|
|
<code_completion /> |
|
|
|
<envvars /> |
|
|
|