|
- <?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>{0CDD0DC8-74CF-4C71-923C-66204A8923D3}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Learun.Application.Base</RootNamespace>
- <AssemblyName>Learun.Application.Base</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
- <RestorePackages>true</RestorePackages>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <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="Dapper">
- <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework">
- <HintPath>..\..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer">
- <HintPath>..\..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.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="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <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="AuthorizeModule\Authorize\AuthorizeBLL.cs" />
- <Compile Include="AuthorizeModule\Authorize\AuthorizeEntity.cs" />
- <Compile Include="AuthorizeModule\Authorize\AuthorizeIBLL.cs" />
- <Compile Include="AuthorizeModule\Authorize\AuthorizeService.cs" />
- <Compile Include="AuthorizeModule\FilterIP\FilterIPBLL.cs" />
- <Compile Include="AuthorizeModule\FilterIP\FilterIPEntity.cs" />
- <Compile Include="AuthorizeModule\FilterIP\FilterIPIBLL.cs" />
- <Compile Include="AuthorizeModule\FilterIP\FilterIPService.cs" />
- <Compile Include="AuthorizeModule\FilterTime\FilterTimeBLL.cs" />
- <Compile Include="AuthorizeModule\FilterTime\FilterTimeEntity.cs" />
- <Compile Include="AuthorizeModule\FilterTime\FilterTimeIBLL.cs" />
- <Compile Include="AuthorizeModule\FilterTime\FilterTimeService.cs" />
- <Compile Include="AuthorizeModule\UserRelation\UserRelationBLL.cs" />
- <Compile Include="AuthorizeModule\UserRelation\UserRelationEntity.cs" />
- <Compile Include="AuthorizeModule\UserRelation\UserRelationIBLL.cs" />
- <Compile Include="AuthorizeModule\UserRelation\UserRelationService.cs" />
- <Compile Include="CodeGeneratorModule\BaseModel.cs" />
- <Compile Include="CodeGeneratorModule\CodeConfigModel.cs" />
- <Compile Include="CodeGeneratorModule\CodeGenerator.cs" />
- <Compile Include="CodeGeneratorModule\CodeGeneratorApp.cs" />
- <Compile Include="CodeGeneratorModule\CodeGeneratorWx.cs" />
- <Compile Include="CodeGeneratorModule\ColModel.cs" />
- <Compile Include="CodeGeneratorModule\DbTableModel.cs" />
- <Compile Include="CodeGeneratorModule\QueryModel.cs" />
- <Compile Include="CodeGeneratorModule\CodeFormTabModel.cs" />
- <Compile Include="CodeSchemaModule\CodeSchemaBLL.cs" />
- <Compile Include="CodeSchemaModule\CodeSchemaIBLL.cs" />
- <Compile Include="CodeSchemaModule\CodeSchemaService.cs" />
- <Compile Include="CodeSchemaModule\LR_Base_CodeSchemaEntity.cs" />
- <Compile Include="Files\FileAuth\FileAuthBLL.cs" />
- <Compile Include="Files\FileAuth\FileAuthEntity.cs" />
- <Compile Include="Files\FileAuth\FileAuthIBLL.cs" />
- <Compile Include="Files\FileAuth\FileAuthService.cs" />
- <Compile Include="Files\FileInfo\FileBInfoEntity.cs" />
- <Compile Include="Files\FileInfo\FileInfoBLL.cs" />
- <Compile Include="Files\FileInfo\FileInfoIBLL.cs" />
- <Compile Include="Files\FileInfo\FileInfoService.cs" />
- <Compile Include="Files\FileInfo\FilelistEntity.cs" />
- <Compile Include="Files\FileInfo\WFFileModel.cs" />
- <Compile Include="Files\Folder\FolderBLL.cs" />
- <Compile Include="Files\Folder\FolderEntity.cs" />
- <Compile Include="Files\Folder\FolderIBLL.cs" />
- <Compile Include="Files\Folder\FolderService.cs" />
- <Compile Include="SystemModule\CodeRule\CodeRuleBLL.cs" />
- <Compile Include="SystemModule\CodeRule\CodeRuleEntity.cs" />
- <Compile Include="SystemModule\CodeRule\CodeRuleFormatModel.cs" />
- <Compile Include="SystemModule\CodeRule\CodeRuleIBLL.cs" />
- <Compile Include="SystemModule\CodeRule\CodeRuleSeedEntity.cs" />
- <Compile Include="SystemModule\CodeRule\CodeRuleService.cs" />
- <Compile Include="SystemModule\CustmerQuery\CustmerQueryBLL.cs" />
- <Compile Include="SystemModule\CustmerQuery\CustmerQueryEntity.cs" />
- <Compile Include="SystemModule\CustmerQuery\CustmerQueryIBLL.cs" />
- <Compile Include="SystemModule\CustmerQuery\CustmerQueryModel.cs" />
- <Compile Include="SystemModule\CustmerQuery\CustmerQueryService.cs" />
- <Compile Include="SystemModule\DatabaseInit\DatabaseInitBLL.cs" />
- <Compile Include="SystemModule\DatabaseInit\DatabaseInitIBLL.cs" />
- <Compile Include="SystemModule\DatabaseInit\DatabaseInitService.cs" />
- <Compile Include="SystemModule\DatabaseLink\DatabaseLinkBLL.cs" />
- <Compile Include="SystemModule\DatabaseLink\DatabaseLinkEntity.cs" />
- <Compile Include="SystemModule\DatabaseLink\DatabaseLinkIBLL.cs" />
- <Compile Include="SystemModule\DatabaseLink\DatabaseLinkModel.cs" />
- <Compile Include="SystemModule\DatabaseLink\DatabaseLinkService.cs" />
- <Compile Include="SystemModule\DatabaseTable\DatabaseTableBLL.cs" />
- <Compile Include="SystemModule\DatabaseTable\DatabaseTableFieldModel.cs" />
- <Compile Include="SystemModule\DatabaseTable\DatabaseTableIBLL.cs" />
- <Compile Include="SystemModule\DatabaseTable\DatabaseTableModel.cs" />
- <Compile Include="SystemModule\DatabaseTable\DatabaseTableService.cs" />
- <Compile Include="SystemModule\DataItem\DataItemBLL.cs" />
- <Compile Include="SystemModule\DataItem\DataItemDetailEntity.cs" />
- <Compile Include="SystemModule\DataItem\DataItemEntity.cs" />
- <Compile Include="SystemModule\DataItem\DataItemIBLL.cs" />
- <Compile Include="SystemModule\DataItem\DataItemModel.cs" />
- <Compile Include="SystemModule\DataItem\DataItemService.cs" />
- <Compile Include="SystemModule\DataSource\DataSourceBLL.cs" />
- <Compile Include="SystemModule\DataSource\DataSourceEntity.cs" />
- <Compile Include="SystemModule\DataSource\DataSourceIBLL.cs" />
- <Compile Include="SystemModule\DataSource\DataSourceService.cs" />
- <Compile Include="SystemModule\Annexes\AnnexesFileBLL.cs" />
- <Compile Include="SystemModule\Annexes\AnnexesFileEntity.cs" />
- <Compile Include="SystemModule\Annexes\AnnexesFileIBLL.cs" />
- <Compile Include="SystemModule\Annexes\AnnexesFileService.cs" />
- <Compile Include="SystemModule\DbDraft\DbDraftBLL.cs" />
- <Compile Include="SystemModule\DbDraft\DbDraftEntity.cs" />
- <Compile Include="SystemModule\DbDraft\DbDraftIBLL.cs" />
- <Compile Include="SystemModule\DbDraft\DbDraftService.cs" />
- <Compile Include="SystemModule\DbField\DbFieldBLL.cs" />
- <Compile Include="SystemModule\DbField\DbFieldEntity.cs" />
- <Compile Include="SystemModule\DbField\DbFieldIBLL.cs" />
- <Compile Include="SystemModule\DbField\DbFieldService.cs" />
- <Compile Include="SystemModule\Img\ImgBLL.cs" />
- <Compile Include="SystemModule\Img\ImgEntity.cs" />
- <Compile Include="SystemModule\Img\ImgIBLL.cs" />
- <Compile Include="SystemModule\Img\ImgService.cs" />
- <Compile Include="SystemModule\Interface\InterfaceBLL.cs" />
- <Compile Include="SystemModule\Interface\InterfaceEntity.cs" />
- <Compile Include="SystemModule\Interface\InterfaceIBLL.cs" />
- <Compile Include="SystemModule\Interface\InterfaceService.cs" />
- <Compile Include="SystemModule\Log\LogBLL.cs" />
- <Compile Include="SystemModule\Log\LogEntity.cs" />
- <Compile Include="SystemModule\Log\LogService.cs" />
- <Compile Include="SystemModule\Area\AreaBLL.cs" />
- <Compile Include="SystemModule\Area\AreaEntity.cs" />
- <Compile Include="SystemModule\Area\AreaIBLL.cs" />
- <Compile Include="SystemModule\Area\AreaService.cs" />
- <Compile Include="SystemModule\Module\ModuleButtonEntity.cs" />
- <Compile Include="SystemModule\Module\ModuleColumnEntity.cs" />
- <Compile Include="SystemModule\Module\ModuleBLL.cs" />
- <Compile Include="SystemModule\Module\ModuleEntity.cs" />
- <Compile Include="SystemModule\Module\ModuleFormEntity.cs" />
- <Compile Include="SystemModule\Module\ModuleIBLL.cs" />
- <Compile Include="SystemModule\Module\ModuleService.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeConditionEntity.cs" />
- <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeRelationEntity.cs" />
- <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeService.cs" />
- <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeIBLL.cs" />
- <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeBLL.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.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.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
- <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
- <Name>Learun.DataBase.Repository</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
- <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
- <Name>Learun.DataBase</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Learun.Log\Learun.Loger.csproj">
- <Project>{d27e14dc-b68c-408d-a2e3-fdb38665ecbb}</Project>
- <Name>Learun.Loger</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
- <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
- <Name>Learun.Util</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
- <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
- </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>
- <!-- 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>
|