Commit 1df293d

mokhan <mokhan@ce5e1baf-6525-42e4-a1b2-857ea38da20a>
2009-02-28 18:20:21
renamed the src dir to product dir.
git-svn-id: https://svn.xp-dev.com/svn/mokhan-mo.money@31 ce5e1baf-6525-42e4-a1b2-857ea38da20a
1 parent 2e50560
Changed files (395)
trunk
product
MyMoney
DataAccess
Domain
Infrastructure
cloning
Container
debugging
eventing
Extensions
interceptors
Logging
registries
System
Threading
transactions
Presentation
Context
Core
Databindings
Model
Presenters
billing
Commands
excel
income
Menu
Navigation
reporting
Shell
Startup
updates
Resources
Views
billing
core
dialogs
income
Menu
Navigation
reporting
Shell
Startup
updates
Properties
Tasks
Testing
Utility
windows.ui
trunk/src/MyMoney/DataAccess/db40/spiking/db40_spike_specs.cs → trunk/product/MyMoney/DataAccess/db40/spiking/db40_spike_specs.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/db40/ConnectionFactory.cs → trunk/product/MyMoney/DataAccess/db40/ConnectionFactory.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/db40/DatabaseConfiguration.cs → trunk/product/MyMoney/DataAccess/db40/DatabaseConfiguration.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/db40/db4o_repository_specs.cs → trunk/product/MyMoney/DataAccess/db40/db4o_repository_specs.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/db40/ObjectRepository.cs → trunk/product/MyMoney/DataAccess/db40/ObjectRepository.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/db40/session_factory.cs → trunk/product/MyMoney/DataAccess/db40/session_factory.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/db40/session_factory_specs.cs → trunk/product/MyMoney/DataAccess/db40/session_factory_specs.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/repositories/bill_repository_specs.cs → trunk/product/MyMoney/DataAccess/repositories/bill_repository_specs.cs
File renamed without changes
trunk/src/MyMoney/DataAccess/sqlcompact/sql_compant_repository_specs.cs → trunk/product/MyMoney/DataAccess/sqlcompact/sql_compant_repository_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/Bill.cs → trunk/product/MyMoney/Domain/accounting/billing/Bill.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/bill_specs.cs → trunk/product/MyMoney/Domain/accounting/billing/bill_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/billing_extensions.cs → trunk/product/MyMoney/Domain/accounting/billing/billing_extensions.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/Company.cs → trunk/product/MyMoney/Domain/accounting/billing/Company.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/company_specs.cs → trunk/product/MyMoney/Domain/accounting/billing/company_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/IEmployee.cs → trunk/product/MyMoney/Domain/accounting/billing/IEmployee.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/ILedgerEntry.cs → trunk/product/MyMoney/Domain/accounting/billing/ILedgerEntry.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/Payment.cs → trunk/product/MyMoney/Domain/accounting/billing/Payment.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/billing/total_payments_calculator.cs → trunk/product/MyMoney/Domain/accounting/billing/total_payments_calculator.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/financial_growth/income.cs → trunk/product/MyMoney/Domain/accounting/financial_growth/income.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/financial_growth/income_extensions.cs → trunk/product/MyMoney/Domain/accounting/financial_growth/income_extensions.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/financial_growth/income_specs.cs → trunk/product/MyMoney/Domain/accounting/financial_growth/income_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/account_holder.cs → trunk/product/MyMoney/Domain/accounting/account_holder.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/account_holder_specs.cs → trunk/product/MyMoney/Domain/accounting/account_holder_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/general_ledger.cs → trunk/product/MyMoney/Domain/accounting/general_ledger.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/GeneralLedgerSpecs.cs → trunk/product/MyMoney/Domain/accounting/GeneralLedgerSpecs.cs
File renamed without changes
trunk/src/MyMoney/Domain/accounting/IInvoice.cs → trunk/product/MyMoney/Domain/accounting/IInvoice.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/Clock.cs → trunk/product/MyMoney/Domain/Core/Clock.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/date.cs → trunk/product/MyMoney/Domain/Core/date.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/date_extensions.cs → trunk/product/MyMoney/Domain/Core/date_extensions.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/date_specs.cs → trunk/product/MyMoney/Domain/Core/date_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/day.cs → trunk/product/MyMoney/Domain/Core/day.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/Entity.cs → trunk/product/MyMoney/Domain/Core/Entity.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/IRegistry.cs → trunk/product/MyMoney/Domain/Core/IRegistry.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/IRepository.cs → trunk/product/MyMoney/Domain/Core/IRepository.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/IYear.cs → trunk/product/MyMoney/Domain/Core/IYear.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/Money.cs → trunk/product/MyMoney/Domain/Core/Money.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/money_extensions.cs → trunk/product/MyMoney/Domain/Core/money_extensions.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/money_extensions_specs.cs → trunk/product/MyMoney/Domain/Core/money_extensions_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/money_specs.cs → trunk/product/MyMoney/Domain/Core/money_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/Month.cs → trunk/product/MyMoney/Domain/Core/Month.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/Months.cs → trunk/product/MyMoney/Domain/Core/Months.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/range.cs → trunk/product/MyMoney/Domain/Core/range.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/range_specs.cs → trunk/product/MyMoney/Domain/Core/range_specs.cs
File renamed without changes
trunk/src/MyMoney/Domain/Core/registry_extensions.cs → trunk/product/MyMoney/Domain/Core/registry_extensions.cs
File renamed without changes
trunk/src/MyMoney/Domain/repositories/company_repository_extensions.cs → trunk/product/MyMoney/Domain/repositories/company_repository_extensions.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/cloning/BinarySerializer.cs → trunk/product/MyMoney/Infrastructure/cloning/BinarySerializer.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/cloning/BinarySerializerSpecs.cs → trunk/product/MyMoney/Infrastructure/cloning/BinarySerializerSpecs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/cloning/ISerializer.cs → trunk/product/MyMoney/Infrastructure/cloning/ISerializer.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/cloning/Prototype.cs → trunk/product/MyMoney/Infrastructure/cloning/Prototype.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/cloning/Serializer.cs → trunk/product/MyMoney/Infrastructure/cloning/Serializer.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/ApplyLoggingInterceptor.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/ApplyLoggingInterceptor.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/ComponentExclusionSpecification.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/ComponentExclusionSpecification.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/ComponentRegistrationConfiguration.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/ComponentRegistrationConfiguration.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/ConfigureComponentLifestyle.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/ConfigureComponentLifestyle.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/IComponentExclusionSpecification.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/IComponentExclusionSpecification.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/ImplementationOfDependencyRegistry.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/ImplementationOfDependencyRegistry.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/LogComponent.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/LogComponent.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/NoInterfaces.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/NoInterfaces.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/RegisterComponentContract.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/RegisterComponentContract.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/configuration/SubclassesForm.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/configuration/SubclassesForm.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/windsor_dependency_registry.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/windsor_dependency_registry.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/windsor_dependency_registry_specs.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/windsor_dependency_registry_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Windsor/WindsorContainerFactory.cs → trunk/product/MyMoney/Infrastructure/Container/Windsor/WindsorContainerFactory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/dependency_resolution_exception.cs → trunk/product/MyMoney/Infrastructure/Container/dependency_resolution_exception.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/IDependencyRegistry.cs → trunk/product/MyMoney/Infrastructure/Container/IDependencyRegistry.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/Resolve.cs → trunk/product/MyMoney/Infrastructure/Container/Resolve.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Container/ResolveSpecs.cs → trunk/product/MyMoney/Infrastructure/Container/ResolveSpecs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/debugging/Launch.cs → trunk/product/MyMoney/Infrastructure/debugging/Launch.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/eventing/event_aggregator.cs → trunk/product/MyMoney/Infrastructure/eventing/event_aggregator.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/eventing/IEvent.cs → trunk/product/MyMoney/Infrastructure/eventing/IEvent.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/eventing/IEventSubscriber.cs → trunk/product/MyMoney/Infrastructure/eventing/IEventSubscriber.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Extensions/environment_extensions.cs → trunk/product/MyMoney/Infrastructure/Extensions/environment_extensions.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Extensions/logging_extensions.cs → trunk/product/MyMoney/Infrastructure/Extensions/logging_extensions.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Extensions/threading_extensions.cs → trunk/product/MyMoney/Infrastructure/Extensions/threading_extensions.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/interceptors/Lazy.cs → trunk/product/MyMoney/Infrastructure/interceptors/Lazy.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/interceptors/lazy_loaded_interceptor.cs → trunk/product/MyMoney/Infrastructure/interceptors/lazy_loaded_interceptor.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/interceptors/lazy_specs.cs → trunk/product/MyMoney/Infrastructure/interceptors/lazy_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/interceptors/logging_interceptor.cs → trunk/product/MyMoney/Infrastructure/interceptors/logging_interceptor.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/interceptors/raise_event_interceptor.cs → trunk/product/MyMoney/Infrastructure/interceptors/raise_event_interceptor.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/interceptors/UnitOfWorkInterceptor.cs → trunk/product/MyMoney/Infrastructure/interceptors/UnitOfWorkInterceptor.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/interceptors/UnitOfWorkInterceptorSpecs.cs → trunk/product/MyMoney/Infrastructure/interceptors/UnitOfWorkInterceptorSpecs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/ConsoleLogging/console_logger.cs → trunk/product/MyMoney/Infrastructure/Logging/ConsoleLogging/console_logger.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/Log4NetLogging/log4net_log_factory.cs → trunk/product/MyMoney/Infrastructure/Logging/Log4NetLogging/log4net_log_factory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/Log4NetLogging/log4net_logger.cs → trunk/product/MyMoney/Infrastructure/Logging/Log4NetLogging/log4net_logger.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/ILogFactory.cs → trunk/product/MyMoney/Infrastructure/Logging/ILogFactory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/ILoggable.cs → trunk/product/MyMoney/Infrastructure/Logging/ILoggable.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/ILogger.cs → trunk/product/MyMoney/Infrastructure/Logging/ILogger.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/Log.cs → trunk/product/MyMoney/Infrastructure/Logging/Log.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Logging/LogSpecs.cs → trunk/product/MyMoney/Infrastructure/Logging/LogSpecs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/registries/default_registry.cs → trunk/product/MyMoney/Infrastructure/registries/default_registry.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/registries/default_registry_specs.cs → trunk/product/MyMoney/Infrastructure/registries/default_registry_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/System/application_environment.cs → trunk/product/MyMoney/Infrastructure/System/application_environment.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/background_thread.cs → trunk/product/MyMoney/Infrastructure/Threading/background_thread.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/background_thread_factory.cs → trunk/product/MyMoney/Infrastructure/Threading/background_thread_factory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/background_thread_factory_specs.cs → trunk/product/MyMoney/Infrastructure/Threading/background_thread_factory_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/background_thread_specs.cs → trunk/product/MyMoney/Infrastructure/Threading/background_thread_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/command_processor.cs → trunk/product/MyMoney/Infrastructure/Threading/command_processor.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/command_processor_specs.cs → trunk/product/MyMoney/Infrastructure/Threading/command_processor_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/interval_timer.cs → trunk/product/MyMoney/Infrastructure/Threading/interval_timer.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/interval_timer_specs.cs → trunk/product/MyMoney/Infrastructure/Threading/interval_timer_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/ITimerClient.cs → trunk/product/MyMoney/Infrastructure/Threading/ITimerClient.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/synchronize.cs → trunk/product/MyMoney/Infrastructure/Threading/synchronize.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/timer_factory.cs → trunk/product/MyMoney/Infrastructure/Threading/timer_factory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/timer_factory_specs.cs → trunk/product/MyMoney/Infrastructure/Threading/timer_factory_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/Threading/worker_thread.cs → trunk/product/MyMoney/Infrastructure/Threading/worker_thread.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/IUnitOfWorkRegistrationFactory.cs → trunk/product/MyMoney/Infrastructure/transactions/IUnitOfWorkRegistrationFactory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/NullUnitOfWork.cs → trunk/product/MyMoney/Infrastructure/transactions/NullUnitOfWork.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/unit_of_work.cs → trunk/product/MyMoney/Infrastructure/transactions/unit_of_work.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/unit_of_work_factory.cs → trunk/product/MyMoney/Infrastructure/transactions/unit_of_work_factory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/unit_of_work_registry_specs.cs → trunk/product/MyMoney/Infrastructure/transactions/unit_of_work_registry_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/unit_of_work_specs.cs → trunk/product/MyMoney/Infrastructure/transactions/unit_of_work_specs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/UnitOfWork.cs → trunk/product/MyMoney/Infrastructure/transactions/UnitOfWork.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/UnitOfWorkRegistration.cs → trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistration.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/UnitOfWorkRegistrationFactory.cs → trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistrationFactory.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/UnitOfWorkRegistrationSpecs.cs → trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistrationSpecs.cs
File renamed without changes
trunk/src/MyMoney/Infrastructure/transactions/UnitOfWorkRegistry.cs → trunk/product/MyMoney/Infrastructure/transactions/UnitOfWorkRegistry.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Context/the_application_context.cs → trunk/product/MyMoney/Presentation/Context/the_application_context.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Context/the_application_context_specs.cs → trunk/product/MyMoney/Presentation/Context/the_application_context_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/application_controller.cs → trunk/product/MyMoney/Presentation/Core/application_controller.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/application_controller_specs.cs → trunk/product/MyMoney/Presentation/Core/application_controller_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/could_not_find_presenter.cs → trunk/product/MyMoney/Presentation/Core/could_not_find_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/IContentPresenter.cs → trunk/product/MyMoney/Presentation/Core/IContentPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/IPresentationModule.cs → trunk/product/MyMoney/Presentation/Core/IPresentationModule.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/IPresenter.cs → trunk/product/MyMoney/Presentation/Core/IPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/presenter_registry.cs → trunk/product/MyMoney/Presentation/Core/presenter_registry.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Core/presenter_registry_extensions.cs → trunk/product/MyMoney/Presentation/Core/presenter_registry_extensions.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/binding_selector.cs → trunk/product/MyMoney/Presentation/Databindings/binding_selector.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/binding_selector_specs.cs → trunk/product/MyMoney/Presentation/Databindings/binding_selector_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/combo_box_property_binding.cs → trunk/product/MyMoney/Presentation/Databindings/combo_box_property_binding.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/ComboBoxDataBindingSpecs.cs → trunk/product/MyMoney/Presentation/Databindings/ComboBoxDataBindingSpecs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/control_binding_extensions.cs → trunk/product/MyMoney/Presentation/Databindings/control_binding_extensions.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/Create.cs → trunk/product/MyMoney/Presentation/Databindings/Create.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/date_time_picker_property_binding.cs → trunk/product/MyMoney/Presentation/Databindings/date_time_picker_property_binding.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/date_time_property_binding_specs.cs → trunk/product/MyMoney/Presentation/Databindings/date_time_property_binding_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/IPropertyBinding.cs → trunk/product/MyMoney/Presentation/Databindings/IPropertyBinding.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/property_binder.cs → trunk/product/MyMoney/Presentation/Databindings/property_binder.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/property_binder_specs.cs → trunk/product/MyMoney/Presentation/Databindings/property_binder_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/property_inspector.cs → trunk/product/MyMoney/Presentation/Databindings/property_inspector.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/property_inspector_factory.cs → trunk/product/MyMoney/Presentation/Databindings/property_inspector_factory.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/property_inspector_specs.cs → trunk/product/MyMoney/Presentation/Databindings/property_inspector_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/text_property_binding.cs → trunk/product/MyMoney/Presentation/Databindings/text_property_binding.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Databindings/TextBoxDataBindingSpecs.cs → trunk/product/MyMoney/Presentation/Databindings/TextBoxDataBindingSpecs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/file_system/folder.cs → trunk/product/MyMoney/Presentation/Model/file_system/folder.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/interaction/INotification.cs → trunk/product/MyMoney/Presentation/Model/interaction/INotification.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/interaction/notification_message.cs → trunk/product/MyMoney/Presentation/Model/interaction/notification_message.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/keyboard/shortcut_key.cs → trunk/product/MyMoney/Presentation/Model/keyboard/shortcut_key.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/keyboard/shortcut_keys.cs → trunk/product/MyMoney/Presentation/Model/keyboard/shortcut_keys.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/close_project_command.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/close_project_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/close_window_command.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/close_window_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/exit_command.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/exit_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/exit_command_specs.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/exit_command_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/new_command.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/new_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/new_command_specs.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/new_command_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/open_command.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/open_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/open_command_specs.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/open_command_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/save_as_command.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/save_as_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/save_as_command_specs.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/save_as_command_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/save_command.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/save_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/save_command_specs.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/save_command_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/Commands/SaveChangesCommand.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/Commands/SaveChangesCommand.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/File/file_menu.cs → trunk/product/MyMoney/Presentation/Model/Menu/File/file_menu.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/Help/commands/display_information_about_the_application.cs → trunk/product/MyMoney/Presentation/Model/Menu/Help/commands/display_information_about_the_application.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/Help/help_menu.cs → trunk/product/MyMoney/Presentation/Model/Menu/Help/help_menu.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/window/window_menu.cs → trunk/product/MyMoney/Presentation/Model/Menu/window/window_menu.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/create.cs → trunk/product/MyMoney/Presentation/Model/Menu/create.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/ISubMenu.cs → trunk/product/MyMoney/Presentation/Model/Menu/ISubMenu.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/menu_item.cs → trunk/product/MyMoney/Presentation/Model/Menu/menu_item.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/menu_item_builder.cs → trunk/product/MyMoney/Presentation/Model/Menu/menu_item_builder.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/menu_item_separator.cs → trunk/product/MyMoney/Presentation/Model/Menu/menu_item_separator.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/sub_menu_registry.cs → trunk/product/MyMoney/Presentation/Model/Menu/sub_menu_registry.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Menu/tool_bar_item_builder.cs → trunk/product/MyMoney/Presentation/Model/Menu/tool_bar_item_builder.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/messages/closing_the_application.cs → trunk/product/MyMoney/Presentation/Model/messages/closing_the_application.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/messages/new_project_opened.cs → trunk/product/MyMoney/Presentation/Model/messages/new_project_opened.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/messages/saved_changes_event.cs → trunk/product/MyMoney/Presentation/Model/messages/saved_changes_event.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/messages/unsaved_changes_event.cs → trunk/product/MyMoney/Presentation/Model/messages/unsaved_changes_event.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/branches/add_bill_payment_branch.cs → trunk/product/MyMoney/Presentation/Model/Navigation/branches/add_bill_payment_branch.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/branches/add_new_bill_branch.cs → trunk/product/MyMoney/Presentation/Model/Navigation/branches/add_new_bill_branch.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/branches/add_new_income_branch.cs → trunk/product/MyMoney/Presentation/Model/Navigation/branches/add_new_income_branch.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/branches/view_all_bills_branch.cs → trunk/product/MyMoney/Presentation/Model/Navigation/branches/view_all_bills_branch.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/branches/view_all_bills_report_branch.cs → trunk/product/MyMoney/Presentation/Model/Navigation/branches/view_all_bills_report_branch.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/IBranchVisitor.cs → trunk/product/MyMoney/Presentation/Model/Navigation/IBranchVisitor.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/navigation_tree_visitor.cs → trunk/product/MyMoney/Presentation/Model/Navigation/navigation_tree_visitor.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/navigation_tree_visitor_specs.cs → trunk/product/MyMoney/Presentation/Model/Navigation/navigation_tree_visitor_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/tree_branch.cs → trunk/product/MyMoney/Presentation/Model/Navigation/tree_branch.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/tree_branch_specs.cs → trunk/product/MyMoney/Presentation/Model/Navigation/tree_branch_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Navigation/tree_view_to_root_node_mapper.cs → trunk/product/MyMoney/Presentation/Model/Navigation/tree_view_to_root_node_mapper.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Projects/current_project.cs → trunk/product/MyMoney/Presentation/Model/Projects/current_project.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Projects/current_project_specs.cs → trunk/product/MyMoney/Presentation/Model/Projects/current_project_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Projects/file.cs → trunk/product/MyMoney/Presentation/Model/Projects/file.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/Projects/file_not_specified_exception.cs → trunk/product/MyMoney/Presentation/Model/Projects/file_not_specified_exception.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/reporting/IReport.cs → trunk/product/MyMoney/Presentation/Model/reporting/IReport.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/reporting/report_binding_extensions.cs → trunk/product/MyMoney/Presentation/Model/reporting/report_binding_extensions.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/reporting/report_binding_extensions_specs.cs → trunk/product/MyMoney/Presentation/Model/reporting/report_binding_extensions_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Model/updates/ApplicationVersion.cs → trunk/product/MyMoney/Presentation/Model/updates/ApplicationVersion.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/billing/dto/add_new_bill_dto.cs → trunk/product/MyMoney/Presentation/Presenters/billing/dto/add_new_bill_dto.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/billing/dto/bill_information_dto.cs → trunk/product/MyMoney/Presentation/Presenters/billing/dto/bill_information_dto.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/billing/dto/register_new_company.cs → trunk/product/MyMoney/Presentation/Presenters/billing/dto/register_new_company.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/billing/add_bill_payment_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/billing/add_bill_payment_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/billing/view_all_bills_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/billing/view_all_bills_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Commands/display_the_splash_screen.cs → trunk/product/MyMoney/Presentation/Presenters/Commands/display_the_splash_screen.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Commands/LoadApplicationShell.cs → trunk/product/MyMoney/Presentation/Presenters/Commands/LoadApplicationShell.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Commands/RestartCommand.cs → trunk/product/MyMoney/Presentation/Presenters/Commands/RestartCommand.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Commands/run_presenter_command.cs → trunk/product/MyMoney/Presentation/Presenters/Commands/run_presenter_command.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Commands/run_the.cs → trunk/product/MyMoney/Presentation/Presenters/Commands/run_the.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Commands/run_the_specs.cs → trunk/product/MyMoney/Presentation/Presenters/Commands/run_the_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/formatting/change_font_size.cs → trunk/product/MyMoney/Presentation/Presenters/excel/formatting/change_font_size.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/formatting/format_back_color.cs → trunk/product/MyMoney/Presentation/Presenters/excel/formatting/format_back_color.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/Cell.cs → trunk/product/MyMoney/Presentation/Presenters/excel/Cell.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/composite_cell_visitor.cs → trunk/product/MyMoney/Presentation/Presenters/excel/composite_cell_visitor.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/constrained_cell_visitor.cs → trunk/product/MyMoney/Presentation/Presenters/excel/constrained_cell_visitor.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/excel_usage.cs → trunk/product/MyMoney/Presentation/Presenters/excel/excel_usage.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/ICell.cs → trunk/product/MyMoney/Presentation/Presenters/excel/ICell.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/ICellInterior.cs → trunk/product/MyMoney/Presentation/Presenters/excel/ICellInterior.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/excel/ICellVisitor.cs → trunk/product/MyMoney/Presentation/Presenters/excel/ICellVisitor.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/income/dto/income_information_dto.cs → trunk/product/MyMoney/Presentation/Presenters/income/dto/income_information_dto.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/income/dto/income_submission_dto.cs → trunk/product/MyMoney/Presentation/Presenters/income/dto/income_submission_dto.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/income/dto/monthly_summary_dto.cs → trunk/product/MyMoney/Presentation/Presenters/income/dto/monthly_summary_dto.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/income/add_new_income_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/income/add_new_income_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/income/add_new_income_presenter_specs.cs → trunk/product/MyMoney/Presentation/Presenters/income/add_new_income_presenter_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/income/view_income_history_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/income/view_income_history_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Menu/Help/about_the_application_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/Menu/Help/about_the_application_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Menu/Help/about_the_application_presenter_specs.cs → trunk/product/MyMoney/Presentation/Presenters/Menu/Help/about_the_application_presenter_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Menu/main_menu_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/Menu/main_menu_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Menu/main_menu_presenter_specs.cs → trunk/product/MyMoney/Presentation/Presenters/Menu/main_menu_presenter_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/AddBillingTaskPane.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/AddBillingTaskPane.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/AddCompanyTaskPane.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/AddCompanyTaskPane.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/AddIncomeTaskPane.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/AddIncomeTaskPane.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/AddReportingTaskPane.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/AddReportingTaskPane.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/Build.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/Build.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/ExpandoBuilder.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/ExpandoBuilder.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/ExpandoItemBuilder.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/ExpandoItemBuilder.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/IActionTaskPaneFactory.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/IActionTaskPaneFactory.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/MainMenuPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/MainMenuPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/navigation_presenter_specs.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/navigation_presenter_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Navigation/NavigationPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/Navigation/NavigationPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/reporting/report_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/reporting/report_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/load_application_shell_specs.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/load_application_shell_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/NotificationIconPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/NotificationIconPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/NotificationIconPresenterSpecs.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/NotificationIconPresenterSpecs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/StatusBarPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/StatusBarPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/StatusBarPresenterSpecs.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/StatusBarPresenterSpecs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/TaskTrayPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/TaskTrayPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/TitleBarPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/TitleBarPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/TitleBarPresenterSpecs.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/TitleBarPresenterSpecs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Shell/ToolBarPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/Shell/ToolBarPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Startup/display_the_splash_screen.cs → trunk/product/MyMoney/Presentation/Presenters/Startup/display_the_splash_screen.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Startup/hide_the_splash_screen.cs → trunk/product/MyMoney/Presentation/Presenters/Startup/hide_the_splash_screen.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Startup/ISplashScreenState.cs → trunk/product/MyMoney/Presentation/Presenters/Startup/ISplashScreenState.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Startup/splash_screen_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/Startup/splash_screen_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/Startup/splash_screen_presenter_specs.cs → trunk/product/MyMoney/Presentation/Presenters/Startup/splash_screen_presenter_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/updates/CheckForUpdatesPresenter.cs → trunk/product/MyMoney/Presentation/Presenters/updates/CheckForUpdatesPresenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/updates/CheckForUpdatesPresenterSpecs.cs → trunk/product/MyMoney/Presentation/Presenters/updates/CheckForUpdatesPresenterSpecs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/add_company_presenter.cs → trunk/product/MyMoney/Presentation/Presenters/add_company_presenter.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Presenters/add_company_presenter_specs.cs → trunk/product/MyMoney/Presentation/Presenters/add_company_presenter_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Resources/ApplicationIcon.cs → trunk/product/MyMoney/Presentation/Resources/ApplicationIcon.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Resources/ApplicationIcons.cs → trunk/product/MyMoney/Presentation/Resources/ApplicationIcons.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Resources/ApplicationImage.cs → trunk/product/MyMoney/Presentation/Resources/ApplicationImage.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Resources/ApplicationImages.cs → trunk/product/MyMoney/Presentation/Resources/ApplicationImages.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Resources/HybridIcon.cs → trunk/product/MyMoney/Presentation/Resources/HybridIcon.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/add_bill_payment.cs → trunk/product/MyMoney/Presentation/Views/billing/add_bill_payment.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/add_bill_payment.Designer.cs → trunk/product/MyMoney/Presentation/Views/billing/add_bill_payment.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/add_bill_payment.resx → trunk/product/MyMoney/Presentation/Views/billing/add_bill_payment.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/IAddBillPaymentView.cs → trunk/product/MyMoney/Presentation/Views/billing/IAddBillPaymentView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/IViewAllBills.cs → trunk/product/MyMoney/Presentation/Views/billing/IViewAllBills.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/view_all_bills.cs → trunk/product/MyMoney/Presentation/Views/billing/view_all_bills.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/view_all_bills.Designer.cs → trunk/product/MyMoney/Presentation/Views/billing/view_all_bills.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/view_all_bills.resx → trunk/product/MyMoney/Presentation/Views/billing/view_all_bills.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/view_all_bills_report.cs → trunk/product/MyMoney/Presentation/Views/billing/view_all_bills_report.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/view_all_bills_report.Designer.cs → trunk/product/MyMoney/Presentation/Views/billing/view_all_bills_report.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/billing/view_all_bills_report.resx → trunk/product/MyMoney/Presentation/Views/billing/view_all_bills_report.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/core/ApplicationDockedWindow.cs → trunk/product/MyMoney/Presentation/Views/core/ApplicationDockedWindow.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/core/ApplicationDockedWindow.Designer.cs → trunk/product/MyMoney/Presentation/Views/core/ApplicationDockedWindow.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/core/ApplicationWindow.cs → trunk/product/MyMoney/Presentation/Views/core/ApplicationWindow.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/core/ApplicationWindow.Designer.cs → trunk/product/MyMoney/Presentation/Views/core/ApplicationWindow.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/core/ApplicationWindow.resx → trunk/product/MyMoney/Presentation/Views/core/ApplicationWindow.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/core/IDockedContentView.cs → trunk/product/MyMoney/Presentation/Views/core/IDockedContentView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/core/IView.cs → trunk/product/MyMoney/Presentation/Views/core/IView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/dialogs/ISaveChangesView.cs → trunk/product/MyMoney/Presentation/Views/dialogs/ISaveChangesView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/dialogs/SaveChangesView.cs → trunk/product/MyMoney/Presentation/Views/dialogs/SaveChangesView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/dialogs/SaveChangesView.Designer.cs → trunk/product/MyMoney/Presentation/Views/dialogs/SaveChangesView.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/dialogs/SaveChangesView.resx → trunk/product/MyMoney/Presentation/Views/dialogs/SaveChangesView.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/dialogs/select_file_to_open_dialog.cs → trunk/product/MyMoney/Presentation/Views/dialogs/select_file_to_open_dialog.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/dialogs/select_file_to_save_to_dialog.cs → trunk/product/MyMoney/Presentation/Views/dialogs/select_file_to_save_to_dialog.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/AddNewIncomeView.cs → trunk/product/MyMoney/Presentation/Views/income/AddNewIncomeView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/AddNewIncomeView.Designer.cs → trunk/product/MyMoney/Presentation/Views/income/AddNewIncomeView.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/AddNewIncomeView.resx → trunk/product/MyMoney/Presentation/Views/income/AddNewIncomeView.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/IAddNewIncomeView.cs → trunk/product/MyMoney/Presentation/Views/income/IAddNewIncomeView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/IViewIncomeHistory.cs → trunk/product/MyMoney/Presentation/Views/income/IViewIncomeHistory.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/ViewAllIncome.cs → trunk/product/MyMoney/Presentation/Views/income/ViewAllIncome.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/ViewAllIncome.Designer.cs → trunk/product/MyMoney/Presentation/Views/income/ViewAllIncome.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/income/ViewAllIncome.resx → trunk/product/MyMoney/Presentation/Views/income/ViewAllIncome.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Menu/Help/about_the_application_view.cs → trunk/product/MyMoney/Presentation/Views/Menu/Help/about_the_application_view.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Menu/Help/about_the_application_view.Designer.cs → trunk/product/MyMoney/Presentation/Views/Menu/Help/about_the_application_view.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Menu/Help/about_the_application_view.resx → trunk/product/MyMoney/Presentation/Views/Menu/Help/about_the_application_view.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Menu/Help/IAboutApplicationView.cs → trunk/product/MyMoney/Presentation/Views/Menu/Help/IAboutApplicationView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Menu/Mappers/sub_menu_to_tool_strip_menu_item_mapper.cs → trunk/product/MyMoney/Presentation/Views/Menu/Mappers/sub_menu_to_tool_strip_menu_item_mapper.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Menu/main_menu_view.cs → trunk/product/MyMoney/Presentation/Views/Menu/main_menu_view.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Menu/main_menu_view_specs.cs → trunk/product/MyMoney/Presentation/Views/Menu/main_menu_view_specs.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Navigation/INavigationView.cs → trunk/product/MyMoney/Presentation/Views/Navigation/INavigationView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Navigation/MainMenuView.cs → trunk/product/MyMoney/Presentation/Views/Navigation/MainMenuView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Navigation/MainMenuView.Designer.cs → trunk/product/MyMoney/Presentation/Views/Navigation/MainMenuView.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Navigation/MainMenuView.resx → trunk/product/MyMoney/Presentation/Views/Navigation/MainMenuView.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Navigation/navigation_view.cs → trunk/product/MyMoney/Presentation/Views/Navigation/navigation_view.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Navigation/navigation_view.Designer.cs → trunk/product/MyMoney/Presentation/Views/Navigation/navigation_view.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Navigation/navigation_view.resx → trunk/product/MyMoney/Presentation/Views/Navigation/navigation_view.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/reporting/IReportView.cs → trunk/product/MyMoney/Presentation/Views/reporting/IReportView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/reporting/report_viewer.cs → trunk/product/MyMoney/Presentation/Views/reporting/report_viewer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/reporting/report_viewer.Designer.cs → trunk/product/MyMoney/Presentation/Views/reporting/report_viewer.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/reporting/report_viewer.resx → trunk/product/MyMoney/Presentation/Views/reporting/report_viewer.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/ApplicationShell.cs → trunk/product/MyMoney/Presentation/Views/Shell/ApplicationShell.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/ApplicationShell.Designer.cs → trunk/product/MyMoney/Presentation/Views/Shell/ApplicationShell.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/ApplicationShell.resx → trunk/product/MyMoney/Presentation/Views/Shell/ApplicationShell.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/INotificationIconView.cs → trunk/product/MyMoney/Presentation/Views/Shell/INotificationIconView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/IShell.cs → trunk/product/MyMoney/Presentation/Views/Shell/IShell.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/NotificationIconView.cs → trunk/product/MyMoney/Presentation/Views/Shell/NotificationIconView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/StatusBarView.cs → trunk/product/MyMoney/Presentation/Views/Shell/StatusBarView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/TaskTrayMessage.cs → trunk/product/MyMoney/Presentation/Views/Shell/TaskTrayMessage.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Shell/TitleBar.cs → trunk/product/MyMoney/Presentation/Views/Shell/TitleBar.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Startup/ISplashScreenView.cs → trunk/product/MyMoney/Presentation/Views/Startup/ISplashScreenView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Startup/splash_screen_view.cs → trunk/product/MyMoney/Presentation/Views/Startup/splash_screen_view.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Startup/splash_screen_view.Designer.cs → trunk/product/MyMoney/Presentation/Views/Startup/splash_screen_view.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/Startup/splash_screen_view.resx → trunk/product/MyMoney/Presentation/Views/Startup/splash_screen_view.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/updates/CheckForUpdates.cs → trunk/product/MyMoney/Presentation/Views/updates/CheckForUpdates.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/updates/CheckForUpdates.Designer.cs → trunk/product/MyMoney/Presentation/Views/updates/CheckForUpdates.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/updates/CheckForUpdates.resx → trunk/product/MyMoney/Presentation/Views/updates/CheckForUpdates.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/updates/ICheckForUpdatesView.cs → trunk/product/MyMoney/Presentation/Views/updates/ICheckForUpdatesView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/add_new_company_view.cs → trunk/product/MyMoney/Presentation/Views/add_new_company_view.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/add_new_company_view.Designer.cs → trunk/product/MyMoney/Presentation/Views/add_new_company_view.Designer.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/add_new_company_view.resx → trunk/product/MyMoney/Presentation/Views/add_new_company_view.resx
File renamed without changes
trunk/src/MyMoney/Presentation/Views/IAddCompanyView.cs → trunk/product/MyMoney/Presentation/Views/IAddCompanyView.cs
File renamed without changes
trunk/src/MyMoney/Presentation/Views/listbox_extensions.cs → trunk/product/MyMoney/Presentation/Views/listbox_extensions.cs
File renamed without changes
trunk/src/MyMoney/Properties/Resources.Designer.cs → trunk/product/MyMoney/Properties/Resources.Designer.cs
File renamed without changes
trunk/src/MyMoney/Properties/Resources.resx → trunk/product/MyMoney/Properties/Resources.resx
File renamed without changes
trunk/src/MyMoney/Properties/Settings.Designer.cs → trunk/product/MyMoney/Properties/Settings.Designer.cs
File renamed without changes
trunk/src/MyMoney/Properties/Settings.settings → trunk/product/MyMoney/Properties/Settings.settings
File renamed without changes
trunk/src/MyMoney/Tasks/application/billing_tasks.cs → trunk/product/MyMoney/Tasks/application/billing_tasks.cs
File renamed without changes
trunk/src/MyMoney/Tasks/application/customer_tasks.cs → trunk/product/MyMoney/Tasks/application/customer_tasks.cs
File renamed without changes
trunk/src/MyMoney/Tasks/application/file_system_tasks.cs → trunk/product/MyMoney/Tasks/application/file_system_tasks.cs
File renamed without changes
trunk/src/MyMoney/Tasks/application/income_tasks.cs → trunk/product/MyMoney/Tasks/application/income_tasks.cs
File renamed without changes
trunk/src/MyMoney/Tasks/infrastructure/UpdateTasks.cs → trunk/product/MyMoney/Tasks/infrastructure/UpdateTasks.cs
File renamed without changes
trunk/src/MyMoney/Testing/MetaData/ConcernAttribute.cs → trunk/product/MyMoney/Testing/MetaData/ConcernAttribute.cs
File renamed without changes
trunk/src/MyMoney/Testing/MetaData/run_in_real_container.cs → trunk/product/MyMoney/Testing/MetaData/run_in_real_container.cs
File renamed without changes
trunk/src/MyMoney/Testing/spechelpers/contexts/behaves_like_a_repository.cs → trunk/product/MyMoney/Testing/spechelpers/contexts/behaves_like_a_repository.cs
File renamed without changes
trunk/src/MyMoney/Testing/spechelpers/contexts/concerns_for.cs → trunk/product/MyMoney/Testing/spechelpers/contexts/concerns_for.cs
File renamed without changes
trunk/src/MyMoney/Testing/spechelpers/core/assertion_extensions.cs → trunk/product/MyMoney/Testing/spechelpers/core/assertion_extensions.cs
File renamed without changes
trunk/src/MyMoney/Testing/spechelpers/core/empty_fixture.cs → trunk/product/MyMoney/Testing/spechelpers/core/empty_fixture.cs
File renamed without changes
trunk/src/MyMoney/Testing/spechelpers/core/IHideObjectMembers.cs → trunk/product/MyMoney/Testing/spechelpers/core/IHideObjectMembers.cs
File renamed without changes
trunk/src/MyMoney/Testing/spechelpers/core/method_call_occurance.cs → trunk/product/MyMoney/Testing/spechelpers/core/method_call_occurance.cs
File renamed without changes
trunk/src/MyMoney/Testing/spechelpers/core/mocking_extensions.cs → trunk/product/MyMoney/Testing/spechelpers/core/mocking_extensions.cs
File renamed without changes
trunk/src/MyMoney/Testing/Call.cs → trunk/product/MyMoney/Testing/Call.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/and_specification.cs → trunk/product/MyMoney/Utility/Core/and_specification.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/chained_command.cs → trunk/product/MyMoney/Utility/Core/chained_command.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/chained_mapper.cs → trunk/product/MyMoney/Utility/Core/chained_mapper.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/ChainedConfiguration.cs → trunk/product/MyMoney/Utility/Core/ChainedConfiguration.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/command.cs → trunk/product/MyMoney/Utility/Core/command.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/empty_command.cs → trunk/product/MyMoney/Utility/Core/empty_command.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IBuilder.cs → trunk/product/MyMoney/Utility/Core/IBuilder.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/ICallback.cs → trunk/product/MyMoney/Utility/Core/ICallback.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/ICommand.cs → trunk/product/MyMoney/Utility/Core/ICommand.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IConfiguration.cs → trunk/product/MyMoney/Utility/Core/IConfiguration.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IDisposableCommand.cs → trunk/product/MyMoney/Utility/Core/IDisposableCommand.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IFactory.cs → trunk/product/MyMoney/Utility/Core/IFactory.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IMapper.cs → trunk/product/MyMoney/Utility/Core/IMapper.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IParameterizedCommand.cs → trunk/product/MyMoney/Utility/Core/IParameterizedCommand.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/ISpecification.cs → trunk/product/MyMoney/Utility/Core/ISpecification.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IValueReturningVisitor.cs → trunk/product/MyMoney/Utility/Core/IValueReturningVisitor.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IVisitable.cs → trunk/product/MyMoney/Utility/Core/IVisitable.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/IVisitor.cs → trunk/product/MyMoney/Utility/Core/IVisitor.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/Map.cs → trunk/product/MyMoney/Utility/Core/Map.cs
File renamed without changes
trunk/src/MyMoney/Utility/Core/or_specification.cs → trunk/product/MyMoney/Utility/Core/or_specification.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/command_extensions.cs → trunk/product/MyMoney/Utility/Extensions/command_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/configuration_extensions.cs → trunk/product/MyMoney/Utility/Extensions/configuration_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/conversion_extensions.cs → trunk/product/MyMoney/Utility/Extensions/conversion_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/enumerable_extensions.cs → trunk/product/MyMoney/Utility/Extensions/enumerable_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/func_extensions.cs → trunk/product/MyMoney/Utility/Extensions/func_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/mapping_extensions.cs → trunk/product/MyMoney/Utility/Extensions/mapping_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/mapping_extensions_specs.cs → trunk/product/MyMoney/Utility/Extensions/mapping_extensions_specs.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/numeric_conversions.cs → trunk/product/MyMoney/Utility/Extensions/numeric_conversions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/numeric_conversions_specs.cs → trunk/product/MyMoney/Utility/Extensions/numeric_conversions_specs.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/querying_extensions.cs → trunk/product/MyMoney/Utility/Extensions/querying_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/specification_extensions.cs → trunk/product/MyMoney/Utility/Extensions/specification_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/string_extensions.cs → trunk/product/MyMoney/Utility/Extensions/string_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/type_extensions.cs → trunk/product/MyMoney/Utility/Extensions/type_extensions.cs
File renamed without changes
trunk/src/MyMoney/Utility/Extensions/visitor_extensions.cs → trunk/product/MyMoney/Utility/Extensions/visitor_extensions.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/bootstrap.cs → trunk/product/MyMoney/windows.ui/bootstrap.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/check_for_updates.cs → trunk/product/MyMoney/windows.ui/check_for_updates.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/global_error_handling.cs → trunk/product/MyMoney/windows.ui/global_error_handling.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/hookup.cs → trunk/product/MyMoney/windows.ui/hookup.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/start_the_application.cs → trunk/product/MyMoney/windows.ui/start_the_application.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/wire_up_the_container.cs → trunk/product/MyMoney/windows.ui/wire_up_the_container.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/wire_up_the_core_services_into_the.cs → trunk/product/MyMoney/windows.ui/wire_up_the_core_services_into_the.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/wire_up_the_mappers_in_to_the.cs → trunk/product/MyMoney/windows.ui/wire_up_the_mappers_in_to_the.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/wire_up_the_reports_in_to_the.cs → trunk/product/MyMoney/windows.ui/wire_up_the_reports_in_to_the.cs
File renamed without changes
trunk/src/MyMoney/windows.ui/wire_up_the_views_in_to_the.cs → trunk/product/MyMoney/windows.ui/wire_up_the_views_in_to_the.cs
File renamed without changes
trunk/src/MyMoney/MyMoney.csproj → trunk/product/MyMoney/MyMoney.csproj
File renamed without changes