-
Notifications
You must be signed in to change notification settings - Fork 6
/
wppconnect-csharp.sln
55 lines (55 loc) · 2.87 KB
/
wppconnect-csharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{628DBE1B-C1E3-411B-AB1F-1D99E7926111}"
ProjectSection(SolutionItems) = preProject
INSTALL.md = INSTALL.md
README.md = README.md
TODO.md = TODO.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPPConnect", "src\WPPConnect.csproj", "{9E069C77-BF96-47C3-8F65-11A0E636C7DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPPConnect.BacicExample", "examples\basic\WPPConnect.BacicExample.csproj", "{C8A98F83-E593-4D52-8C15-F37D65B5F8CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4D533764-EE3D-4B83-869B-8C17C028B15E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{7FB7E16E-5FD0-4DFB-9696-E7887ED97E3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPPConnect.API", "examples\api\WPPConnect.API.csproj", "{B6983305-2010-464B-9337-6EB58A3C52DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E069C77-BF96-47C3-8F65-11A0E636C7DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E069C77-BF96-47C3-8F65-11A0E636C7DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E069C77-BF96-47C3-8F65-11A0E636C7DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E069C77-BF96-47C3-8F65-11A0E636C7DC}.Release|Any CPU.Build.0 = Release|Any CPU
{C8A98F83-E593-4D52-8C15-F37D65B5F8CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A98F83-E593-4D52-8C15-F37D65B5F8CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A98F83-E593-4D52-8C15-F37D65B5F8CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A98F83-E593-4D52-8C15-F37D65B5F8CF}.Release|Any CPU.Build.0 = Release|Any CPU
{B6983305-2010-464B-9337-6EB58A3C52DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6983305-2010-464B-9337-6EB58A3C52DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6983305-2010-464B-9337-6EB58A3C52DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6983305-2010-464B-9337-6EB58A3C52DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C8A98F83-E593-4D52-8C15-F37D65B5F8CF} = {7FB7E16E-5FD0-4DFB-9696-E7887ED97E3D}
{B6983305-2010-464B-9337-6EB58A3C52DA} = {7FB7E16E-5FD0-4DFB-9696-E7887ED97E3D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BBBECE1-F21A-4783-A6FB-940A15C7C201}
EndGlobalSection
EndGlobal