main
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>{81E2CF6C-4D61-442E-8086-BF1E017C7041}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>presentation.windows</RootNamespace>
12 <AssemblyName>momoney.wpf</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16 <WarningLevel>4</WarningLevel>
17 <IsWebBootstrapper>false</IsWebBootstrapper>
18 <FileUpgradeFlags>
19 </FileUpgradeFlags>
20 <OldToolsVersion>3.5</OldToolsVersion>
21 <UpgradeBackupLocation />
22 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode>
27 <UpdateInterval>7</UpdateInterval>
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29 <UpdatePeriodically>false</UpdatePeriodically>
30 <UpdateRequired>false</UpdateRequired>
31 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <UseApplicationTrust>false</UseApplicationTrust>
35 <BootstrapperEnabled>true</BootstrapperEnabled>
36 <TargetFrameworkProfile />
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39 <DebugSymbols>true</DebugSymbols>
40 <DebugType>full</DebugType>
41 <Optimize>false</Optimize>
42 <OutputPath>bin\Debug\</OutputPath>
43 <DefineConstants>DEBUG;TRACE</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 <PlatformTarget>AnyCPU</PlatformTarget>
47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48 </PropertyGroup>
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50 <DebugType>pdbonly</DebugType>
51 <Optimize>true</Optimize>
52 <OutputPath>bin\Release\</OutputPath>
53 <DefineConstants>TRACE</DefineConstants>
54 <ErrorReport>prompt</ErrorReport>
55 <WarningLevel>4</WarningLevel>
56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57 </PropertyGroup>
58 <ItemGroup>
59 <Reference Include="Autofac, Version=1.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
60 <SpecificVersion>False</SpecificVersion>
61 <HintPath>..\..\..\thirdparty\auto.fac\Autofac.dll</HintPath>
62 </Reference>
63 <Reference Include="AutoMapper, Version=0.3.1.71, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
64 <SpecificVersion>False</SpecificVersion>
65 <HintPath>..\..\..\thirdparty\automapper\AutoMapper.dll</HintPath>
66 </Reference>
67 <Reference Include="Rhino.Queues, Version=1.2.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
68 <SpecificVersion>False</SpecificVersion>
69 <HintPath>..\..\..\thirdparty\rhino.queues\Rhino.Queues.dll</HintPath>
70 </Reference>
71 <Reference Include="System" />
72 <Reference Include="System.Core">
73 <RequiredTargetFramework>3.5</RequiredTargetFramework>
74 </Reference>
75 <Reference Include="System.Xaml" />
76 <Reference Include="System.Xml.Linq">
77 <RequiredTargetFramework>3.5</RequiredTargetFramework>
78 </Reference>
79 <Reference Include="System.Data.DataSetExtensions">
80 <RequiredTargetFramework>3.5</RequiredTargetFramework>
81 </Reference>
82 <Reference Include="System.Data" />
83 <Reference Include="System.Xml" />
84 <Reference Include="UIAutomationProvider">
85 <RequiredTargetFramework>3.0</RequiredTargetFramework>
86 </Reference>
87 <Reference Include="WindowsBase">
88 <RequiredTargetFramework>3.0</RequiredTargetFramework>
89 </Reference>
90 <Reference Include="PresentationCore">
91 <RequiredTargetFramework>3.0</RequiredTargetFramework>
92 </Reference>
93 <Reference Include="PresentationFramework">
94 <RequiredTargetFramework>3.0</RequiredTargetFramework>
95 </Reference>
96 <Reference Include="WPFToolkit, Version=3.5.40128.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
97 </ItemGroup>
98 <ItemGroup>
99 <Page Include="views\AccountTab.xaml">
100 <SubType>Designer</SubType>
101 <Generator>MSBuild:Compile</Generator>
102 <Generator>MSBuild:Compile</Generator>
103 <SubType>Designer</SubType>
104 </Page>
105 <Page Include="views\AddFamilyMemberDialog.xaml">
106 <SubType>Designer</SubType>
107 <Generator>MSBuild:Compile</Generator>
108 <Generator>MSBuild:Compile</Generator>
109 <SubType>Designer</SubType>
110 </Page>
111 <Page Include="views\AddNewDetailAccountDialog.xaml">
112 <SubType>Designer</SubType>
113 <Generator>MSBuild:Compile</Generator>
114 <Generator>MSBuild:Compile</Generator>
115 <SubType>Designer</SubType>
116 </Page>
117 <Page Include="views\ErrorWindow.xaml">
118 <SubType>Designer</SubType>
119 <Generator>MSBuild:Compile</Generator>
120 <Generator>MSBuild:Compile</Generator>
121 <SubType>Designer</SubType>
122 </Page>
123 <Page Include="views\SelectedFamilyMemberRegion.xaml">
124 <SubType>Designer</SubType>
125 <Generator>MSBuild:Compile</Generator>
126 <Generator>MSBuild:Compile</Generator>
127 <SubType>Designer</SubType>
128 </Page>
129 <Page Include="views\ShellWindow.xaml">
130 <Generator>MSBuild:Compile</Generator>
131 <SubType>Designer</SubType>
132 <Generator>MSBuild:Compile</Generator>
133 <SubType>Designer</SubType>
134 </Page>
135 <Page Include="views\StatusBarRegion.xaml">
136 <SubType>Designer</SubType>
137 <Generator>MSBuild:Compile</Generator>
138 <Generator>MSBuild:Compile</Generator>
139 <SubType>Designer</SubType>
140 </Page>
141 <Compile Include="bootstrappers\PublishEventHandler.cs" />
142 <Compile Include="eventing\EventAggregator.cs" />
143 <Compile Include="eventing\EventSubscriber.cs" />
144 <Compile Include="eventing\SynchronizedEventAggregator.cs" />
145 <Compile Include="views\ImageButton.cs" />
146 <Compile Include="views\ShellWindow.xaml.cs">
147 <DependentUpon>ShellWindow.xaml</DependentUpon>
148 <SubType>Code</SubType>
149 </Compile>
150 </ItemGroup>
151 <ItemGroup>
152 <Compile Include="ApplicationController.cs" />
153 <Compile Include="bootstrappers\ClientBootstrapper.cs" />
154 <Compile Include="bootstrappers\ConfigureMappings.cs" />
155 <Compile Include="bootstrappers\StartServiceBus.cs" />
156 <Compile Include="events\SelectedFamilyMember.cs" />
157 <Compile Include="events\UpdateOnLongRunningProcess.cs" />
158 <Compile Include="Dialog.cs" />
159 <Compile Include="DialogPresenter.cs" />
160 <Compile Include="presenters\AccountPresenter.cs" />
161 <Compile Include="presenters\AddFamilyMemberPresenter.cs" />
162 <Compile Include="presenters\AddNewDetailAccountPresenter.cs" />
163 <Compile Include="CancelCommand.cs" />
164 <Compile Include="UICommand.cs" />
165 <Compile Include="UICommandBuilder.cs" />
166 <Compile Include="presenters\WpfBindingExtensinos.cs" />
167 <Compile Include="presenters\WpfCommandBuilder.cs" />
168 <Compile Include="presenters\SelectedFamilyMemberPresenter.cs" />
169 <Compile Include="presenters\StatusBarPresenter.cs" />
170 <Compile Include="Observable.cs" />
171 <Compile Include="presenters\PersonDetails.cs" />
172 <Compile Include="View.cs" />
173 <Compile Include="views\AccountTab.xaml.cs">
174 <DependentUpon>AccountTab.xaml</DependentUpon>
175 </Compile>
176 <Compile Include="views\AddFamilyMemberDialog.xaml.cs">
177 <DependentUpon>AddFamilyMemberDialog.xaml</DependentUpon>
178 </Compile>
179 <Compile Include="views\AddNewDetailAccountDialog.xaml.cs">
180 <DependentUpon>AddNewDetailAccountDialog.xaml</DependentUpon>
181 </Compile>
182 <Compile Include="bootstrappers\ComposeShell.cs" />
183 <Compile Include="Presenter.cs" />
184 <Compile Include="PresenterFactory.cs" />
185 <Compile Include="RegionManager.cs" />
186 <Compile Include="Program.cs" />
187 <Compile Include="Properties\AssemblyInfo.cs">
188 <SubType>Code</SubType>
189 </Compile>
190 <Compile Include="Properties\Resources.Designer.cs">
191 <AutoGen>True</AutoGen>
192 <DesignTime>True</DesignTime>
193 <DependentUpon>Resources.resx</DependentUpon>
194 </Compile>
195 <Compile Include="Properties\Settings.Designer.cs">
196 <AutoGen>True</AutoGen>
197 <DependentUpon>Settings.settings</DependentUpon>
198 <DesignTimeSharedInput>True</DesignTimeSharedInput>
199 </Compile>
200 <Compile Include="Tab.cs" />
201 <Compile Include="TabPresenter.cs" />
202 <Compile Include="IObservableCommand.cs" />
203 <Compile Include="views\ErrorWindow.xaml.cs">
204 <DependentUpon>ErrorWindow.xaml</DependentUpon>
205 </Compile>
206 <Compile Include="views\SelectedFamilyMemberRegion.xaml.cs">
207 <DependentUpon>SelectedFamilyMemberRegion.xaml</DependentUpon>
208 </Compile>
209 <Compile Include="views\MainMenu.cs" />
210 <Compile Include="views\MenuItemExtensions.cs" />
211 <Compile Include="SimpleCommand.cs" />
212 <Compile Include="views\StatusBarRegion.xaml.cs">
213 <DependentUpon>StatusBarRegion.xaml</DependentUpon>
214 </Compile>
215 <Compile Include="WPFApplication.cs" />
216 <Compile Include="WpfApplicationController.cs" />
217 <Compile Include="WpfPresenterFactory.cs" />
218 <EmbeddedResource Include="Properties\Resources.resx">
219 <Generator>ResXFileCodeGenerator</Generator>
220 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
221 </EmbeddedResource>
222 <None Include="app.config" />
223 <None Include="Properties\Settings.settings">
224 <Generator>SettingsSingleFileGenerator</Generator>
225 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
226 </None>
227 <AppDesigner Include="Properties\" />
228 </ItemGroup>
229 <ItemGroup>
230 <ProjectReference Include="..\..\commons\infrastructure.thirdparty.log4net\infrastructure.thirdparty.log4net.csproj">
231 <Project>{6BDCB0C1-51E1-435A-93D8-CA02BF8E409C}</Project>
232 <Name>infrastructure.thirdparty.log4net</Name>
233 </ProjectReference>
234 <ProjectReference Include="..\..\commons\infrastructure.thirdparty\infrastructure.thirdparty.csproj">
235 <Project>{04DC09B4-5DF9-44A6-8DD1-05941F0D0228}</Project>
236 <Name>infrastructure.thirdparty</Name>
237 </ProjectReference>
238 <ProjectReference Include="..\..\commons\infrastructure\infrastructure.csproj">
239 <Project>{AA5EEED9-4531-45F7-AFCD-AD9717D2E405}</Project>
240 <Name>infrastructure</Name>
241 </ProjectReference>
242 <ProjectReference Include="..\..\commons\utility\utility.csproj">
243 <Project>{DD8FD29E-7424-415C-9BA3-7D9F6ECBA161}</Project>
244 <Name>utility</Name>
245 </ProjectReference>
246 <ProjectReference Include="..\common\common.csproj">
247 <Project>{72B22B1E-1B62-41A6-9392-BD5283D17F79}</Project>
248 <Name>common</Name>
249 </ProjectReference>
250 </ItemGroup>
251 <ItemGroup>
252 <Resource Include="views\images\cancel.png" />
253 <Resource Include="views\images\save.png" />
254 <Content Include="log4net.config.xml">
255 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
256 </Content>
257 </ItemGroup>
258 <ItemGroup>
259 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
260 <Visible>False</Visible>
261 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
262 <Install>false</Install>
263 </BootstrapperPackage>
264 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
265 <Visible>False</Visible>
266 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
267 <Install>false</Install>
268 </BootstrapperPackage>
269 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
270 <Visible>False</Visible>
271 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
272 <Install>false</Install>
273 </BootstrapperPackage>
274 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
275 <Visible>False</Visible>
276 <ProductName>.NET Framework 3.5</ProductName>
277 <Install>false</Install>
278 </BootstrapperPackage>
279 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
280 <Visible>False</Visible>
281 <ProductName>.NET Framework 3.5 SP1</ProductName>
282 <Install>true</Install>
283 </BootstrapperPackage>
284 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
285 <Visible>False</Visible>
286 <ProductName>Windows Installer 3.1</ProductName>
287 <Install>true</Install>
288 </BootstrapperPackage>
289 </ItemGroup>
290 <ItemGroup />
291 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
292 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
293 Other similar extension points exist, see Microsoft.Common.targets.
294 <Target Name="BeforeBuild">
295 </Target>
296 <Target Name="AfterBuild">
297 </Target>
298 -->
299</Project>