-
Notifications
You must be signed in to change notification settings - Fork 4
/
Seeker.sln
70 lines (70 loc) · 4.63 KB
/
Seeker.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Seeker", "Seeker\Seeker.csproj", "{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C137BF1A-92CD-45AC-981F-2A99A5B8FF5B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Soulseek_Source", "Seeker\Soulseek.NET-master\src\Soulseek_Source.csproj", "{F4D9D870-A509-463B-90D4-8D9D6CC340FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mono.Nat", "Seeker\Mono.Nat-master\Mono.Nat\Mono.Nat.csproj", "{EAF87E32-AE91-4B40-AA16-F3F37F2DDFC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{26F55920-8AE4-4FF9-BAD5-FCC3347541AD}"
ProjectSection(ProjectDependencies) = postProject
{F4D9D870-A509-463B-90D4-8D9D6CC340FB} = {F4D9D870-A509-463B-90D4-8D9D6CC340FB}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestCommon", "UnitTestCommon\UnitTestCommon.csproj", "{FA0EDBB3-209D-43BA-9D65-CC0A1272B889}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release IzzySoft|Any CPU = Release IzzySoft|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Release IzzySoft|Any CPU.ActiveCfg = Release IzzySoft|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Release IzzySoft|Any CPU.Build.0 = Release IzzySoft|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Release IzzySoft|Any CPU.Deploy.0 = Release IzzySoft|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Release|Any CPU.Build.0 = Release|Any CPU
{A7DDF06B-58D9-4673-9E95-B1AA85382C7A}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F4D9D870-A509-463B-90D4-8D9D6CC340FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4D9D870-A509-463B-90D4-8D9D6CC340FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4D9D870-A509-463B-90D4-8D9D6CC340FB}.Release IzzySoft|Any CPU.ActiveCfg = Release IzzySoft|Any CPU
{F4D9D870-A509-463B-90D4-8D9D6CC340FB}.Release IzzySoft|Any CPU.Build.0 = Release IzzySoft|Any CPU
{F4D9D870-A509-463B-90D4-8D9D6CC340FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4D9D870-A509-463B-90D4-8D9D6CC340FB}.Release|Any CPU.Build.0 = Release|Any CPU
{EAF87E32-AE91-4B40-AA16-F3F37F2DDFC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAF87E32-AE91-4B40-AA16-F3F37F2DDFC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAF87E32-AE91-4B40-AA16-F3F37F2DDFC9}.Release IzzySoft|Any CPU.ActiveCfg = Release IzzySoft|Any CPU
{EAF87E32-AE91-4B40-AA16-F3F37F2DDFC9}.Release IzzySoft|Any CPU.Build.0 = Release IzzySoft|Any CPU
{EAF87E32-AE91-4B40-AA16-F3F37F2DDFC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAF87E32-AE91-4B40-AA16-F3F37F2DDFC9}.Release|Any CPU.Build.0 = Release|Any CPU
{26F55920-8AE4-4FF9-BAD5-FCC3347541AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F55920-8AE4-4FF9-BAD5-FCC3347541AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F55920-8AE4-4FF9-BAD5-FCC3347541AD}.Release IzzySoft|Any CPU.ActiveCfg = Release|Any CPU
{26F55920-8AE4-4FF9-BAD5-FCC3347541AD}.Release IzzySoft|Any CPU.Build.0 = Release|Any CPU
{26F55920-8AE4-4FF9-BAD5-FCC3347541AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F55920-8AE4-4FF9-BAD5-FCC3347541AD}.Release|Any CPU.Build.0 = Release|Any CPU
{FA0EDBB3-209D-43BA-9D65-CC0A1272B889}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA0EDBB3-209D-43BA-9D65-CC0A1272B889}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA0EDBB3-209D-43BA-9D65-CC0A1272B889}.Release IzzySoft|Any CPU.ActiveCfg = Release|Any CPU
{FA0EDBB3-209D-43BA-9D65-CC0A1272B889}.Release IzzySoft|Any CPU.Build.0 = Release|Any CPU
{FA0EDBB3-209D-43BA-9D65-CC0A1272B889}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA0EDBB3-209D-43BA-9D65-CC0A1272B889}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9C3270F-1516-41A2-AC8D-8AEE9BE3F844}
EndGlobalSection
EndGlobal