Muchinfo.MTPClient.Service.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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>{1A680B25-1E0F-4485-A3CF-DF194F395014}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Service</RootNamespace>
  11. <AssemblyName>Client.Service</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup>
  33. <SignAssembly>true</SignAssembly>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <AssemblyOriginatorKeyFile>Muchinfo.TASClient.snk</AssemblyOriginatorKeyFile>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Client.PC.Common">
  40. <HintPath>..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
  41. </Reference>
  42. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  43. <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  44. </Reference>
  45. <Reference Include="GalaSoft.MvvmLight.WPF4">
  46. <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\..\02.Libs\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="PresentationCore" />
  53. <Reference Include="PresentationFramework" />
  54. <Reference Include="protobuf-net">
  55. <HintPath>..\..\02.Libs\protobuf-net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.configuration" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="WindowsBase" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="AnalysisService.cs" />
  70. <Compile Include="AnnouncementService.cs" />
  71. <Compile Include="BankService.cs" />
  72. <Compile Include="DBTableMsgService.cs" />
  73. <Compile Include="DeliveryManageService.cs" />
  74. <Compile Include="DeliveryService.cs" />
  75. <Compile Include="DepositService.cs" />
  76. <Compile Include="ErmcpService.cs" />
  77. <Compile Include="FavoriteService.cs" />
  78. <Compile Include="GetLastInputInfoHelp.cs" />
  79. <Compile Include="GoodsService.cs" />
  80. <Compile Include="ListingService.cs" />
  81. <Compile Include="LoginService.cs" />
  82. <Compile Include="CommonQueryService.cs" />
  83. <Compile Include="Utilities\MenuNames.cs" />
  84. <Compile Include="NewsService.cs" />
  85. <Compile Include="OrderService.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <Compile Include="QuoteDataService.cs" />
  88. <Compile Include="SaleService.cs" />
  89. <Compile Include="SystemService.cs" />
  90. <Compile Include="Utilities\CommonStrings.cs" />
  91. <Compile Include="Utilities\ContextMenuNames.cs" />
  92. <Compile Include="Utilities\ConveterHelper.cs" />
  93. <Compile Include="Utilities\QueryCommonHelper.cs" />
  94. <Compile Include="Utilities\QuoteCategoryNames.cs" />
  95. <Compile Include="Utilities\QuoteHeaderNames.cs" />
  96. <Compile Include="Utilities\ToolbarNames.cs" />
  97. <Compile Include="WarningService.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\..\04.Infrastructure\Muchinfo.CustomException\Muchinfo.MTPClient.CustomException.csproj">
  101. <Project>{d6d32808-1fad-4036-8ec7-a80f24c4e5f4}</Project>
  102. <Name>Muchinfo.MTPClient.CustomException</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\..\04.Infrastructure\Muchinfo.TASClient.Infrastructure\Muchinfo.MTPClient.Infrastructure.csproj">
  105. <Project>{4bebf98b-0e9c-460e-b376-7341546241ed}</Project>
  106. <Name>Muchinfo.MTPClient.Infrastructure</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\04.Infrastructure\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  109. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  110. <Name>Muchinfo.MTPClient.Resources</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\..\06.Communication\Muchinfo.TASClient.NetworkCore\Muchinfo.MTPClient.NetworkCore.csproj">
  113. <Project>{13776f78-1ec8-4afc-8865-f3de92037e14}</Project>
  114. <Name>Muchinfo.MTPClient.NetworkCore</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\Muchinfo.TASClient.Adapter\Muchinfo.MTPClient.Adapter.csproj">
  117. <Project>{f213f85b-7367-4590-a09e-3b512b27db93}</Project>
  118. <Name>Muchinfo.MTPClient.Adapter</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  121. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  122. <Name>Muchinfo.MTPClient.Data</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\Muchinfo.TASClient.IService\Muchinfo.MTPClient.IService.csproj">
  125. <Project>{a401377a-7129-41d3-a4c1-376edc54e521}</Project>
  126. <Name>Muchinfo.MTPClient.IService</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="Muchinfo.TASClient.snk" />
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>