main
  1<?xml version="1.0" encoding="utf-8"?>
  2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3  <PropertyGroup>
  4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6    <ProductVersion>9.0.30729</ProductVersion>
  7    <SchemaVersion>2.0</SchemaVersion>
  8    <ProjectGuid>{7EA4C557-6EF2-4B1F-85C8-5B3F51BAD8DB}</ProjectGuid>
  9    <OutputType>Library</OutputType>
 10    <AppDesignerFolder>Properties</AppDesignerFolder>
 11    <RootNamespace>momoney.service</RootNamespace>
 12    <AssemblyName>momoney.service</AssemblyName>
 13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 14    <FileAlignment>512</FileAlignment>
 15  </PropertyGroup>
 16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 17    <DebugSymbols>true</DebugSymbols>
 18    <DebugType>full</DebugType>
 19    <Optimize>false</Optimize>
 20    <OutputPath>bin\Debug\</OutputPath>
 21    <DefineConstants>DEBUG;TRACE</DefineConstants>
 22    <ErrorReport>prompt</ErrorReport>
 23    <WarningLevel>4</WarningLevel>
 24  </PropertyGroup>
 25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 26    <DebugType>pdbonly</DebugType>
 27    <Optimize>true</Optimize>
 28    <OutputPath>bin\Release\</OutputPath>
 29    <DefineConstants>TRACE</DefineConstants>
 30    <ErrorReport>prompt</ErrorReport>
 31    <WarningLevel>4</WarningLevel>
 32  </PropertyGroup>
 33  <ItemGroup>
 34    <Reference Include="bdddoc, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 35      <SpecificVersion>False</SpecificVersion>
 36      <HintPath>..\..\build\lib\test\bdd.doc\bdddoc.dll</HintPath>
 37    </Reference>
 38    <Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
 39      <SpecificVersion>False</SpecificVersion>
 40      <HintPath>..\..\build\lib\app\castle\Castle.Core.dll</HintPath>
 41    </Reference>
 42    <Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
 43      <SpecificVersion>False</SpecificVersion>
 44      <HintPath>..\..\build\lib\app\castle\Castle.DynamicProxy2.dll</HintPath>
 45    </Reference>
 46    <Reference Include="developwithpassion.bdd, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 47      <SpecificVersion>False</SpecificVersion>
 48      <HintPath>..\..\build\lib\test\developwithpassion\developwithpassion.bdd.dll</HintPath>
 49    </Reference>
 50    <Reference Include="gorilla.commons.infrastructure, Version=2009.5.5.1633, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
 51      <SpecificVersion>False</SpecificVersion>
 52      <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.infrastructure.dll</HintPath>
 53    </Reference>
 54    <Reference Include="gorilla.commons.infrastructure.thirdparty, Version=2009.9.5.2051, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
 55      <SpecificVersion>False</SpecificVersion>
 56      <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.infrastructure.thirdparty.dll</HintPath>
 57    </Reference>
 58    <Reference Include="gorilla.commons.utility, Version=2009.5.5.1633, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
 59      <SpecificVersion>False</SpecificVersion>
 60      <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.utility.dll</HintPath>
 61    </Reference>
 62    <Reference Include="gorilla.testing, Version=2009.5.5.194, Culture=neutral, processorArchitecture=MSIL">
 63      <SpecificVersion>False</SpecificVersion>
 64      <HintPath>..\..\build\lib\test\gorilla\gorilla.testing.dll</HintPath>
 65    </Reference>
 66    <Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
 67      <SpecificVersion>False</SpecificVersion>
 68      <HintPath>..\..\build\lib\test\rhino.mocks\Rhino.Mocks.dll</HintPath>
 69    </Reference>
 70    <Reference Include="System" />
 71    <Reference Include="System.Core">
 72      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 73    </Reference>
 74    <Reference Include="System.Deployment" />
 75    <Reference Include="System.Runtime.Serialization">
 76      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 77    </Reference>
 78    <Reference Include="System.ServiceModel">
 79      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 80    </Reference>
 81    <Reference Include="System.Xml.Linq">
 82      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 83    </Reference>
 84    <Reference Include="System.Data.DataSetExtensions">
 85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 86    </Reference>
 87    <Reference Include="System.Data" />
 88    <Reference Include="System.Xml" />
 89  </ItemGroup>
 90  <ItemGroup>
 91    <Compile Include="application\AddNewIncomeCommand.cs" />
 92    <Compile Include="application\AddNewIncomeCommandSpecs.cs" />
 93    <Compile Include="application\GetTheCurrentCustomerQuery.cs" />
 94    <Compile Include="application\EventLog.cs" />
 95    <Compile Include="application\GetAllBillsQuery.cs" />
 96    <Compile Include="application\GetAllCompanysQuery.cs" />
 97    <Compile Include="application\GetAllIncomeQuery.cs" />
 98    <Compile Include="application\IEventLog.cs" />
 99    <Compile Include="application\RegisterNewCompanyCommand.cs" />
100    <Compile Include="application\SaveNewBillCommand.cs" />
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="..\database\database.csproj">
104      <Project>{580E68A8-EDEE-4350-8BBE-A053645B0F83}</Project>
105      <Name>database</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\Domain\domain.csproj">
108      <Project>{BE790BCC-4412-473F-9D0A-5AA48FE7A74F}</Project>
109      <Name>domain</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\DTO\dto.csproj">
112      <Project>{ACF52FAB-435B-48C9-A383-C787CB2D8000}</Project>
113      <Name>dto</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\Service.Contracts\service.contracts.csproj">
116      <Project>{41D2B68B-031B-44FF-BAC5-7752D9E29F94}</Project>
117      <Name>service.contracts</Name>
118    </ProjectReference>
119  </ItemGroup>
120  <ItemGroup>
121    <Folder Include="Properties\" />
122  </ItemGroup>
123  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
125       Other similar extension points exist, see Microsoft.Common.targets.
126  <Target Name="BeforeBuild">
127  </Target>
128  <Target Name="AfterBuild">
129  </Target>
130  -->
131</Project>