You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

261 lines
14 KiB

  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>{88D8E99D-DF26-4506-83C5-51E354818BEF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.WorkFlow</RootNamespace>
  11. <AssemblyName>Learun.Application.WorkFlow</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. <TargetFrameworkProfile />
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Common.Logging">
  45. <HintPath>..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll</HintPath>
  46. </Reference>
  47. <Reference Include="CommonServiceLocator">
  48. <HintPath>..\..\..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.ServiceLocation">
  58. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Practices.Unity">
  61. <HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Practices.Unity.Configuration">
  64. <HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention">
  67. <HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  70. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Quartz">
  73. <HintPath>..\..\..\packages\Quartz.2.2.1\lib\net40\Quartz.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.ComponentModel.DataAnnotations" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Runtime.Serialization" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Confluence\NWFConfluenceBLL.cs" />
  88. <Compile Include="Confluence\NWFConfluenceEntity.cs" />
  89. <Compile Include="Confluence\NWFConfluenceIBLL.cs" />
  90. <Compile Include="Confluence\NWFConfluenceService.cs" />
  91. <Compile Include="Delegate\NWFDelegateBLL.cs" />
  92. <Compile Include="Delegate\NWFDelegateIBLL.cs" />
  93. <Compile Include="Delegate\NWFDelegateRelationEntity.cs" />
  94. <Compile Include="Delegate\NWFDelegateRuleEntity.cs" />
  95. <Compile Include="Delegate\NWFDelegateService.cs" />
  96. <Compile Include="NodeMethod\ArrangeLessonTermAttemperMethod.cs" />
  97. <Compile Include="NodeMethod\ADR_AddApplyMethod.cs" />
  98. <Compile Include="NodeMethod\Ass_AcceptanceMethod.cs" />
  99. <Compile Include="NodeMethod\Ass_ReceiveMethod.cs" />
  100. <Compile Include="NodeMethod\MeetingManagementApplyMethod.cs" />
  101. <Compile Include="NodeMethod\SW_Ask_StudentMainMethod.cs" />
  102. <Compile Include="NodeMethod\SW_Ask_TypeMethod.cs" />
  103. <Compile Include="NodeMethod\LC_hetongMethod.cs" />
  104. <Compile Include="NodeMethod\CorporateMaterialApplyMethod.cs" />
  105. <Compile Include="NodeMethod\StampApplyMethod.cs" />
  106. <Compile Include="NodeMethod\Ass_ScrapMethod.cs" />
  107. <Compile Include="NodeMethod\Ass_InventoryMethod.cs" />
  108. <Compile Include="NodeMethod\Ass_AllocationMethod.cs" />
  109. <Compile Include="NodeMethod\IWorkFlowMethod.cs" />
  110. <Compile Include="NodeMethod\Sys_ReceiveDocumentMethod.cs" />
  111. <Compile Include="NodeMethod\OA_NewsMethod.cs" />
  112. <Compile Include="NodeMethod\Sys_SendFilePartyMethod.cs" />
  113. <Compile Include="NodeMethod\Sys_SendFileMethod.cs" />
  114. <Compile Include="NodeMethod\Ass_RepairItemMethod.cs" />
  115. <Compile Include="NodeMethod\Ass_AssetsOutApplyMethod.cs" />
  116. <Compile Include="NodeMethod\Ass_PurchaseApplyMethod.cs" />
  117. <Compile Include="NodeMethod\Ass_AssetsInfoApplyMethod.cs" />
  118. <Compile Include="NodeMethod\INodeMethod.cs" />
  119. <Compile Include="NodeMethod\NodeMethod.cs" />
  120. <Compile Include="NodeMethod\WfMethodParameter.cs" />
  121. <Compile Include="NodeMethod\WF\WFFileRelease.cs" />
  122. <Compile Include="Node\WfForm.cs" />
  123. <Compile Include="Node\WfTransportType.cs" />
  124. <Compile Include="Process\NWFProcessBLL.cs" />
  125. <Compile Include="Process\NWFProcessDetailsModel.cs" />
  126. <Compile Include="Process\NWFProcessEntity.cs" />
  127. <Compile Include="Process\NWFProcessIBLL.cs" />
  128. <Compile Include="Process\NWFProcessSerivce.cs" />
  129. <Compile Include="Quartz\WfJobScheduler.cs" />
  130. <Compile Include="Quartz\WorkFlowJob.cs" />
  131. <Compile Include="Scheme\NWFSchemeAuthEntity.cs" />
  132. <Compile Include="Scheme\NWFSchemeBLL.cs" />
  133. <Compile Include="Scheme\NWFSchemeEntity.cs" />
  134. <Compile Include="Scheme\NWFSchemeIBLL.cs" />
  135. <Compile Include="Scheme\NWFSchemeInfoEntity.cs" />
  136. <Compile Include="Scheme\NWFSchemeModel.cs" />
  137. <Compile Include="Scheme\NWFSchemeService.cs" />
  138. <Compile Include="Task\NWFTaskBLL.cs" />
  139. <Compile Include="Task\NWFTaskEntity.cs" />
  140. <Compile Include="Task\NWFTaskIBLL.cs" />
  141. <Compile Include="Task\NWFTaskLogEntity.cs" />
  142. <Compile Include="Task\NWFTaskMsgEntity.cs" />
  143. <Compile Include="Task\NWFTaskRelationEntity.cs" />
  144. <Compile Include="Task\NWFTaskSerivce.cs" />
  145. <Compile Include="WfConfluence\WfConfluenceBLL.cs" />
  146. <Compile Include="WfConfluence\WfConfluenceEntity.cs" />
  147. <Compile Include="WfConfluence\WfConfluenceIBLL.cs" />
  148. <Compile Include="WfConfluence\WfConfluenceService.cs" />
  149. <Compile Include="WfDelegateRule\WfDelegateRuleRelationEntity.cs" />
  150. <Compile Include="WfEngine\WfEngineBLL.cs" />
  151. <Compile Include="WfEngine\WfParameter.cs" />
  152. <Compile Include="WfProcess\WfProcessInstanceBLL.cs" />
  153. <Compile Include="WfProcess\WfProcessInstanceEntity.cs" />
  154. <Compile Include="WfProcess\WfProcessInstanceIBLL.cs" />
  155. <Compile Include="WfProcess\WfProcessInstanceService.cs" />
  156. <Compile Include="WfScheme\WfSchemeAuthorizeEntity.cs" />
  157. <Compile Include="WfScheme\WfSchemeBLL.cs" />
  158. <Compile Include="WfDelegateRule\WfDelegateRuleBLL.cs" />
  159. <Compile Include="WfDelegateRule\WfDelegateRuleIBLL.cs" />
  160. <Compile Include="WfDelegateRule\WfDelegateRuleEntity.cs" />
  161. <Compile Include="WfDelegateRule\WfDelegateRuleService.cs" />
  162. <Compile Include="WfScheme\WfSchemeEntity.cs" />
  163. <Compile Include="WfScheme\WfSchemeInfoEntity.cs" />
  164. <Compile Include="WfEngine\WfEngineIBLL.cs" />
  165. <Compile Include="WfScheme\WfSchemeIBLL.cs" />
  166. <Compile Include="Line\WfLineInfo.cs" />
  167. <Compile Include="Node\WfAuditor.cs" />
  168. <Compile Include="Node\WfAuthorizeField.cs" />
  169. <Compile Include="WfEngine\WfResult.cs" />
  170. <Compile Include="WfScheme\WfSchemeReportModel.cs" />
  171. <Compile Include="WfScheme\WfSchemeModel.cs" />
  172. <Compile Include="Node\WfCondition.cs" />
  173. <Compile Include="Node\WfNodeInfo.cs" />
  174. <Compile Include="Properties\AssemblyInfo.cs" />
  175. <Compile Include="WfScheme\WfSchemeService.cs" />
  176. <Compile Include="WfTaskHistory\WfTaskHistoryBLL.cs" />
  177. <Compile Include="WfTaskHistory\WfTaskHistoryEntity.cs" />
  178. <Compile Include="WfTaskHistory\WfTaskHistoryIBLL.cs" />
  179. <Compile Include="WfTaskHistory\WfTaskHistoryService.cs" />
  180. <Compile Include="WfTask\WfTaskBLL.cs" />
  181. <Compile Include="WfTask\WfTaskEntity.cs" />
  182. <Compile Include="WfTask\WfTaskIBLL.cs" />
  183. <Compile Include="WfTask\WfTaskService.cs" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="app.config" />
  187. <None Include="job_scheduling_data_2_0.xsd">
  188. <SubType>Designer</SubType>
  189. </None>
  190. <None Include="packages.config" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <ProjectReference Include="..\..\..\Learun.Application.Organization\Learun.Application.Organization.csproj">
  194. <Project>{e9877a25-801b-4605-ad35-e6306916513c}</Project>
  195. <Name>Learun.Application.Organization</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  198. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  199. <Name>Learun.Cache.Base</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Factory\Learun.Cache.Factory.csproj">
  202. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  203. <Name>Learun.Cache.Factory</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  206. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  207. <Name>Learun.Cache.Redis</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  210. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  211. <Name>Learun.DataBase.Repository</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\..\Learun.Ioc\Learun.Ioc.csproj">
  214. <Project>{81c03609-ae0d-414c-829b-16b990487add}</Project>
  215. <Name>Learun.Ioc</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  218. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  219. <Name>Learun.Util</Name>
  220. </ProjectReference>
  221. <ProjectReference Include="..\..\Learun.Workflow\Learun.Workflow.Engine\Learun.Workflow.Engine.csproj">
  222. <Project>{1d192591-b85a-41db-ae3a-4bf9765786c1}</Project>
  223. <Name>Learun.Workflow.Engine</Name>
  224. </ProjectReference>
  225. <ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
  226. <Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
  227. <Name>Learun.Application.Base</Name>
  228. </ProjectReference>
  229. <ProjectReference Include="..\Learun.Application.Message\Learun.Application.Message.csproj">
  230. <Project>{211fa31a-b9d8-4f48-80cc-573b9410828e}</Project>
  231. <Name>Learun.Application.Message</Name>
  232. </ProjectReference>
  233. <ProjectReference Include="..\Learun.Application.OA\Learun.Application.OA.csproj">
  234. <Project>{5F3FDF79-A47E-4782-A090-DD0DC2D5CDC1}</Project>
  235. <Name>Learun.Application.OA</Name>
  236. </ProjectReference>
  237. <ProjectReference Include="..\Learun.Application.TwoDevelopment\Learun.Application.TwoDevelopment.csproj">
  238. <Project>{56f9a112-fd96-4809-98f4-0d7c5de0711b}</Project>
  239. <Name>Learun.Application.TwoDevelopment</Name>
  240. </ProjectReference>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  244. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  245. </ItemGroup>
  246. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  247. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  248. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  249. <PropertyGroup>
  250. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  251. </PropertyGroup>
  252. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  253. </Target>
  254. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  255. Other similar extension points exist, see Microsoft.Common.targets.
  256. <Target Name="BeforeBuild">
  257. </Target>
  258. <Target Name="AfterBuild">
  259. </Target>
  260. -->
  261. </Project>