2023-01-18 12:56:24 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-01-19 12:00:30 +00:00
|
|
|
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
|
2023-02-15 13:01:39 +00:00
|
|
|
<PackageReference Include="ImageThumbnail.AspNetCore.Middleware" Version="1.0.1" />
|
2023-01-18 12:56:24 +00:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.13">
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.13" />
|
2023-06-12 12:29:29 +00:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
2023-05-15 07:55:56 +00:00
|
|
|
<PackageReference Include="Radzen.Blazor" Version="4.10.4" />
|
2023-01-18 12:56:24 +00:00
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-01-26 12:04:55 +00:00
|
|
|
<ItemGroup>
|
2023-06-12 21:16:49 +00:00
|
|
|
<Folder Include="Data\Migrations\"/>
|
2023-02-24 23:08:36 +00:00
|
|
|
<Folder Include="wwwroot\img\dynamic\comment\au" />
|
2023-06-08 21:29:58 +00:00
|
|
|
<Folder Include="wwwroot\img\dynamic\comment\e\" />
|
2023-02-11 22:04:02 +00:00
|
|
|
<Folder Include="wwwroot\img\dynamic\comment\tec" />
|
|
|
|
<Folder Include="wwwroot\img\dynamic\op\art" />
|
2023-02-24 23:08:36 +00:00
|
|
|
<Folder Include="wwwroot\img\dynamic\op\au" />
|
|
|
|
<Folder Include="wwwroot\img\dynamic\op\e" />
|
2023-02-11 22:04:02 +00:00
|
|
|
<Folder Include="wwwroot\img\dynamic\op\tec" />
|
|
|
|
<Folder Include="wwwroot\img\dynamic\op\vg" />
|
2023-02-15 13:01:39 +00:00
|
|
|
<Folder Include="wwwroot\img\thumb" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\dynamic\op\m\zh5hrb0h.srp.jpg" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\1.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\10.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\2.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\3.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\4.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\5.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\6.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\7.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\8.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banned\9.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banner\art ban.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banner\m ban.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\banner\tec ban.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\deadlink\1.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\err\1.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\err\2.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\err\3.png" />
|
|
|
|
<_ContentIncludedByDefault Remove="wwwroot\img\static\logo.png" />
|
2023-06-08 21:29:58 +00:00
|
|
|
<_ContentIncludedByDefault Remove="Pages\Accounts\ClickOn\ClickOnConfirmEmail.razor" />
|
|
|
|
<_ContentIncludedByDefault Remove="Pages\Accounts\ClickOn\ClickOnReset.razor" />
|
|
|
|
<_ContentIncludedByDefault Remove="Pages\ClickOn\ClickOnConfirmEmail.razor" />
|
|
|
|
<_ContentIncludedByDefault Remove="Pages\ClickOn\ClickOnReset.razor" />
|
|
|
|
<_ContentIncludedByDefault Remove="Pages\Status\SuccessfulPost.razor" />
|
|
|
|
<_ContentIncludedByDefault Remove="Pages\Status\UnSuccessfulPost.razor" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-06-13 15:43:52 +00:00
|
|
|
<AdditionalFiles Include="Pages\Accounts\ClickOn\ClickOnConfirmEmail.razor"/>
|
|
|
|
<AdditionalFiles Include="Pages\Util\DeadLink.razor"/>
|
|
|
|
<AdditionalFiles Include="Pages\Util\FAQ.razor"/>
|
|
|
|
<AdditionalFiles Include="Pages\Util\RedirectTo.razor"/>
|
|
|
|
<AdditionalFiles Include="Pages\Util\Rules.razor"/>
|
2023-02-01 13:18:36 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2023-01-18 12:56:24 +00:00
|
|
|
</Project>
|