diff --git a/rho.ico b/docs/rho.ico similarity index 100% rename from rho.ico rename to docs/rho.ico diff --git a/wallet.manifest b/msvc/wallet.manifest similarity index 100% rename from wallet.manifest rename to msvc/wallet.manifest diff --git a/wallet.rc b/msvc/wallet.rc similarity index 100% rename from wallet.rc rename to msvc/wallet.rc diff --git a/wallet.vcxproj b/msvc/wallet.vcxproj similarity index 100% rename from wallet.vcxproj rename to msvc/wallet.vcxproj diff --git a/winConfig.bat b/msvc/winConfig.bat similarity index 100% rename from winConfig.bat rename to msvc/winConfig.bat diff --git a/ILog.cpp b/src/ILog.cpp similarity index 100% rename from ILog.cpp rename to src/ILog.cpp diff --git a/ILog.h b/src/ILog.h similarity index 100% rename from ILog.h rename to src/ILog.h diff --git a/ISqlit3Impl.cpp b/src/ISqlit3Impl.cpp similarity index 100% rename from ISqlit3Impl.cpp rename to src/ISqlit3Impl.cpp diff --git a/ISqlite3.h b/src/ISqlite3.h similarity index 100% rename from ISqlite3.h rename to src/ISqlite3.h diff --git a/app.cpp b/src/app.cpp similarity index 100% rename from app.cpp rename to src/app.cpp diff --git a/app.h b/src/app.h similarity index 100% rename from app.h rename to src/app.h diff --git a/db_accessors.h b/src/db_accessors.h similarity index 100% rename from db_accessors.h rename to src/db_accessors.h diff --git a/display_wallet.cpp b/src/display_wallet.cpp similarity index 100% rename from display_wallet.cpp rename to src/display_wallet.cpp diff --git a/display_wallet.h b/src/display_wallet.h similarity index 100% rename from display_wallet.h rename to src/display_wallet.h diff --git a/frame.cpp b/src/frame.cpp similarity index 100% rename from frame.cpp rename to src/frame.cpp diff --git a/frame.h b/src/frame.h similarity index 100% rename from frame.h rename to src/frame.h diff --git a/introspection_of_standard_C_types.h b/src/introspection_of_standard_C_types.h similarity index 100% rename from introspection_of_standard_C_types.h rename to src/introspection_of_standard_C_types.h diff --git a/localization.cpp b/src/localization.cpp similarity index 100% rename from localization.cpp rename to src/localization.cpp diff --git a/localization.h b/src/localization.h similarity index 100% rename from localization.h rename to src/localization.h diff --git a/mpir_and_base58.cpp b/src/mpir_and_base58.cpp similarity index 100% rename from mpir_and_base58.cpp rename to src/mpir_and_base58.cpp diff --git a/mpir_and_base58.h b/src/mpir_and_base58.h similarity index 100% rename from mpir_and_base58.h rename to src/mpir_and_base58.h diff --git a/rho.xpm b/src/rho.xpm similarity index 100% rename from rho.xpm rename to src/rho.xpm diff --git a/ristretto255.cpp b/src/ristretto255.cpp similarity index 100% rename from ristretto255.cpp rename to src/ristretto255.cpp diff --git a/ristretto255.h b/src/ristretto255.h similarity index 100% rename from ristretto255.h rename to src/ristretto255.h diff --git a/rotime.cpp b/src/rotime.cpp similarity index 100% rename from rotime.cpp rename to src/rotime.cpp diff --git a/rotime.h b/src/rotime.h similarity index 100% rename from rotime.h rename to src/rotime.h diff --git a/secrets.cpp b/src/secrets.cpp similarity index 100% rename from secrets.cpp rename to src/secrets.cpp diff --git a/secrets.h b/src/secrets.h similarity index 100% rename from secrets.h rename to src/secrets.h diff --git a/slash6.cpp b/src/slash6.cpp similarity index 100% rename from slash6.cpp rename to src/slash6.cpp diff --git a/slash6.h b/src/slash6.h similarity index 100% rename from slash6.h rename to src/slash6.h diff --git a/stdafx.cpp b/src/stdafx.cpp similarity index 100% rename from stdafx.cpp rename to src/stdafx.cpp diff --git a/stdafx.h b/src/stdafx.h similarity index 100% rename from stdafx.h rename to src/stdafx.h diff --git a/testbed.cpp b/src/testbed.cpp similarity index 100% rename from testbed.cpp rename to src/testbed.cpp diff --git a/unit_test.cpp b/src/unit_test.cpp similarity index 100% rename from unit_test.cpp rename to src/unit_test.cpp diff --git a/welcome_to_rhocoin.cpp b/src/welcome_to_rhocoin.cpp similarity index 100% rename from welcome_to_rhocoin.cpp rename to src/welcome_to_rhocoin.cpp diff --git a/welcome_to_rhocoin.h b/src/welcome_to_rhocoin.h similarity index 100% rename from welcome_to_rhocoin.h rename to src/welcome_to_rhocoin.h