123 lines
7.8 KiB
XML
123 lines
7.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<!-- Make sure that the dotnet publish bundles all the required files -->
|
|
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>tb320eva.xml</DocumentationFile>
|
|
<noWarn>1591</noWarn>
|
|
</PropertyGroup>
|
|
<!--Force VS to publish xml document for swagger-->
|
|
<PropertyGroup>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
<Target Name="IncludeDocFile" BeforeTargets="PrepareForPublish">
|
|
<ItemGroup Condition=" '$(DocumentationFile)' != '' ">
|
|
<_DocumentationFile Include="$(DocumentationFile)" />
|
|
<ContentWithTargetPath Include="@(_DocumentationFile->'%(FullPath)')" RelativePath="%(_DocumentationFile.Identity)" TargetPath="%(_DocumentationFile.Filename)%(_DocumentationFile.Extension)" CopyToPublishDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
</Target>
|
|
<!--
|
|
<ItemGroup>
|
|
<Folder Include="Uploads\" />
|
|
<Folder Include="wwwroot\" />
|
|
</ItemGroup>
|
|
-->
|
|
<PropertyGroup>
|
|
<!-- <DefaultItemExcludes>Data\Migrations\**;.git\**;$(DefaultItemExcludes)</DefaultItemExcludes> -->
|
|
<DefaultItemExcludes>.git\**;$(DefaultItemExcludes)</DefaultItemExcludes>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="6.2.2" />
|
|
<PackageReference Include="elFinder.NetCore" Version="1.1.0" />
|
|
<PackageReference Include="EPPlus.Core" Version="1.5.4" />
|
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.6.0" />
|
|
<PackageReference Include="iTextSharp.LGPLv2.Core" Version="1.6.7" />
|
|
<PackageReference Include="MediaTypeMap.Core" Version="2.3.3" />
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
<PackageReference Include="NLog" Version="4.5.11" />
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.7.0" />
|
|
<PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="2.3.8" />
|
|
<PackageReference Include="Npgsql" Version="4.1.2" />
|
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="2.2.4" />
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0" />
|
|
<PackageReference Include="Sendgrid" Version="9.9.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove=".git\**" />
|
|
<Compile Remove="Data\**" />
|
|
<Compile Remove="Files\**" />
|
|
<Compile Remove="Uploads\**" />
|
|
<Compile Remove="wwwroot\js_app\**" />
|
|
<Content Remove="Data\**" />
|
|
<Content Remove="Files\**" />
|
|
<Content Remove="Uploads\**" />
|
|
<Content Remove="wwwroot\js_app\**" />
|
|
<EmbeddedResource Remove="Data\**" />
|
|
<EmbeddedResource Remove="Files\**" />
|
|
<EmbeddedResource Remove="Uploads\**" />
|
|
<EmbeddedResource Remove="wwwroot\js_app\**" />
|
|
<Folder Include="Migrations\" />
|
|
<None Remove="Data\**" />
|
|
<None Remove="Files\**" />
|
|
<None Remove="Uploads\**" />
|
|
<Folder Include="Seed\" CopyToOutputDirectory="Always" />
|
|
<None Include="Views\eva_adjust_postponement_update_statusView\eva_adjust_postponement_update_status.cshtml" />
|
|
<None Include="Views\eva_adjust_quota_update_final_statusView\eva_adjust_quota_update_final_status.cshtml" />
|
|
<None Include="Views\eva_adjust_quota_update_statusView\eva_adjust_quota_update_status.cshtml" />
|
|
<None Include="Views\eva_create_evaluation_detail_firstdocView\eva_create_evaluation_detail_firstdoc.cshtml" />
|
|
<None Include="Views\eva_create_evaluation_detail_firstdocView\eva_create_evaluation_detail_firstdoc_d.cshtml" />
|
|
<None Include="Views\eva_create_evaluation_detail_historyView\eva_create_evaluation_detail_history.cshtml" />
|
|
<None Include="Views\eva_evaluation_achievement_attachView\eva_evaluation_achievement_attach.cshtml" />
|
|
<None Include="Views\eva_evaluation_operating_agreementView\eva_evaluation_operating_agreement.cshtml" />
|
|
<None Include="Views\eva_idp_plan_reviewerView\eva_idp_plan_reviewer.cshtml" />
|
|
<None Include="Views\eva_level_score_detailView\eva_level_score_detail.cshtml" />
|
|
<None Include="Views\eva_limit_frame_groupView\eva_limit_frame_group.cshtml" />
|
|
<None Include="Views\eva_limit_frame_groupView\eva_limit_frame_group_d.cshtml" />
|
|
<None Include="Views\eva_limit_frame_planView\eva_limit_frame_plan.cshtml" />
|
|
<None Include="Views\eva_limit_frame_planView\eva_limit_frame_plan_d.cshtml" />
|
|
<None Include="Views\eva_setup_permissionView\eva_setup_permission.cshtml" />
|
|
<None Include="Views\rep_eva_limit_frame_planView\rep_eva_limit_frame_plan_report.cshtml" />
|
|
<None Include="Views\rep_summary_a01View\rep_summary_a01_report.cshtml" />
|
|
<None Include="Views\vw_limit_frame_planView\vw_limit_frame_plan.cshtml" />
|
|
<None Include="Views\vw_limit_frame_planView\vw_limit_frame_plan_d.cshtml" />
|
|
<None Include="wwwroot\js\eva_adjust_postponement_detail_migration\eva_adjust_postponement_detail_migration.js" />
|
|
<None Include="wwwroot\js\eva_adjust_postponement_migration\eva_adjust_postponement_migration.js" />
|
|
<None Include="wwwroot\js\eva_adjust_postponement_migration\eva_adjust_postponement_migration_d.js" />
|
|
<None Include="wwwroot\js\eva_adjust_postponement_update_status\eva_adjust_postponement_update_status.js" />
|
|
<None Include="wwwroot\js\eva_adjust_quota_update_final_status\eva_adjust_quota_update_final_status.js" />
|
|
<None Include="wwwroot\js\eva_adjust_quota_update_status\eva_adjust_quota_update_status.js" />
|
|
<None Include="wwwroot\js\eva_create_evaluation_detail_firstdoc\eva_create_evaluation_detail_firstdoc.js" />
|
|
<None Include="wwwroot\js\eva_create_evaluation_detail_firstdoc\eva_create_evaluation_detail_firstdoc_d.js" />
|
|
<None Include="wwwroot\js\eva_create_evaluation_detail_history\eva_create_evaluation_detail_history.js" />
|
|
<None Include="wwwroot\js\eva_create_evaluation_detail_review0A\eva_create_evaluation_detail_review0A_d.js" />
|
|
<None Include="wwwroot\js\eva_evaluation_achievement_attach\eva_evaluation_achievement_attach.js" />
|
|
<None Include="wwwroot\js\eva_evaluation_operating_agreement\eva_evaluation_operating_agreement.js" />
|
|
<None Include="wwwroot\js\eva_idp_plan_reviewer\eva_idp_plan_reviewer.js" />
|
|
<None Include="wwwroot\js\eva_level_score_detail\eva_level_score_detail.js" />
|
|
<None Include="wwwroot\js\eva_limit_frame_employee\eva_limit_frame_employee.js" />
|
|
<None Include="wwwroot\js\eva_limit_frame_group\eva_limit_frame_group.js" />
|
|
<None Include="wwwroot\js\eva_limit_frame_group\eva_limit_frame_group_d.js" />
|
|
<None Include="wwwroot\js\eva_limit_frame_plan\eva_limit_frame_plan.js" />
|
|
<None Include="wwwroot\js\eva_limit_frame_plan\eva_limit_frame_plan_d.js" />
|
|
<None Include="wwwroot\js\eva_limit_frame_plan\eva_limit_frame_plan_inline.js" />
|
|
<None Include="wwwroot\js\eva_limit_frame_plan\eva_limit_frame_plan_report.js" />
|
|
<None Include="wwwroot\js\eva_self_review\eva_self_review.js" />
|
|
<None Include="wwwroot\js\eva_setup_permission\eva_setup_permission.js" />
|
|
<None Include="wwwroot\js\rep_eva01\rep_eva01_report.js" />
|
|
<None Include="wwwroot\js\rep_eva_limit_frame_plan\rep_eva_limit_frame_plan_report.js" />
|
|
<None Include="wwwroot\js\rep_eva_self_review\rep_eva_self_review_report.js" />
|
|
<None Include="wwwroot\js\rep_eva_self_review_all\rep_eva_self_review_all_report.js" />
|
|
<None Include="wwwroot\js\rep_summary_a01\rep_summary_a01_report.js" />
|
|
<None Include="wwwroot\js\vw_limit_frame_plan\vw_limit_frame_plan.js" />
|
|
<None Include="wwwroot\js\vw_limit_frame_plan\vw_limit_frame_plan_d.js" />
|
|
<Content Update="nlog.config">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project> |