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>{81412692-F3EE-4FBF-A7C7-69454DD1BD46}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>momoney.service.infrastructure</RootNamespace>
12 <AssemblyName>momoney.service.infrastructure</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.10.21.739, 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.10.21.739, 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.10.21.739, 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.Xml.Linq">
76 <RequiredTargetFramework>3.5</RequiredTargetFramework>
77 </Reference>
78 <Reference Include="System.Data.DataSetExtensions">
79 <RequiredTargetFramework>3.5</RequiredTargetFramework>
80 </Reference>
81 <Reference Include="System.Data" />
82 <Reference Include="System.Xml" />
83 </ItemGroup>
84 <ItemGroup>
85 <Compile Include="debugging\Launch.cs" />
86 <Compile Include="eventing\EventAggregator.cs" />
87 <Compile Include="eventing\EventAggregatorSpecs.cs" />
88 <Compile Include="eventing\IEvent.cs" />
89 <Compile Include="eventing\IEventAggregator.cs" />
90 <Compile Include="eventing\IEventSubscriber.cs" />
91 <Compile Include="IProjectTasks.cs" />
92 <Compile Include="logging\ILogFileTasks.cs" />
93 <Compile Include="logging\LogFileTasks.cs" />
94 <Compile Include="ProjectTasks.cs" />
95 <Compile Include="Properties\AssemblyInfo.cs" />
96 <Compile Include="security\IsInRole.cs" />
97 <Compile Include="security\IsInRoleSpecs.cs" />
98 <Compile Include="security\Role.cs" />
99 <Compile Include="threading\AsynchronousCommandProcessor.cs" />
100 <Compile Include="threading\BackgroundThread.cs" />
101 <Compile Include="threading\BackgroundThreadFactory.cs" />
102 <Compile Include="threading\BackgroundThreadFactorySpecs.cs" />
103 <Compile Include="threading\BackgroundThreadSpecs.cs" />
104 <Compile Include="threading\SynchronousCommandProcessor.cs" />
105 <Compile Include="threading\CommandProcessorSpecs.cs" />
106 <Compile Include="threading\CommandProcessor.cs" />
107 <Compile Include="threading\IntervalTimer.cs" />
108 <Compile Include="threading\IntervalTimerSpecs.cs" />
109 <Compile Include="threading\ITimerClient.cs" />
110 <Compile Include="threading\IWorkerThread.cs" />
111 <Compile Include="threading\RaiseEventInterceptor.cs" />
112 <Compile Include="threading\RunOnBackgroundThreadInterceptor.cs" />
113 <Compile Include="threading\RunOnBackgroundThreadInterceptorSpecs.cs" />
114 <Compile Include="threading\RunOnUIThread.cs" />
115 <Compile Include="threading\SynchronizationContextFactory.cs" />
116 <Compile Include="threading\SynchronizedCommand.cs" />
117 <Compile Include="threading\SynchronizedContext.cs" />
118 <Compile Include="threading\Synchronizer.cs" />
119 <Compile Include="threading\ThreadingExtensions.cs" />
120 <Compile Include="threading\TimerFactory.cs" />
121 <Compile Include="threading\TimerFactorySpecs.cs" />
122 <Compile Include="threading\WorkerThread.cs">
123 <SubType>Component</SubType>
124 </Compile>
125 <Compile Include="threading\WorkItem.cs" />
126 <Compile Include="transactions\EmptyUnitOfWork.cs" />
127 <Compile Include="transactions\IUnitOfWork.cs" />
128 <Compile Include="transactions\IUnitOfWorkFactory.cs" />
129 <Compile Include="transactions\UnitOfWork.cs" />
130 <Compile Include="transactions\UnitOfWorkFactory.cs" />
131 <Compile Include="transactions\UnitOfWorkFactorySpecs.cs" />
132 <Compile Include="transactions\UnitOfWorkSpecs.cs" />
133 <Compile Include="updating\CancelUpdate.cs" />
134 <Compile Include="updating\CancelUpdateSpecs.cs" />
135 <Compile Include="updating\CurrentDeployment.cs" />
136 <Compile Include="updating\DownloadTheLatestVersion.cs" />
137 <Compile Include="updating\ICancelUpdate.cs" />
138 <Compile Include="updating\IDeployment.cs" />
139 <Compile Include="updating\IDownloadTheLatestVersion.cs" />
140 <Compile Include="updating\IWhatIsTheAvailableVersion.cs" />
141 <Compile Include="updating\NullDeployment.cs" />
142 <Compile Include="updating\WhatIsTheAvailableVersion.cs" />
143 </ItemGroup>
144 <ItemGroup>
145 <ProjectReference Include="..\database\database.csproj">
146 <Project>{580E68A8-EDEE-4350-8BBE-A053645B0F83}</Project>
147 <Name>database</Name>
148 </ProjectReference>
149 </ItemGroup>
150 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152 Other similar extension points exist, see Microsoft.Common.targets.
153 <Target Name="BeforeBuild">
154 </Target>
155 <Target Name="AfterBuild">
156 </Target>
157 -->
158</Project>