# HG changeset patch # User adminsh@apollo # Date 1332262409 0 # Node ID 399398841fd06e46f58aad4ca05d00440b842821 # Parent a7a4cde3999973a2c2cc10a856a37b28bbd9a6d1 Working version for Stocks (including loosely coupled components diff -r a7a4cde39999 -r 399398841fd0 .hgignore --- a/.hgignore Tue Mar 20 15:07:49 2012 +0000 +++ b/.hgignore Tue Mar 20 16:53:29 2012 +0000 @@ -4,3 +4,4 @@ *.suo *.csproj.user */obj/* +*/_ReSharper* diff -r a7a4cde39999 -r 399398841fd0 MetroWpf/MetroWpf.sln --- a/MetroWpf/MetroWpf.sln Tue Mar 20 15:07:49 2012 +0000 +++ b/MetroWpf/MetroWpf.sln Tue Mar 20 16:53:29 2012 +0000 @@ -13,6 +13,8 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stocks.Common", "Stocks.Common\Stocks.Common.csproj", "{847365D2-E27B-44C3-8DF4-B749D9FA65D7}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stocks.UI", "Stocks.UI\Stocks.UI.csproj", "{BF20711D-4863-4FD3-9B6C-42D4E677D85C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -83,6 +85,16 @@ {847365D2-E27B-44C3-8DF4-B749D9FA65D7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {847365D2-E27B-44C3-8DF4-B749D9FA65D7}.Release|Mixed Platforms.Build.0 = Release|Any CPU {847365D2-E27B-44C3-8DF4-B749D9FA65D7}.Release|x86.ActiveCfg = Release|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Debug|x86.ActiveCfg = Debug|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Release|Any CPU.Build.0 = Release|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {BF20711D-4863-4FD3-9B6C-42D4E677D85C}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff -r a7a4cde39999 -r 399398841fd0 MetroWpf/MetroWpf/IoCModule.cs --- a/MetroWpf/MetroWpf/IoCModule.cs Tue Mar 20 15:07:49 2012 +0000 +++ b/MetroWpf/MetroWpf/IoCModule.cs Tue Mar 20 16:53:29 2012 +0000 @@ -7,11 +7,11 @@ using MetroWpf.Presentation.Menu; using MetroWpf.Presentation.Settings; using MetroWpf.Presentation.Shell; -using MetroWpf.Presentation.Stocks; using MetroWpf.Presentation.UserProfile; using Ninject.Modules; using Stocks.Common; using Stocks.Service; +using Stocks.UI.ViewModels; namespace MetroWpf { diff -r a7a4cde39999 -r 399398841fd0 MetroWpf/MetroWpf/Locator.cs --- a/MetroWpf/MetroWpf/Locator.cs Tue Mar 20 15:07:49 2012 +0000 +++ b/MetroWpf/MetroWpf/Locator.cs Tue Mar 20 16:53:29 2012 +0000 @@ -4,11 +4,11 @@ using MetroWpf.Presentation.Shell; using MetroWpf.Presentation.Settings; using MetroWpf.Presentation.Login; -using MetroWpf.Presentation.Stocks; using MetroWpf.Presentation.UserProfile; using MetroWpf.Presentation.About; using MetroWpf.Presentation.Menu; using Microsoft.Practices.ServiceLocation; +using Stocks.UI.ViewModels; namespace MetroWpf { diff -r a7a4cde39999 -r 399398841fd0 MetroWpf/MetroWpf/MetroWpf.csproj --- a/MetroWpf/MetroWpf/MetroWpf.csproj Tue Mar 20 15:07:49 2012 +0000 +++ b/MetroWpf/MetroWpf/MetroWpf.csproj Tue Mar 20 16:53:29 2012 +0000 @@ -96,11 +96,6 @@ - - - StocksView.xaml - - @@ -185,10 +180,6 @@ MSBuild:Compile Designer - - MSBuild:Compile - Designer - Designer MSBuild:Compile @@ -223,18 +214,10 @@ {47F54122-5381-48D8-ACF7-72BBE0353511} Stocks.Service - - - - - - - - - - - - + + {BF20711D-4863-4FD3-9B6C-42D4E677D85C} + Stocks.UI + - - - -