259 lines
15 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{88D8E99D-DF26-4506-83C5-51E354818BEF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Learun.Application.WorkFlow</RootNamespace>
<AssemblyName>Learun.Application.WorkFlow</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=2.1.2.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll</HintPath>
</Reference>
<Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Extensions.Logging.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity">
<HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity.Configuration">
<HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity.RegistrationByConvention">
<HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=3.7.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Quartz.3.7.0\lib\netstandard2.0\Quartz.dll</HintPath>
</Reference>
<Reference Include="SqlSugar, Version=5.1.4.113, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\SqlSugar.5.1.4.114\lib\SqlSugar.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.ConfigurationManager, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Configuration.ConfigurationManager.6.0.1\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Diagnostics.DiagnosticSource.4.7.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Net" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
</Reference>
<Reference Include="System.Security.Permissions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Security.Permissions.6.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
</Reference>
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
</Reference>
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="CapitalRaising\CapitalRaisingBLL.cs" />
<Compile Include="CapitalRaising\CapitalRaisingIBLL.cs" />
<Compile Include="CapitalRaising\CapitalRaisingService.cs" />
<Compile Include="CapitalRaising\ZSJT_BIMCD_CapitalRaisingEntity.cs" />
<Compile Include="Confluence\NWFConfluenceEntity.cs" />
<Compile Include="Confluence\NWFConfluenceBLL.cs" />
<Compile Include="Confluence\NWFConfluenceIBLL.cs" />
<Compile Include="Confluence\NWFConfluenceService.cs" />
<Compile Include="Delegate\NWFDelegateBLL.cs" />
<Compile Include="Delegate\NWFDelegateIBLL.cs" />
<Compile Include="Delegate\NWFDelegateRelationEntity.cs" />
<Compile Include="Delegate\NWFDelegateRuleEntity.cs" />
<Compile Include="Delegate\NWFDelegateService.cs" />
<Compile Include="NodeMethod\IWorkFlowMethod.cs" />
<Compile Include="NodeMethod\WfMethodParameter.cs" />
<Compile Include="Old\Line\WfLineInfo.cs" />
<Compile Include="Old\NodeMethod\INodeMethod.cs" />
<Compile Include="Old\NodeMethod\NodeMethod.cs" />
<Compile Include="Old\Node\WfAuditor.cs" />
<Compile Include="Old\Node\WfAuthorizeField.cs" />
<Compile Include="Old\Node\WfCondition.cs" />
<Compile Include="Old\Node\WfForm.cs" />
<Compile Include="Old\Node\WfNodeInfo.cs" />
<Compile Include="Old\Node\wfTransportType.cs" />
<Compile Include="Old\WfConfluence\WfConfluenceBLL.cs" />
<Compile Include="Old\WfConfluence\WfConfluenceEntity.cs" />
<Compile Include="Old\WfConfluence\WfConfluenceIBLL.cs" />
<Compile Include="Old\WfConfluence\WfConfluenceService.cs" />
<Compile Include="Old\WfDelegateRule\WfDelegateRuleBLL.cs" />
<Compile Include="Old\WfDelegateRule\WfDelegateRuleEntity.cs" />
<Compile Include="Old\WfDelegateRule\WfDelegateRuleIBLL.cs" />
<Compile Include="Old\WfDelegateRule\WfDelegateRuleRelationEntity.cs" />
<Compile Include="Old\WfDelegateRule\WfDelegateRuleService.cs" />
<Compile Include="Old\WfEngine\WfEngineBLL.cs" />
<Compile Include="Old\WfEngine\WfEngineIBLL.cs" />
<Compile Include="Old\WfEngine\WfParameter.cs" />
<Compile Include="Old\WfEngine\WfResult.cs" />
<Compile Include="Old\WfProcess\WfProcessInstanceBLL.cs" />
<Compile Include="Old\WfProcess\WfProcessInstanceEntity.cs" />
<Compile Include="Old\WfProcess\WfProcessInstanceIBLL.cs" />
<Compile Include="Old\WfProcess\WfProcessInstanceService.cs" />
<Compile Include="Old\WfScheme\WfSchemeAuthorizeEntity.cs" />
<Compile Include="Old\WfScheme\WfSchemeBLL.cs" />
<Compile Include="Old\WfScheme\WfSchemeEntity.cs" />
<Compile Include="Old\WfScheme\WfSchemeIBLL.cs" />
<Compile Include="Old\WfScheme\WfSchemeInfoEntity.cs" />
<Compile Include="Old\WfScheme\WfSchemeModel.cs" />
<Compile Include="Old\WfScheme\WfSchemeService.cs" />
<Compile Include="Old\WfTaskHistory\WfTaskHistoryBLL.cs" />
<Compile Include="Old\WfTaskHistory\WfTaskHistoryEntity.cs" />
<Compile Include="Old\WfTaskHistory\WfTaskHistoryIBLL.cs" />
<Compile Include="Old\WfTaskHistory\WfTaskHistoryService.cs" />
<Compile Include="Old\WfTask\WfTaskBLL.cs" />
<Compile Include="Old\WfTask\WfTaskEntity.cs" />
<Compile Include="Old\WfTask\WfTaskIBLL.cs" />
<Compile Include="Old\WfTask\WfTaskService.cs" />
<Compile Include="Process\NWFProcessBLL.cs" />
<Compile Include="Process\NWFProcessEntity.cs" />
<Compile Include="Process\NWFProcessIBLL.cs" />
<Compile Include="Process\NWFProcessSerivce.cs" />
<Compile Include="Process\NWFProcessDetailsModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Quartz\WfJobScheduler.cs" />
<Compile Include="Quartz\WorkFlowJob.cs" />
<Compile Include="Scheme\NWFSchemeCategoryEntity.cs" />
<Compile Include="Scheme\NWFSchemeAuthEntity.cs" />
<Compile Include="Scheme\NWFSchemeBLL.cs" />
<Compile Include="Scheme\NWFSchemeEntity.cs" />
<Compile Include="Scheme\NWFSchemeIBLL.cs" />
<Compile Include="Scheme\NWFSchemeInfoEntity.cs" />
<Compile Include="Scheme\NWFSchemeModel.cs" />
<Compile Include="Scheme\NWFSchemeService.cs" />
<Compile Include="Task\NWFTaskBLL.cs" />
<Compile Include="Task\NWFTaskEntity.cs" />
<Compile Include="Task\NWFTaskIBLL.cs" />
<Compile Include="Task\NWFTaskLogEntity.cs" />
<Compile Include="Task\NWFTaskMsgEntity.cs" />
<Compile Include="Task\NWFTaskRelationEntity.cs" />
<Compile Include="Task\NWFTaskSerivce.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="job_scheduling_data_2_0.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Learun.Application.Organization\Learun.Application.Organization.csproj">
<Project>{e9877a25-801b-4605-ad35-e6306916513c}</Project>
<Name>Learun.Application.Organization</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
<Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
<Name>Learun.Cache.Base</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Cache\LeaRun.Cache.Factory\Learun.Cache.Factory.csproj">
<Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
<Name>Learun.Cache.Factory</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
<Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
<Name>Learun.Cache.Redis</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Ioc\Learun.Ioc.csproj">
<Project>{81c03609-ae0d-414c-829b-16b990487add}</Project>
<Name>Learun.Ioc</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
<Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
<Name>Learun.Util</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Workflow\Learun.Workflow.Engine\Learun.Workflow.Engine.csproj">
<Project>{1d192591-b85a-41db-ae3a-4bf9765786c1}</Project>
<Name>Learun.Workflow.Engine</Name>
</ProjectReference>
<ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
<Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
<Name>Learun.Application.Base</Name>
</ProjectReference>
<ProjectReference Include="..\Learun.Application.Message\Learun.Application.Message.csproj">
<Project>{211fa31a-b9d8-4f48-80cc-573b9410828e}</Project>
<Name>Learun.Application.Message</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>