diff --git a/.gitignore b/.gitignore
index 2c6d07726a745a097f5cd3100f328852a9260fdc..4154eed35b9b41a29f12079e93573a958592479f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,6 +62,7 @@
 
 # CMake
 cmake-build-debug/
+cmake-build-release/
 
 # Mongo Explorer plugin:
 .idea/**/mongoSettings.xml
diff --git a/cmake-build-release/HIDRA2.cbp b/cmake-build-release/HIDRA2.cbp
deleted file mode 100644
index fa0e413e06d660455f0b2c9f1607b85e6908baa2..0000000000000000000000000000000000000000
--- a/cmake-build-release/HIDRA2.cbp
+++ /dev/null
@@ -1,374 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="6"/>
-	<Project>
-		<Option title="HIDRA2"/>
-		<Option makefile_is_custom="1"/>
-		<Option compiler="gcc"/>
-		<Option virtualFolders="CMake Files\;CMake Files\CMakeModules\;CMake Files\producer\;CMake Files\producer\api\;CMake Files\producer\inotify-event-detector-cpp\;CMake Files\common\;CMake Files\common\cpp\;CMake Files\worker\;CMake Files\worker\api\;CMake Files\worker\api\cpp\;CMake Files\examples\;CMake Files\examples\worker\;CMake Files\examples\worker\process_folder\;"/>
-		<Build>
-			<Target title="all">
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release"/>
-				<Option type="4"/>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 all"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="rebuild_cache">
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release"/>
-				<Option type="4"/>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 rebuild_cache"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="edit_cache">
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release"/>
-				<Option type="4"/>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 edit_cache"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="astyle">
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release"/>
-				<Option type="4"/>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 astyle"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="producer-api">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/producer/api/libproducer-api.so" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/producer/api"/>
-				<Option object_output="./"/>
-				<Option type="3"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/producer/api/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 producer-api"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="producer-api/fast">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/producer/api/libproducer-api.so" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/producer/api"/>
-				<Option object_output="./"/>
-				<Option type="3"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/producer/api/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 producer-api/fast"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/api/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="common">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/libcommon.so" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/common/cpp"/>
-				<Option object_output="./"/>
-				<Option type="3"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 common"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="common/fast">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/libcommon.so" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/common/cpp"/>
-				<Option object_output="./"/>
-				<Option type="3"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 common/fast"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/common/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="inotify-event-detector-cpp">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/inotify-event-detector-cpp" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp"/>
-				<Option object_output="./"/>
-				<Option type="1"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/producer/inotify-event-detector-cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/producer/api/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 inotify-event-detector-cpp"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="inotify-event-detector-cpp/fast">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/inotify-event-detector-cpp" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp"/>
-				<Option object_output="./"/>
-				<Option type="1"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/producer/inotify-event-detector-cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/producer/api/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 inotify-event-detector-cpp/fast"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/producer/inotify-event-detector-cpp/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="worker-api">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/libworker-api.so" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp"/>
-				<Option object_output="./"/>
-				<Option type="3"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/worker/api/cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 worker-api"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="worker-api/fast">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/libworker-api.so" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp"/>
-				<Option object_output="./"/>
-				<Option type="3"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/worker/api/cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 worker-api/fast"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/worker/api/cpp/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="worker_processfodler">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/worker_processfodler" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder"/>
-				<Option object_output="./"/>
-				<Option type="1"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/worker/api/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 worker_processfodler"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-			<Target title="worker_processfodler/fast">
-				<Option output="/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/worker_processfodler" prefix_auto="0" extension_auto="0"/>
-				<Option working_dir="/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder"/>
-				<Option object_output="./"/>
-				<Option type="1"/>
-				<Option compiler="gcc"/>
-				<Compiler>
-					<Add directory="/home/yakubov/projects/hidra2/common/cpp/include"/>
-					<Add directory="/home/yakubov/projects/hidra2/worker/api/cpp/include"/>
-					<Add directory="/usr/include/c++/5"/>
-					<Add directory="/usr/include/x86_64-linux-gnu/c++/5"/>
-					<Add directory="/usr/include/c++/5/backward"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include"/>
-					<Add directory="/usr/local/include"/>
-					<Add directory="/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"/>
-					<Add directory="/usr/include/x86_64-linux-gnu"/>
-					<Add directory="/usr/include"/>
-				</Compiler>
-				<MakeCommands>
-					<Build command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 worker_processfodler/fast"/>
-					<CompileFile command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 &quot;$file&quot;"/>
-					<Clean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 clean"/>
-					<DistClean command="/usr/bin/make -j4 -f &quot;/home/yakubov/projects/hidra2/cmake-build-release/examples/worker/process_folder/Makefile&quot;  VERBOSE=1 clean"/>
-				</MakeCommands>
-			</Target>
-		</Build>
-		<Unit filename="/home/yakubov/projects/hidra2/common/cpp/include/common/networking.h">
-			<Option target="common"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/common/cpp/include/common/os.h">
-			<Option target="common"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/common/cpp/include/system_wrappers/io.h">
-			<Option target="common"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/common/cpp/include/system_wrappers/system_io.h">
-			<Option target="common"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/common/cpp/src/system_io.cpp">
-			<Option target="common"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/common/cpp/src/system_io_linux.cpp">
-			<Option target="common"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/examples/worker/process_folder/process_folder.cpp">
-			<Option target="worker_processfodler"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/producer/api/include/producer/producer.h">
-			<Option target="producer-api"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/producer/api/src/producer/producer.cpp">
-			<Option target="producer-api"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/producer/inotify-event-detector-cpp/src/main.cpp">
-			<Option target="inotify-event-detector-cpp"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/worker/api/cpp/include/worker/data_broker.h">
-			<Option target="worker-api"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/worker/api/cpp/src/data_broker.cpp">
-			<Option target="worker-api"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/worker/api/cpp/src/folder_data_broker.cpp">
-			<Option target="worker-api"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/worker/api/cpp/src/folder_data_broker.h">
-			<Option target="worker-api"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/CMakeModules/astyle.cmake">
-			<Option virtualFolder="CMake Files\CMakeModules\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/CMakeModules/testing_cpp.cmake">
-			<Option virtualFolder="CMake Files\CMakeModules\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/producer/api/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\producer\api\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/producer/inotify-event-detector-cpp/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\producer\inotify-event-detector-cpp\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/common/cpp/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\common\cpp\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/worker/api/cpp/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\worker\api\cpp\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/examples/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\examples\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/examples/worker/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\examples\worker\"/>
-		</Unit>
-		<Unit filename="/home/yakubov/projects/hidra2/examples/worker/process_folder/CMakeLists.txt">
-			<Option virtualFolder="CMake Files\examples\worker\process_folder\"/>
-		</Unit>
-	</Project>
-</CodeBlocks_project_file>
diff --git a/cmake-build-release/examples/worker/process_folder/worker_processfodler b/cmake-build-release/examples/worker/process_folder/worker_processfodler
deleted file mode 100755
index 6304bea7cf8d243881a845192199020b82c0da65..0000000000000000000000000000000000000000
Binary files a/cmake-build-release/examples/worker/process_folder/worker_processfodler and /dev/null differ
diff --git a/cmake-build-release/producer/inotify-event-detector-cpp/inotify-event-detector-cpp b/cmake-build-release/producer/inotify-event-detector-cpp/inotify-event-detector-cpp
deleted file mode 100755
index 71b423fdb0e006ae1c0dad34cc873c4d29bd929e..0000000000000000000000000000000000000000
Binary files a/cmake-build-release/producer/inotify-event-detector-cpp/inotify-event-detector-cpp and /dev/null differ