Muchinfo.MTPClient.Bank.csproj 12 KB

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