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.
46 lines
1.6 KiB
46 lines
1.6 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<PackageId>lr.iapplication</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.iapplication\learun.iapplication.xml</DocumentationFile>-->
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="cd.dapper.extension" Version="1.0.6" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\learun.workflow\learun.workflow.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="TaskScheduling\" />
|
|
<Folder Include="DisplayBoard\" />
|
|
<Folder Include="MApp\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="DisplayBoard\LR_KBKanBanInfo\LR_KBKanBanInfoBLL.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBKanBanInfo\LR_KBKanBanInfoService.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBFeaManage\LR_KBFeaManageBLL.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBFeaManage\LR_KBFeaManageService.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBConfigInfo\LR_KBConfigInfoBLL.cs" />
|
|
<Compile Remove="DisplayBoard\LR_KBConfigInfo\LR_KBConfigInfoService.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\applogo.png">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project>
|
|
|