WeChatFerry/WeChatFerry.sln

50 lines
2.6 KiB
Plaintext
Raw Normal View History

2021-02-12 23:21:57 +08:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
2022-10-15 20:25:42 +08:00
VisualStudioVersion = 16.0.32802.440
2021-02-12 23:21:57 +08:00
MinimumVisualStudioVersion = 10.0.40219.1
2022-10-15 20:25:42 +08:00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "spy", "spy\spy.vcxproj", "{4DE80B82-5F6A-4C4C-9D16-1574308110FA}"
2021-02-12 23:21:57 +08:00
EndProject
2022-10-15 20:25:42 +08:00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdk", "sdk\sdk.vcxproj", "{ABFCB647-137F-478B-A73E-F0B1E3ADC215}"
2021-02-12 23:21:57 +08:00
ProjectSection(ProjectDependencies) = postProject
2022-10-15 20:25:42 +08:00
{4DE80B82-5F6A-4C4C-9D16-1574308110FA} = {4DE80B82-5F6A-4C4C-9D16-1574308110FA}
2021-02-12 23:21:57 +08:00
EndProjectSection
EndProject
2023-01-20 11:17:48 +08:00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "launcher", "launcher\launcher.vcxproj", "{B11ADC6F-20DA-4DEF-A8A0-60374427D4C6}"
ProjectSection(ProjectDependencies) = postProject
{ABFCB647-137F-478B-A73E-F0B1E3ADC215} = {ABFCB647-137F-478B-A73E-F0B1E3ADC215}
EndProjectSection
EndProject
2023-02-25 02:11:04 +08:00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wcf", "wcf\wcf.vcxproj", "{02747CE0-AD9F-4812-B019-FCF9867F7514}"
ProjectSection(ProjectDependencies) = postProject
{4DE80B82-5F6A-4C4C-9D16-1574308110FA} = {4DE80B82-5F6A-4C4C-9D16-1574308110FA}
EndProjectSection
EndProject
2021-02-12 23:21:57 +08:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2023-02-25 18:04:40 +08:00
Debug|x86 = Debug|x86
2021-02-12 23:21:57 +08:00
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2023-02-25 18:04:40 +08:00
{4DE80B82-5F6A-4C4C-9D16-1574308110FA}.Debug|x86.ActiveCfg = Debug|Win32
{4DE80B82-5F6A-4C4C-9D16-1574308110FA}.Debug|x86.Build.0 = Debug|Win32
2022-10-15 20:25:42 +08:00
{4DE80B82-5F6A-4C4C-9D16-1574308110FA}.Release|x86.ActiveCfg = Release|Win32
{4DE80B82-5F6A-4C4C-9D16-1574308110FA}.Release|x86.Build.0 = Release|Win32
2023-02-25 18:04:40 +08:00
{ABFCB647-137F-478B-A73E-F0B1E3ADC215}.Debug|x86.ActiveCfg = Release|Win32
2022-10-15 20:25:42 +08:00
{ABFCB647-137F-478B-A73E-F0B1E3ADC215}.Release|x86.ActiveCfg = Release|Win32
{ABFCB647-137F-478B-A73E-F0B1E3ADC215}.Release|x86.Build.0 = Release|Win32
2023-02-25 18:04:40 +08:00
{B11ADC6F-20DA-4DEF-A8A0-60374427D4C6}.Debug|x86.ActiveCfg = Release|Win32
2023-01-20 11:17:48 +08:00
{B11ADC6F-20DA-4DEF-A8A0-60374427D4C6}.Release|x86.ActiveCfg = Release|Win32
{B11ADC6F-20DA-4DEF-A8A0-60374427D4C6}.Release|x86.Build.0 = Release|Win32
2023-02-25 18:04:40 +08:00
{02747CE0-AD9F-4812-B019-FCF9867F7514}.Debug|x86.ActiveCfg = Release|Win32
2023-02-25 02:11:04 +08:00
{02747CE0-AD9F-4812-B019-FCF9867F7514}.Release|x86.ActiveCfg = Release|Win32
{02747CE0-AD9F-4812-B019-FCF9867F7514}.Release|x86.Build.0 = Release|Win32
2021-02-12 23:21:57 +08:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
2022-10-15 20:25:42 +08:00
SolutionGuid = {76A678AA-570C-4CB7-B58F-3B2C170ACAC0}
2021-02-12 23:21:57 +08:00
EndGlobalSection
EndGlobal