204 lines
11 KiB
XML
204 lines
11 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>{79F8E2F1-08E7-4336-93E0-512B39F9DD54}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Learun.Application.Mapping</RootNamespace>
|
|
<AssemblyName>Learun.Application.Mapping</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="LR_App\DTImgMap.cs" />
|
|
<Compile Include="LR_App\FunctionMap.cs" />
|
|
<Compile Include="LR_App\FunctionSchemeMap.cs" />
|
|
<Compile Include="LR_App\MyFunctionMap.cs" />
|
|
<Compile Include="LR_Authorize\AuthorizeMap.cs" />
|
|
<Compile Include="LR_Authorize\FilterIPMap.cs" />
|
|
<Compile Include="LR_Authorize\FilterTimeMap.cs" />
|
|
<Compile Include="LR_Authorize\UserRelationMap.cs" />
|
|
<Compile Include="LR_Form\FormRelationMap.cs" />
|
|
<Compile Include="LR_Form\FormSchemeInfoMap.cs" />
|
|
<Compile Include="LR_Form\FormSchemeMap.cs" />
|
|
<Compile Include="LR_IM\IMContactsMap.cs" />
|
|
<Compile Include="LR_IM\IMMsgMap.cs" />
|
|
<Compile Include="LR_IM\IMSysUserMap.cs" />
|
|
<Compile Include="LR_Message\LR_MS_StrategyInfoMap.cs" />
|
|
<Compile Include="LR_OA\Email2\EmailAddresseeMap.cs" />
|
|
<Compile Include="LR_OA\Email2\EmailContentMap.cs" />
|
|
<Compile Include="LR_OA\EmailConfigMap.cs" />
|
|
<Compile Include="LR_OA\EmailReceiveMap.cs" />
|
|
<Compile Include="LR_OA\EmailSendMap.cs" />
|
|
<Compile Include="LR_OA\FileFolderMap.cs" />
|
|
<Compile Include="LR_OA\FileInfoMap.cs" />
|
|
<Compile Include="LR_OA\ScheduleMap.cs" />
|
|
<Compile Include="LR_OA\NewsMap.cs" />
|
|
<Compile Include="LR_OA\StampMap.cs" />
|
|
<Compile Include="LR_Organization\CompanyMap.cs" />
|
|
<Compile Include="LR_Organization\DepartmentMap.cs" />
|
|
<Compile Include="LR_Organization\PostMap.cs" />
|
|
<Compile Include="LR_Organization\RoleMap.cs" />
|
|
<Compile Include="LR_Organization\UserMap.cs" />
|
|
<Compile Include="LR_Report\ReportTempMap.cs" />
|
|
<Compile Include="LR_System\AnnexesFileMap.cs" />
|
|
<Compile Include="LR_System\CodeRule\CodeRuleMap.cs" />
|
|
<Compile Include="LR_System\CodeRule\CodeRuleSeedMap.cs" />
|
|
<Compile Include="LR_System\CustmerQueryMap.cs" />
|
|
<Compile Include="LR_System\Database\DatabaseLinkMap.cs" />
|
|
<Compile Include="LR_System\Database\DbDraftMap.cs" />
|
|
<Compile Include="LR_System\Database\DbFieldMap.cs" />
|
|
<Compile Include="LR_System\DataItem\DataItemDetailMap.cs" />
|
|
<Compile Include="LR_System\DataItem\DataItemMap.cs" />
|
|
<Compile Include="LR_System\DataSourceMap.cs" />
|
|
<Compile Include="LR_System\ImgMap.cs" />
|
|
<Compile Include="LR_System\InterfaceMap.cs" />
|
|
<Compile Include="LR_System\Job_ScheduleMap.cs" />
|
|
<Compile Include="LR_System\LogMap.cs" />
|
|
<Compile Include="LR_System\AreaMap.cs" />
|
|
<Compile Include="LR_System\LogoImgMap.cs" />
|
|
<Compile Include="LR_System\Module\ModuleButtonMap.cs" />
|
|
<Compile Include="LR_System\Module\ModuleColumnMap.cs" />
|
|
<Compile Include="LR_System\Module\ModuleFormMap.cs" />
|
|
<Compile Include="LR_System\Module\ModuleMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFConfluenceMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFDelegateRelationMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFDelegateRuleMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFProcessMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFSchemeAuthMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFSchemeInfoMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFSchemeMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFTaskLogMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFTaskMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFTaskMsgMap.cs" />
|
|
<Compile Include="LR_WorkflowNew\NWFTaskRelationMap.cs" />
|
|
<Compile Include="LR_WorkFlow\NWFSchemeCategoryEntityMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfConfluenceMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfDelegateRuleMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfDelegateRuleRelationMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfProcessInstanceMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfSchemeAuthorizeMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfSchemeInfoMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfSchemeMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfTaskHistoryMap.cs" />
|
|
<Compile Include="LR_WorkFlow\WfTaskMap.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="LR_Authorize\DataAuthorizeConditionMap.cs" />
|
|
<Compile Include="LR_Authorize\DataAuthorizeRelationMap.cs" />
|
|
<Compile Include="LR_System\CodeSchemaMap.cs" />
|
|
<Compile Include="LR_Report\LR_RPT_FileInfoMap.cs" />
|
|
<Compile Include="LR_Report\LR_RPT_RelationMap.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</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.Application.AppMagager\Learun.Application.AppMagager.csproj">
|
|
<Project>{8f770f8b-06b3-43da-886f-15d41cec62ee}</Project>
|
|
<Name>Learun.Application.AppMagager</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.Form\Learun.Application.Form.csproj">
|
|
<Project>{9164926b-150a-47d6-b384-a41aa4a7bc5d}</Project>
|
|
<Name>Learun.Application.Form</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.IM\Learun.Application.IM.csproj">
|
|
<Project>{db34dfc9-7227-41fa-88aa-832dbf247811}</Project>
|
|
<Name>Learun.Application.IM</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.Message\Learun.Application.Message.csproj">
|
|
<Project>{211fa31a-b9d8-4f48-80cc-573b9410828e}</Project>
|
|
<Name>Learun.Application.Message</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.OA\Learun.Application.OA.csproj">
|
|
<Project>{5f3fdf79-a47e-4782-a090-dd0dc2d5cdc1}</Project>
|
|
<Name>Learun.Application.OA</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.Report\Learun.Application.Report.csproj">
|
|
<Project>{886b15b8-7b60-4872-85d1-7f47ac0951ef}</Project>
|
|
<Name>Learun.Application.Report</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.Scheduler\Learun.Application.Scheduler.csproj">
|
|
<Project>{fcb6ae14-fd7a-473f-b22e-439e20f94c7c}</Project>
|
|
<Name>Learun.Application.Scheduler</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.TwoDevelopment\Learun.Application.TwoDevelopment.csproj">
|
|
<Project>{56f9a112-fd96-4809-98f4-0d7c5de0711b}</Project>
|
|
<Name>Learun.Application.TwoDevelopment</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.WeChat\Learun.Application.WeChat.csproj">
|
|
<Project>{36fa9414-767e-4806-9e45-2075216b1070}</Project>
|
|
<Name>Learun.Application.WeChat</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Learun.Application.WorkFlow\Learun.Application.WorkFlow.csproj">
|
|
<Project>{88d8e99d-df26-4506-83c5-51e354818bef}</Project>
|
|
<Name>Learun.Application.WorkFlow</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> |