Muchinfo.MTPClient.IService.csproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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.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.MTPClient.snk</AssemblyOriginatorKeyFile>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="GalaSoft.MvvmLight.WPF4">
  40. <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  41. </Reference>
  42. <Reference Include="PresentationCore" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="WindowsBase" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="IAnalysisService.cs" />
  55. <Compile Include="IDepositService.cs" />
  56. <Compile Include="IAnnouncementService.cs" />
  57. <Compile Include="IBankService.cs" />
  58. <Compile Include="IDBTableMsgService.cs" />
  59. <Compile Include="IDeliveryManageService.cs" />
  60. <Compile Include="IDeliveryService.cs" />
  61. <Compile Include="IErmcpService.cs" />
  62. <Compile Include="IFavoriteService.cs" />
  63. <Compile Include="IGoodsService.cs" />
  64. <Compile Include="IListingService.cs" />
  65. <Compile Include="ILoginService.cs" />
  66. <Compile Include="IModuleMenuService.cs" />
  67. <Compile Include="INewsService.cs" />
  68. <Compile Include="IOrderRefresh.cs" />
  69. <Compile Include="IOrderService.cs" />
  70. <Compile Include="ICommonQueryService.cs" />
  71. <Compile Include="IQuoteDataService.cs" />
  72. <Compile Include="ISaleService.cs" />
  73. <Compile Include="ISystemService.cs" />
  74. <Compile Include="IWarningService.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="Muchinfo.MTPClient.snk" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  82. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  83. <Name>Muchinfo.MTPClient.Data</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>