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.
60 lines
2.3 KiB
60 lines
2.3 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<PackageId>lr.application</PackageId>
|
|
<Authors></Authors>
|
|
<Company></Company>
|
|
<Description></Description>
|
|
<Product></Product>
|
|
<Copyright></Copyright>
|
|
<PackageReleaseNotes></PackageReleaseNotes>
|
|
<Version>1.0.3</Version>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<!--<DocumentationFile>C:\work\learun-adms-core\learun.framework.core\learun.core\learun.application\learun.application.xml</DocumentationFile>-->
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\learun.database\learun.database.csproj" />
|
|
<ProjectReference Include="..\learun.iapplication\learun.iapplication.csproj" />
|
|
<ProjectReference Include="..\learun.util\learun.util.csproj" />
|
|
<ProjectReference Include="..\learun.wechat\learun.wechat.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="LangLuage\Map\" />
|
|
<Folder Include="LangLuage\Type\" />
|
|
<Folder Include="Data\DbDraft\" />
|
|
<Folder Include="Data\DbField\" />
|
|
<Folder Include="Desktop\Chart\" />
|
|
<Folder Include="Desktop\List\" />
|
|
<Folder Include="Desktop\Target\" />
|
|
<Folder Include="TaskScheduling\" />
|
|
<Folder Include="TaskScheduling\Log\" />
|
|
<Folder Include="TaskScheduling\Scheme\" />
|
|
<Folder Include="Message\StrategyInfo\" />
|
|
<Folder Include="Message\Contacts\" />
|
|
<Folder Include="Message\Msg\" />
|
|
<Folder Include="Message\SysUser\" />
|
|
<Folder Include="DisplayBoard\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Quartz" Version="3.2.4" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="DisplayBoard\LR_KBKanBanInfo\LR_KBKanBanInfoEntity.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBKanBanInfo\LR_KBKanBanInfoIBLL.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBFeaManage\LR_KBFeaManageEntity.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBFeaManage\LR_KBFeaManageIBLL.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBConfigInfo\LR_KBConfigInfoEntity.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBConfigInfo\LR_KBConfigInfoIBLL.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\applogo.png">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project>
|
|
|