PMS.BusinessModels.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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>{3B141CB1-78C7-498C-8914-14661168D179}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PMS.BusinessModels</RootNamespace>
  11. <AssemblyName>ZLSoft.PMS.BusinessModels</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="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Web" />
  51. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="ZLSoft.QWPlatform.DataIntface, Version=2.18.1128.1, Culture=neutral, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\Assemblys\ZLSoft.QWPlatform.DataIntface.dll</HintPath>
  77. </Reference>
  78. <Reference Include="ZLSoft.QWPlatform.Models">
  79. <HintPath>..\Assemblys\ZLSoft.QWPlatform.Models.dll</HintPath>
  80. </Reference>
  81. <Reference Include="ZLSoft.QWPlatform.SystemLibrary">
  82. <HintPath>..\Assemblys\ZLSoft.QWPlatform.SystemLibrary.dll</HintPath>
  83. </Reference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Account\AuthDatsInfo.cs" />
  87. <Compile Include="Account\LoginResult.cs" />
  88. <Compile Include="Account\MyConfigInfo.cs" />
  89. <Compile Include="Account\UserInfo.cs" />
  90. <Compile Include="Attributes\DbColumn.cs" />
  91. <Compile Include="CloudMonitorManage\CloudMonitorConfig.cs" />
  92. <Compile Include="CloudMonitorManage\CustomAlertModel.cs" />
  93. <Compile Include="CloudMonitorManage\CustomAPIModel.cs" />
  94. <Compile Include="CloudMonitorManage\CustomServiceAnalysis.cs" />
  95. <Compile Include="CloudMonitorManage\DbInfoModel.cs" />
  96. <Compile Include="CloudMonitorManage\IndexDataModel.cs" />
  97. <Compile Include="CloudMonitorManage\ProjectMonitorModel.cs" />
  98. <Compile Include="CloudMonitorManage\PushModel.cs" />
  99. <Compile Include="CloudMonitorManage\ServerAlertModel.cs" />
  100. <Compile Include="CloudMonitorManage\ServerIndexInfoModel.cs" />
  101. <Compile Include="CloudMonitorManage\ServerInfoModel.cs" />
  102. <Compile Include="Common\FtpDownloadResult.cs" />
  103. <Compile Include="Common\FtpUploadResult.cs" />
  104. <Compile Include="ComplaintManage\FormAcceptComplaint.cs" />
  105. <Compile Include="ComplaintManage\FTPFileModel.cs" />
  106. <Compile Include="ComplaintManage\FTPuploadModel.cs" />
  107. <Compile Include="ComplaintManage\QueryComplaintModel.cs" />
  108. <Compile Include="ComplaintManage\SelectComplaintListModel.cs" />
  109. <Compile Include="EasyUI\ColumnAttribute.cs" />
  110. <Compile Include="EasyUI\DataGridModel.cs" />
  111. <Compile Include="ExternalManage\dto_copy_external.cs" />
  112. <Compile Include="ExternalManage\v_parameter.cs" />
  113. <Compile Include="GlobalInte\GlobalInte.cs" />
  114. <Compile Include="MedicalRecordManager\QueryPrototypeCassModel.cs" />
  115. <Compile Include="MobileProblem\ButtonAuthorityModel.cs" />
  116. <Compile Include="MobileProblem\commentsModel.cs" />
  117. <Compile Include="MobileProblem\CommitFlie.cs" />
  118. <Compile Include="MobileProblem\MobileUserRegistModel.cs" />
  119. <Compile Include="MobileProblem\MyCommModel.cs" />
  120. <Compile Include="MobileProblem\ProblemDetailModel.cs" />
  121. <Compile Include="MobileProblem\ProcessFileModel.cs" />
  122. <Compile Include="MobileProblem\QueryMyProblemModel.cs" />
  123. <Compile Include="MobileProblem\QueryProblemByProjectModel.cs" />
  124. <Compile Include="MobileProblem\SMSSendModel.cs" />
  125. <Compile Include="MobileProblem\SubmitProblemFormModel.cs" />
  126. <Compile Include="MobileProblem\TelephoneMessegeModel.cs" />
  127. <Compile Include="MobileProblem\wechatVerificationModel.cs" />
  128. <Compile Include="ModelExtend\PagingModel.cs" />
  129. <Compile Include="ModelExtend\WechatHelper.cs" />
  130. <Compile Include="Person\PersonBusinessModel.cs" />
  131. <Compile Include="PMSCONSTS.cs" />
  132. <Compile Include="Problem\AfterSaleModel.cs" />
  133. <Compile Include="Problem\ExportExcel.cs" />
  134. <Compile Include="Problem\VersionManageModel.cs" />
  135. <Compile Include="Problem\MainProcessModel.cs" />
  136. <Compile Include="Problem\MessageManageModel.cs" />
  137. <Compile Include="Problem\MonitoringModel.cs" />
  138. <Compile Include="Problem\ProblemBusinessModel.cs" />
  139. <Compile Include="Problem\ProblemClassModel.cs" />
  140. <Compile Include="Problem\ProblemDealForm.cs" />
  141. <Compile Include="Problem\ProblemDealModel.cs" />
  142. <Compile Include="Problem\ProblemProcessModel.cs" />
  143. <Compile Include="Problem\ProblemStateModel.cs" />
  144. <Compile Include="Problem\QueryModel.cs" />
  145. <Compile Include="Product\IndexData.cs" />
  146. <Compile Include="Product\IndexModel.cs" />
  147. <Compile Include="Problem\ResourceBusinessModels.cs" />
  148. <Compile Include="Product\ProductVersionFileModel.cs" />
  149. <Compile Include="Project\BhCustomerModel.cs" />
  150. <Compile Include="Project\CheckinstrumentBusinessModel.cs" />
  151. <Compile Include="Project\CheckModualBusinessModel.cs" />
  152. <Compile Include="Project\IdentifyBusinessModel.cs" />
  153. <Compile Include="Project\InterfaceBusinessModel.cs" />
  154. <Compile Include="Project\ProductBusinessModel.cs" />
  155. <Compile Include="Product\FormProductFunModel.cs" />
  156. <Compile Include="Product\FormProductModel.cs" />
  157. <Compile Include="ModelExtend\UIModel.cs" />
  158. <Compile Include="Product\FormProductVerModel.cs" />
  159. <Compile Include="Product\ProBusinessModel.cs" />
  160. <Compile Include="Project\ProjectMainRecordsModel.cs" />
  161. <Compile Include="Project\RemoteBusinessModel.cs" />
  162. <Compile Include="Project\ServerBusinessModel.cs" />
  163. <Compile Include="Project\StationBusinessModel.cs" />
  164. <Compile Include="Project\WorkerBusinessModel.cs" />
  165. <Compile Include="Properties\AssemblyInfo.cs" />
  166. <Compile Include="Search\SearchResult.cs" />
  167. <Compile Include="SmartForm\BDTXJL.cs" />
  168. <Compile Include="SmartForm\EmailPush.cs" />
  169. <Compile Include="SmartForm\SelectBDTXJLModel.cs" />
  170. <Compile Include="SmartForm\TreeStruct.cs" />
  171. <Compile Include="SmartForm\ZNBCXX.cs" />
  172. <Compile Include="SmartForm\ZNBDFL.cs" />
  173. <Compile Include="SMS\SmsBaseBuinessModel.cs" />
  174. <Compile Include="SMS\SMSBusinessModel.cs" />
  175. <Compile Include="SMS\SmsErrorBuinessModel.cs" />
  176. <Compile Include="SMS\WeChart.cs" />
  177. <Compile Include="SysManager\account_authdata_model.cs" />
  178. <Compile Include="SysManager\emailConfig.cs" />
  179. <Compile Include="SysManager\form_button_model.cs" />
  180. <Compile Include="SysManager\form_menu_model.cs" />
  181. <Compile Include="SysManager\MenuModel.cs" />
  182. <Compile Include="SysManager\SystemMenuModel.cs" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <None Include="app.config" />
  186. <None Include="packages.config" />
  187. </ItemGroup>
  188. <ItemGroup />
  189. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  190. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  191. Other similar extension points exist, see Microsoft.Common.targets.
  192. <Target Name="BeforeBuild">
  193. </Target>
  194. <Target Name="AfterBuild">
  195. </Target>
  196. -->
  197. </Project>