Добавь README и бат скрипты

This commit is contained in:
2026-04-09 20:20:57 +03:00
parent 70b2495ad6
commit a9a6c304e7
4 changed files with 199 additions and 0 deletions

10
anti-syktsu-proxy.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<AssemblyName>anti-syktsu-proxy</AssemblyName>
<RootNamespace>AntiSyktsuProxy</RootNamespace>
</PropertyGroup>
</Project>