PMS.BusinessService.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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>{1A527AE0-CE70-4124-A994-0F6C2E4D4D99}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PMS.BusinessService</RootNamespace>
  11. <AssemblyName>ZLSoft.PMS.BusinessService</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>..\PMS.WebUI\bin\</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="System" />
  45. <Reference Include="System.ComponentModel.Composition" />
  46. <Reference Include="System.Configuration" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="ZLSoft.QWPlatform.DataIntface">
  55. <HintPath>..\Assemblys\ZLSoft.QWPlatform.DataIntface.dll</HintPath>
  56. </Reference>
  57. <Reference Include="ZLSoft.QWPlatform.IService, Version=2.18.1108.1, Culture=neutral, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\Assemblys\ZLSoft.QWPlatform.IService.dll</HintPath>
  60. </Reference>
  61. <Reference Include="ZLSoft.QWPlatform.Models">
  62. <HintPath>..\Assemblys\ZLSoft.QWPlatform.Models.dll</HintPath>
  63. </Reference>
  64. <Reference Include="ZLSoft.QWPlatform.SystemLibrary, Version=1.18.1227.1, Culture=neutral, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\Assemblys\ZLSoft.QWPlatform.SystemLibrary.dll</HintPath>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="BaseCode\BaseClassBLL.cs" />
  71. <Compile Include="BaseCode\BaseCodeBLLService.cs" />
  72. <Compile Include="BaseCode\ProblemClassfyBLL.cs" />
  73. <Compile Include="Channel\Channel.cs" />
  74. <Compile Include="CloudMonitorManage\CloudMonitorBusiness.cs" />
  75. <Compile Include="ExternalManage\ExternalManageBuiness.cs" />
  76. <Compile Include="ExternalManage\ExternalViewBuiness.cs" />
  77. <Compile Include="Lteration\LterationBuiness.cs" />
  78. <Compile Include="MedicalRecordManager\MedicalRecordBLL.cs" />
  79. <Compile Include="MessageManag\MessageManageBLL.cs" />
  80. <Compile Include="MoblieProblemRegist\MoblieProblemBLL.cs" />
  81. <Compile Include="PersonManager\PersonBuiness.cs" />
  82. <Compile Include="ComplaintManage\ComplaintList.cs" />
  83. <Compile Include="Problems\ProjectQueryBusiness.cs" />
  84. <Compile Include="Problems\ReportBLL.cs" />
  85. <Compile Include="ProductManager\ProductBuiness.cs" />
  86. <Compile Include="Product\CpjtpzBusiness.cs" />
  87. <Compile Include="Product\CPWTGCBusiness.cs" />
  88. <Compile Include="Product\CPWTJLBusiness.cs" />
  89. <Compile Include="Product\WTGTGCBusiness.cs" />
  90. <Compile Include="Product\WTJLBusiness.cs" />
  91. <Compile Include="Product\WTJLGCBusiness.cs" />
  92. <Compile Include="Product\ZDYCXBusiness.cs" />
  93. <Compile Include="ProManager\ProBuiness.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="Search\SearchBuiness.cs" />
  96. <Compile Include="SmartForm\SmartFormBusiness.cs" />
  97. <Compile Include="SupportManager\SupportBuiness.cs" />
  98. <Compile Include="SysManager\AccountBLLService.cs" />
  99. <Compile Include="SysManager\ButtonBLLService.cs" />
  100. <Compile Include="SysManager\RoleAuthModelBLLService.cs" />
  101. <Compile Include="SysManager\SysConfigBLLServier.cs" />
  102. <Compile Include="SysManager\XTZHBLLService.cs" />
  103. <Compile Include="SysManager\XTJSBLLService.cs" />
  104. <Compile Include="SysManager\XTMKBuiness.cs" />
  105. <Compile Include="WorkFlow\WorkFlowBLLService.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\PMS.BusinessModels\PMS.BusinessModels.csproj">
  109. <Project>{3b141cb1-78c7-498c-8914-14661168d179}</Project>
  110. <Name>PMS.BusinessModels</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\PMS.DBService\PMS.DBService.csproj">
  113. <Project>{1aed1e51-8d7f-443f-8dbd-0c02504bf777}</Project>
  114. <Name>PMS.DBService</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\PMS.EntityModels\PMS.EntityModels.csproj">
  117. <Project>{4c9c8fad-7ebd-41eb-9115-4b0e6b5add1f}</Project>
  118. <Name>PMS.EntityModels</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\PMS.Interface\PMS.Interface.csproj">
  121. <Project>{e9125e8d-bcec-4c0d-8ebb-61e0d6e54c16}</Project>
  122. <Name>PMS.Interface</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\PMS.Plugins\PMS.Plugins.csproj">
  125. <Project>{50E1BF26-855B-4EDA-9D4E-EA2A06E5014D}</Project>
  126. <Name>PMS.Plugins</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\PMS.WebUI\PMS.WebUI.csproj">
  129. <Project>{4752EB35-DDF7-4B1D-BF20-BF4373FC888A}</Project>
  130. <Name>PMS.WebUI</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="app.config" />
  135. </ItemGroup>
  136. <ItemGroup />
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  139. Other similar extension points exist, see Microsoft.Common.targets.
  140. <Target Name="BeforeBuild">
  141. </Target>
  142. <Target Name="AfterBuild">
  143. </Target>
  144. -->
  145. </Project>