PMS.DBService.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{1AED1E51-8D7F-443F-8DBD-0C02504BF777}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PMS.DBService</RootNamespace>
  11. <AssemblyName>ZLSoft.PMS.DBService</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <Prefer32Bit>false</Prefer32Bit>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\Assemblys\Newtonsoft.Json\v8.0\Newtonsoft.Json.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Activities" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="ZLSoft.QWPlatform.DataIntface">
  59. <HintPath>..\Assemblys\ZLSoft.QWPlatform.DataIntface.dll</HintPath>
  60. </Reference>
  61. <Reference Include="ZLSoft.QWPlatform.IService">
  62. <HintPath>..\Assemblys\ZLSoft.QWPlatform.IService.dll</HintPath>
  63. </Reference>
  64. <Reference Include="ZLSoft.QWPlatform.Models">
  65. <HintPath>..\Assemblys\ZLSoft.QWPlatform.Models.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ZLSoft.QWPlatform.SystemLibrary">
  68. <HintPath>..\Assemblys\ZLSoft.QWPlatform.SystemLibrary.dll</HintPath>
  69. </Reference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="BaseCode\BaseClasservice.cs" />
  73. <Compile Include="BaseCode\Basecodeservice.cs" />
  74. <Compile Include="BaseCode\ProblemClassfyService.cs" />
  75. <Compile Include="Channel\ChannelService.cs" />
  76. <Compile Include="CloudMonitorManage\CloudMonitorService.cs" />
  77. <Compile Include="ComplaintManage\Complaintfileservice.cs" />
  78. <Compile Include="ComplaintManage\Complaintrecordservice.cs" />
  79. <Compile Include="ExternalManage\ExternalManageService.cs" />
  80. <Compile Include="ExternalManage\ExternalViewService.cs" />
  81. <Compile Include="Lteration\LterationService.cs" />
  82. <Compile Include="MedicalRecordManager\MedicalRecordServer.cs" />
  83. <Compile Include="MessageManage\MessageManageServe.cs" />
  84. <Compile Include="MoblieProblemRegist\MoblieProblemservice.cs" />
  85. <Compile Include="MoblieProblemRegist\ProductProblemProcessService.cs" />
  86. <Compile Include="PersonManager\PersonServer.cs" />
  87. <Compile Include="Problems\QueryDBService.cs" />
  88. <Compile Include="Problems\ReportService.cs" />
  89. <Compile Include="ProductManager\ProductDBservice.cs" />
  90. <Compile Include="Product\Cpjtpzservice.cs" />
  91. <Compile Include="Product\CPWTGCService.cs" />
  92. <Compile Include="Product\CPWTJLService.cs" />
  93. <Compile Include="Product\Productfunservice.cs" />
  94. <Compile Include="Product\Productversionservice.cs" />
  95. <Compile Include="Product\WTGTGCService.cs" />
  96. <Compile Include="Product\WTJLGCService.cs" />
  97. <Compile Include="Product\WTJLService.cs" />
  98. <Compile Include="Product\ZDYCXService.cs" />
  99. <Compile Include="ProManager\ProService.cs" />
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="Search\SearchService.cs" />
  102. <Compile Include="SmartForm\SmartFormService.cs" />
  103. <Compile Include="SupportManager\SupportDBservice.cs" />
  104. <Compile Include="SysManager\AccountDBService.cs" />
  105. <Compile Include="SysManager\ButtonDBService.cs" />
  106. <Compile Include="SysManager\ConfigDBService.cs" />
  107. <Compile Include="SysManager\RoleAuthModelDBService.cs" />
  108. <Compile Include="SysManager\XTZHDBService.cs" />
  109. <Compile Include="SysManager\XTJSDBService.cs" />
  110. <Compile Include="SysManager\XTMKService.cs" />
  111. <Compile Include="WorkFlow\WorkFlowService.cs" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\PMS.BusinessModels\PMS.BusinessModels.csproj">
  115. <Project>{3b141cb1-78c7-498c-8914-14661168d179}</Project>
  116. <Name>PMS.BusinessModels</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\PMS.EntityModels\PMS.EntityModels.csproj">
  119. <Project>{4c9c8fad-7ebd-41eb-9115-4b0e6b5add1f}</Project>
  120. <Name>PMS.EntityModels</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\PMS.Interface\PMS.Interface.csproj">
  123. <Project>{E9125E8D-BCEC-4C0D-8EBB-61E0D6E54C16}</Project>
  124. <Name>PMS.Interface</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\PMS.Plugins\PMS.Plugins.csproj">
  127. <Project>{50E1BF26-855B-4EDA-9D4E-EA2A06E5014D}</Project>
  128. <Name>PMS.Plugins</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <None Include="app.config" />
  133. </ItemGroup>
  134. <ItemGroup />
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  136. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  137. Other similar extension points exist, see Microsoft.Common.targets.
  138. <Target Name="BeforeBuild">
  139. </Target>
  140. <Target Name="AfterBuild">
  141. </Target>
  142. -->
  143. </Project>