-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWhatsappAgent.sln
43 lines (43 loc) · 2.56 KB
/
WhatsappAgent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatsappAgent", "WhatsappAgent\WhatsappAgent.csproj", "{2934CD86-DD25-4D7B-BD28-B3D0273D6DAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatsappAgentTests", "WhatsappAgentTests\WhatsappAgentTests.csproj", "{41E78423-FB4D-44B9-ACF1-3B1C8E2315DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhatsappAgentUI", "WhatsappAgentUI\WhatsappAgentUI.csproj", "{A0260F0C-965A-4DCE-A4C5-02D054D0669C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhatsappAgent.Bins", "WhatsappAgent.Bins\WhatsappAgent.Bins.csproj", "{CF2FE383-7D5F-424E-AF6D-2BF4B4F76571}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2934CD86-DD25-4D7B-BD28-B3D0273D6DAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2934CD86-DD25-4D7B-BD28-B3D0273D6DAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2934CD86-DD25-4D7B-BD28-B3D0273D6DAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2934CD86-DD25-4D7B-BD28-B3D0273D6DAB}.Release|Any CPU.Build.0 = Release|Any CPU
{41E78423-FB4D-44B9-ACF1-3B1C8E2315DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41E78423-FB4D-44B9-ACF1-3B1C8E2315DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41E78423-FB4D-44B9-ACF1-3B1C8E2315DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41E78423-FB4D-44B9-ACF1-3B1C8E2315DF}.Release|Any CPU.Build.0 = Release|Any CPU
{A0260F0C-965A-4DCE-A4C5-02D054D0669C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0260F0C-965A-4DCE-A4C5-02D054D0669C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0260F0C-965A-4DCE-A4C5-02D054D0669C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0260F0C-965A-4DCE-A4C5-02D054D0669C}.Release|Any CPU.Build.0 = Release|Any CPU
{CF2FE383-7D5F-424E-AF6D-2BF4B4F76571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF2FE383-7D5F-424E-AF6D-2BF4B4F76571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF2FE383-7D5F-424E-AF6D-2BF4B4F76571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF2FE383-7D5F-424E-AF6D-2BF4B4F76571}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF075147-0A12-4D77-91C2-CC35CB355CA7}
EndGlobalSection
EndGlobal