Muchinfo.MTPClient.Bank.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{BB40C679-5DC1-4062-8E6F-54C04B4D5CF0}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Bank</RootNamespace>
  11. <AssemblyName>Client.Bank</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <SignAssembly>true</SignAssembly>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Client.PC.Common">
  42. <HintPath>..\..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Client.WPF.Controls">
  45. <HintPath>..\..\..\02.Libs\Muchinfo\Client.WPF.Controls.dll</HintPath>
  46. </Reference>
  47. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  48. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  49. </Reference>
  50. <Reference Include="GalaSoft.MvvmLight.WPF4">
  51. <HintPath>..\..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  52. </Reference>
  53. <Reference Include="HtmlTextEditor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=50d170463d965522, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\..\02.Libs\Muchinfo\HtmlTextEditor.dll</HintPath>
  56. </Reference>
  57. <Reference Include="log4net">
  58. <HintPath>..\..\..\02.Libs\log4net.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Practices.ServiceLocation">
  61. <HintPath>..\..\..\02.Libs\Microsoft.Practices.ServiceLocation.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Xaml">
  71. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="WindowsBase" />
  74. <Reference Include="PresentationCore" />
  75. <Reference Include="PresentationFramework" />
  76. <Reference Include="Xceed.Wpf.Toolkit">
  77. <HintPath>..\..\..\02.Libs\Xceed.Wpf.Toolkit.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="Properties\AssemblyInfo.cs">
  82. <SubType>Code</SubType>
  83. </Compile>
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <Compile Include="Properties\Settings.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. <Compile Include="ViewModels\AmountManagerViewModel.cs" />
  95. <Compile Include="ViewModels\AmountQueryViewModel.cs" />
  96. <Compile Include="ViewModels\BankBalanceViewModel.cs" />
  97. <Compile Include="ViewModels\BankMenuService.cs" />
  98. <Compile Include="ViewModels\BankSigningViewModel.cs" />
  99. <Compile Include="ViewModels\BankSignQueryViewModel.cs" />
  100. <Compile Include="ViewModels\BankTerminationViewModel.cs" />
  101. <Compile Include="ViewModels\BankUpdateViewModel.cs" />
  102. <Compile Include="ViewModels\BindCardViewModel.cs" />
  103. <Compile Include="ViewModels\BranchViewModel.cs" />
  104. <Compile Include="ViewModels\IdentifyCodeTimerViewModel.cs" />
  105. <Compile Include="ViewModels\MotifyPhoneViewModel.cs" />
  106. <Compile Include="ViewModels\TerminationSignViewModel.cs" />
  107. <Compile Include="Views\AmountManagerView.xaml.cs">
  108. <DependentUpon>AmountManagerView.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Views\AmountQuetyView.xaml.cs">
  111. <DependentUpon>AmountQuetyView.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Views\BankBalanceView.xaml.cs">
  114. <DependentUpon>BankBalanceView.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Views\BankSigningView.xaml.cs">
  117. <DependentUpon>BankSigningView.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Views\BankSignQueryView.xaml.cs">
  120. <DependentUpon>BankSignQueryView.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Views\BankTerminationView.xaml.cs">
  123. <DependentUpon>BankTerminationView.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Views\BankUpdateView.xaml.cs">
  126. <DependentUpon>BankUpdateView.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Views\BindCardView.xaml.cs">
  129. <DependentUpon>BindCardView.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Views\BranchView.xaml.cs">
  132. <DependentUpon>BranchView.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Views\InMoneyGuide.xaml.cs">
  135. <DependentUpon>InMoneyGuide.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="Views\MotifyPhoneView.xaml.cs">
  138. <DependentUpon>MotifyPhoneView.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Views\MsgAlter.xaml.cs">
  141. <DependentUpon>MsgAlter.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Views\SingnSuccessTips.xaml.cs">
  144. <DependentUpon>SingnSuccessTips.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Views\TerminationSignView.xaml.cs">
  147. <DependentUpon>TerminationSignView.xaml</DependentUpon>
  148. </Compile>
  149. <EmbeddedResource Include="Properties\Resources.resx">
  150. <Generator>ResXFileCodeGenerator</Generator>
  151. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  152. </EmbeddedResource>
  153. <None Include="Muchinfo.MTPClient.snk" />
  154. <None Include="Properties\Settings.settings">
  155. <Generator>SettingsSingleFileGenerator</Generator>
  156. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  157. </None>
  158. <AppDesigner Include="Properties\" />
  159. </ItemGroup>
  160. <ItemGroup />
  161. <ItemGroup>
  162. <Page Include="Views\AmountManagerView.xaml">
  163. <SubType>Designer</SubType>
  164. <Generator>MSBuild:Compile</Generator>
  165. </Page>
  166. <Page Include="Views\AmountQuetyView.xaml">
  167. <Generator>MSBuild:Compile</Generator>
  168. <SubType>Designer</SubType>
  169. </Page>
  170. <Page Include="Views\BankBalanceView.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="Views\BankSigningView.xaml">
  175. <SubType>Designer</SubType>
  176. <Generator>MSBuild:Compile</Generator>
  177. </Page>
  178. <Page Include="Views\BankSignQueryView.xaml">
  179. <SubType>Designer</SubType>
  180. <Generator>MSBuild:Compile</Generator>
  181. </Page>
  182. <Page Include="Views\BankTerminationView.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Page>
  186. <Page Include="Views\BankUpdateView.xaml">
  187. <SubType>Designer</SubType>
  188. <Generator>MSBuild:Compile</Generator>
  189. </Page>
  190. <Page Include="Views\BindCardView.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="Views\BranchView.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>MSBuild:Compile</Generator>
  197. </Page>
  198. <Page Include="Views\InMoneyGuide.xaml">
  199. <SubType>Designer</SubType>
  200. <Generator>MSBuild:Compile</Generator>
  201. </Page>
  202. <Page Include="Views\MotifyPhoneView.xaml">
  203. <SubType>Designer</SubType>
  204. <Generator>MSBuild:Compile</Generator>
  205. </Page>
  206. <Page Include="Views\MsgAlter.xaml">
  207. <SubType>Designer</SubType>
  208. <Generator>MSBuild:Compile</Generator>
  209. </Page>
  210. <Page Include="Views\SingnSuccessTips.xaml">
  211. <SubType>Designer</SubType>
  212. <Generator>MSBuild:Compile</Generator>
  213. </Page>
  214. <Page Include="Views\TerminationSignView.xaml">
  215. <SubType>Designer</SubType>
  216. <Generator>MSBuild:Compile</Generator>
  217. </Page>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.CustomException\Muchinfo.MTPClient.CustomException.csproj">
  221. <Project>{d6d32808-1fad-4036-8ec7-a80f24c4e5f4}</Project>
  222. <Name>Muchinfo.MTPClient.CustomException</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  225. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  226. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  227. </ProjectReference>
  228. <ProjectReference Include="..\..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  229. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  230. <Name>Muchinfo.MTPClient.Resources</Name>
  231. </ProjectReference>
  232. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  233. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  234. <Name>Muchinfo.MTPClient.Data</Name>
  235. </ProjectReference>
  236. <ProjectReference Include="..\..\..\05.Services\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  237. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  238. <Name>Muchinfo.MTPClient.IService</Name>
  239. </ProjectReference>
  240. </ItemGroup>
  241. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  242. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  243. Other similar extension points exist, see Microsoft.Common.targets.
  244. <Target Name="BeforeBuild">
  245. </Target>
  246. <Target Name="AfterBuild">
  247. </Target>
  248. -->
  249. </Project>