update news & events

This commit is contained in:
2025-10-22 09:41:40 +07:00
parent 40cf6fe6f4
commit 8f81545293
348 changed files with 111475 additions and 623 deletions

View File

@ -1,14 +1,50 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<TargetFrameworks>net9.0-windows10.0.19041.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>TWASys_App</RootNamespace>
</PropertyGroup>
<ItemGroup Condition="$([System.String]::Copy('$(TargetFramework)').Contains('-windows'))">
<PackageReference Include="System.Management" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\css\atg-font\atg-admin-font.css" />
<None Include="wwwroot\css\atg-font\atg-font.css" />
<None Include="wwwroot\css\atg-lib\atg-core-min.css" />
<None Include="wwwroot\css\atg-lib\atg-core.css" />
<None Include="wwwroot\css\atg-lib\atg-upload.css" />
<None Include="wwwroot\css\atg-lib\datepicker.css" />
<None Include="wwwroot\css\atg-lib\swiper-bundle.min.css" />
<None Include="wwwroot\css\atg-lib\waves.min.css" />
<None Include="wwwroot\css\atg-ui\atg-gui.css" />
<None Include="wwwroot\css\atg-ui\table.css" />
<None Include="wwwroot\css\site.css" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
<ProjectReference Include="..\AppLibs\AppLibs\AppLibs.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.66" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.10" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="9.0.10" />
<PackageReference Include="MySqlConnector" Version="2.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<None Update="Keys\db\ca-cert.pem">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Keys\db\client-cert.pem">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Keys\db\client-key.pem">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>