เพิ่ม ฟร้อน

This commit is contained in:
Kittapath 2023-05-03 16:11:28 +07:00
parent bd695abf24
commit 01ea06074e
17 changed files with 1503 additions and 262 deletions

View file

@ -80,8 +80,9 @@
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
<!-- <PackageReference Include="Telerik.Reporting" Version="15.1.21.616" /> -->
<PackageReference Include="Telerik.Reporting" Version="17.0.23.315" />
</ItemGroup>
<ItemGroup>
<None Update="SeedPeriodExam.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@ -89,9 +90,6 @@
<None Update="SeedPerson.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Update="Templates\ExamList.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
@ -101,6 +99,15 @@
<None Update="Templates\PassExamList.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Report\Recruit\rptCertificate1.trdp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Report\Recruit\rptCertificate2.trdp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Report\Recruit\rptExamResult.trdp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>