Commit 7187153

mo khan <mo@mokhan.ca>
2010-05-21 20:01:28
removed another winforms project.
1 parent 02cc73c
product/client/database/repositories/AccountHolderRepository.cs
@@ -1,5 +1,3 @@
-using System.Collections.Generic;
-using momoney.database.transactions;
 //using MoMoney.Domain.accounting;
 //using MoMoney.Domain.repositories;
 
product/client/database/repositories/BillRepository.cs
@@ -1,5 +1,3 @@
-using System.Collections.Generic;
-using momoney.database.transactions;
 //using MoMoney.Domain.Accounting;
 //using MoMoney.Domain.repositories;
 
product/client/database/repositories/CompanyRepository.cs
@@ -1,8 +1,3 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using gorilla.commons.utility;
-using momoney.database.transactions;
 //using MoMoney.Domain.Accounting;
 //using MoMoney.Domain.repositories;
 
product/client/database/repositories/IncomeRepository.cs
@@ -1,5 +1,3 @@
-using System.Collections.Generic;
-using momoney.database.transactions;
 //using MoMoney.Domain.Accounting;
 //using MoMoney.Domain.repositories;
 
product/client/presentation.windows/bootstrappers/StartServiceBus.cs
@@ -1,7 +1,6 @@
 using Gorilla.Commons.Infrastructure.Container;
 using MoMoney.Service.Infrastructure.Threading;
 using presentation.windows.common;
-using presentation.windows.common.messages;
 
 namespace presentation.windows.bootstrappers
 {
product/client/service.contracts/Application/IAddNewIncomeCommand.cs
@@ -1,9 +1,9 @@
-using System.ServiceModel;
+using System.ServiceModel;
 using gorilla.commons.utility;
-using MoMoney.DTO;
-
-namespace MoMoney.Service.Contracts.Application
-{
-    [ServiceContract]
-    public interface IAddNewIncomeCommand : Command<IncomeSubmissionDTO> {}
+using MoMoney.DTO;
+
+namespace MoMoney.Service.Contracts.Application
+{
+    [ServiceContract]
+    public interface IAddNewIncomeCommand : Command<IncomeSubmissionDTO> {}
 }
\ No newline at end of file
product/client/service.contracts/Service.Contracts.csproj
@@ -83,10 +83,6 @@
       <Project>{DD8FD29E-7424-415C-9BA3-7D9F6ECBA161}</Project>
       <Name>utility %28commons\utility%29</Name>
     </ProjectReference>
-    <ProjectReference Include="..\DTO\dto.csproj">
-      <Project>{ACF52FAB-435B-48C9-A383-C787CB2D8000}</Project>
-      <Name>dto</Name>
-    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
product/presentation.windows.server/Bootstrapper.cs
@@ -13,7 +13,6 @@ using gorilla.commons.utility;
 using momoney.database.transactions;
 using MoMoney.Service.Infrastructure.Threading;
 using momoney.service.infrastructure.transactions;
-using NHibernate.ByteCode.Castle;
 using NHibernate.Cfg;
 using NHibernate.Tool.hbm2ddl;
 using presentation.windows.common;
product/presentation.windows.server/StartServiceBus.cs
@@ -1,4 +1,3 @@
-using System.Threading;
 using Gorilla.Commons.Infrastructure.Container;
 using MoMoney.Service.Infrastructure.Threading;
 using momoney.service.infrastructure.transactions;
solution.sln
@@ -9,10 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "support", "support", "{8421
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "build", "build\build.csproj", "{B8505B10-85C7-45F4-B039-D364DD556D7D}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dto", "product\client\dto\dto.csproj", "{ACF52FAB-435B-48C9-A383-C787CB2D8000}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "service.contracts", "product\client\service.contracts\service.contracts.csproj", "{41D2B68B-031B-44FF-BAC5-7752D9E29F94}"
-EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "service.infrastructure", "product\client\service.infrastructure\service.infrastructure.csproj", "{81412692-F3EE-4FBF-A7C7-69454DD1BD46}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "infrastructure", "product\commons\infrastructure\infrastructure.csproj", "{AA5EEED9-4531-45F7-AFCD-AD9717D2E405}"
@@ -40,14 +36,6 @@ Global
 		{B8505B10-85C7-45F4-B039-D364DD556D7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{B8505B10-85C7-45F4-B039-D364DD556D7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{B8505B10-85C7-45F4-B039-D364DD556D7D}.Release|Any CPU.Build.0 = Release|Any CPU
-		{ACF52FAB-435B-48C9-A383-C787CB2D8000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{ACF52FAB-435B-48C9-A383-C787CB2D8000}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{ACF52FAB-435B-48C9-A383-C787CB2D8000}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{ACF52FAB-435B-48C9-A383-C787CB2D8000}.Release|Any CPU.Build.0 = Release|Any CPU
-		{41D2B68B-031B-44FF-BAC5-7752D9E29F94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{41D2B68B-031B-44FF-BAC5-7752D9E29F94}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{41D2B68B-031B-44FF-BAC5-7752D9E29F94}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{41D2B68B-031B-44FF-BAC5-7752D9E29F94}.Release|Any CPU.Build.0 = Release|Any CPU
 		{81412692-F3EE-4FBF-A7C7-69454DD1BD46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{81412692-F3EE-4FBF-A7C7-69454DD1BD46}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{81412692-F3EE-4FBF-A7C7-69454DD1BD46}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -89,8 +77,6 @@ Global
 		HideSolutionNode = FALSE
 	EndGlobalSection
 	GlobalSection(NestedProjects) = preSolution
-		{ACF52FAB-435B-48C9-A383-C787CB2D8000} = {07187CAA-7272-4E29-A736-5CBD5118D40B}
-		{41D2B68B-031B-44FF-BAC5-7752D9E29F94} = {07187CAA-7272-4E29-A736-5CBD5118D40B}
 		{81412692-F3EE-4FBF-A7C7-69454DD1BD46} = {07187CAA-7272-4E29-A736-5CBD5118D40B}
 		{81E2CF6C-4D61-442E-8086-BF1E017C7041} = {07187CAA-7272-4E29-A736-5CBD5118D40B}
 		{4E60988E-1A43-4807-8CEC-4E13F63DE363} = {07187CAA-7272-4E29-A736-5CBD5118D40B}