Muchinfo.MTPClient.IService.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{A401377A-7129-41D3-A4C1-376EDC54E521}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.IService</RootNamespace>
  11. <AssemblyName>Client.IService</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>none</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <SignAssembly>true</SignAssembly>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\x86\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="GalaSoft.MvvmLight.WPF4">
  60. <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  61. </Reference>
  62. <Reference Include="PresentationCore" />
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Xml" />
  71. <Reference Include="WindowsBase" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="IAnalysisService.cs" />
  75. <Compile Include="IDepositService.cs" />
  76. <Compile Include="IAnnouncementService.cs" />
  77. <Compile Include="IBankService.cs" />
  78. <Compile Include="IDBTableMsgService.cs" />
  79. <Compile Include="IDeliveryManageService.cs" />
  80. <Compile Include="IDeliveryService.cs" />
  81. <Compile Include="IErmcpService.cs" />
  82. <Compile Include="IFavoriteService.cs" />
  83. <Compile Include="IGoodsService.cs" />
  84. <Compile Include="IListingService.cs" />
  85. <Compile Include="ILoginService.cs" />
  86. <Compile Include="IModuleMenuService.cs" />
  87. <Compile Include="INewsService.cs" />
  88. <Compile Include="IOrderRefresh.cs" />
  89. <Compile Include="IOrderService.cs" />
  90. <Compile Include="ICommonQueryService.cs" />
  91. <Compile Include="IQuoteDataService.cs" />
  92. <Compile Include="ISaleService.cs" />
  93. <Compile Include="ISystemService.cs" />
  94. <Compile Include="IWarningService.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="Muchinfo.MTPClient.snk" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  102. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  103. <Name>Muchinfo.MTPClient.Data</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>