Payment not tested rest done-ish

This commit is contained in:
2026-04-11 20:40:41 +05:00
parent 8dbab98802
commit 99eb077d14
481 changed files with 1176 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Playwright" Version="1.59.0" />
<PackageReference Include="Soenneker.Playwrights.Extensions.Stealth" Version="4.0.62" />
</ItemGroup>
<ItemGroup>
<None Include="Password.txt" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>