-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFind My Boef.sln
49 lines (49 loc) · 3.05 KB
/
Find My Boef.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Find My Boef", "Find My Boef\Find My Boef.csproj", "{B34AEA96-532E-4F25-9285-6CD249FE8E7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Find my boef tests", "Find my boef tests\Find my boef tests.csproj", "{1934C2A7-C2D7-407F-87F5-6EE5665253B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketServer", "SocketServer\SocketServer.csproj", "{BBE68269-AA11-40DD-BC26-079B18B8B8FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OfficerLocationAPI", "OfficerLocationAPI\OfficerLocationAPI.csproj", "{FF23F4D7-532D-47AE-B041-FB423817CB03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentiment Text Builder", "Sentiment Text Builder\Sentiment Text Builder.csproj", "{B129871D-0672-46BE-B875-5B5B8E4B3947}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B34AEA96-532E-4F25-9285-6CD249FE8E7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B34AEA96-532E-4F25-9285-6CD249FE8E7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B34AEA96-532E-4F25-9285-6CD249FE8E7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B34AEA96-532E-4F25-9285-6CD249FE8E7E}.Release|Any CPU.Build.0 = Release|Any CPU
{1934C2A7-C2D7-407F-87F5-6EE5665253B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1934C2A7-C2D7-407F-87F5-6EE5665253B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1934C2A7-C2D7-407F-87F5-6EE5665253B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1934C2A7-C2D7-407F-87F5-6EE5665253B8}.Release|Any CPU.Build.0 = Release|Any CPU
{BBE68269-AA11-40DD-BC26-079B18B8B8FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBE68269-AA11-40DD-BC26-079B18B8B8FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBE68269-AA11-40DD-BC26-079B18B8B8FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBE68269-AA11-40DD-BC26-079B18B8B8FC}.Release|Any CPU.Build.0 = Release|Any CPU
{FF23F4D7-532D-47AE-B041-FB423817CB03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF23F4D7-532D-47AE-B041-FB423817CB03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF23F4D7-532D-47AE-B041-FB423817CB03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF23F4D7-532D-47AE-B041-FB423817CB03}.Release|Any CPU.Build.0 = Release|Any CPU
{B129871D-0672-46BE-B875-5B5B8E4B3947}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B129871D-0672-46BE-B875-5B5B8E4B3947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B129871D-0672-46BE-B875-5B5B8E4B3947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B129871D-0672-46BE-B875-5B5B8E4B3947}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CB06F68-CE77-4181-BB3E-27608DB4E9B0}
EndGlobalSection
EndGlobal