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>{41D2B68B-031B-44FF-BAC5-7752D9E29F94}</ProjectGuid>
 9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>momoney.service.contracts</RootNamespace>
12    <AssemblyName>momoney.service.contracts</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="gorilla.commons.infrastructure, Version=2009.9.4.1823, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.infrastructure.dll</HintPath>
37    </Reference>
38    <Reference Include="gorilla.commons.utility, Version=2009.9.4.1823, Culture=neutral, PublicKeyToken=687787ccb6c36c9f, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\..\build\lib\app\gorilla\gorilla.commons.utility.dll</HintPath>
41    </Reference>
42    <Reference Include="System" />
43    <Reference Include="System.Core">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.ServiceModel">
47      <RequiredTargetFramework>3.0</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Xml.Linq">
50      <RequiredTargetFramework>3.5</RequiredTargetFramework>
51    </Reference>
52    <Reference Include="System.Data.DataSetExtensions">
53      <RequiredTargetFramework>3.5</RequiredTargetFramework>
54    </Reference>
55    <Reference Include="System.Data" />
56    <Reference Include="System.Xml" />
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="application\IAddNewIncomeCommand.cs" />
60    <Compile Include="application\IGetAllBillsQuery.cs" />
61    <Compile Include="application\IGetAllCompanysQuery.cs" />
62    <Compile Include="application\IGetAllIncomeQuery.cs" />
63    <Compile Include="application\IRegisterNewCompanyCommand.cs" />
64    <Compile Include="application\ISaveNewBillCommand.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <ProjectReference Include="..\DTO\dto.csproj">
69      <Project>{ACF52FAB-435B-48C9-A383-C787CB2D8000}</Project>
70      <Name>dto</Name>
71    </ProjectReference>
72  </ItemGroup>
73  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
75       Other similar extension points exist, see Microsoft.Common.targets.
76  <Target Name="BeforeBuild">
77  </Target>
78  <Target Name="AfterBuild">
79  </Target>
80  -->
81</Project>