初始化上传

This commit is contained in:
2025-09-11 14:21:59 +08:00
parent 1f67a77d9d
commit 0a633e3eb4
3 changed files with 428 additions and 0 deletions

25
ProxyDownloader.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36429.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProxyDownloader", "ProxyDownloader\ProxyDownloader.csproj", "{1604A8BC-2226-492D-9613-C664E239FB0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1604A8BC-2226-492D-9613-C664E239FB0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1604A8BC-2226-492D-9613-C664E239FB0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1604A8BC-2226-492D-9613-C664E239FB0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1604A8BC-2226-492D-9613-C664E239FB0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F729E65-0625-4CBA-BC3A-B449A9FCE13C}
EndGlobalSection
EndGlobal