-
Notifications
You must be signed in to change notification settings - Fork 0
/
zsemlebot.sln
66 lines (66 loc) · 4.25 KB
/
zsemlebot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zsemlebot.wpf", "zsemlebot.wpf\zsemlebot.wpf.csproj", "{DE9C02F7-B9FA-4C60-B369-A21563294C1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zsemlebot.twitch", "zsemlebot.twitch\zsemlebot.twitch.csproj", "{8CDC89AB-64A6-4E80-90E2-BD89758A73D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zsemlebot.networklib", "zsemlebot.networklib\zsemlebot.networklib.csproj", "{BA538406-CF1A-41B1-A773-7D61B9C2A3BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zsemlebot.services", "zsemlebot.services\zsemlebot.services.csproj", "{BE2ED100-567A-4476-A33C-B6E3F50A5E16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zsemlebot.core", "zsemlebot.core\zsemlebot.core.csproj", "{49B55C40-0321-4D4C-8481-E6AF54877AAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zsemlebot.repository", "zsemlebot.repository\zsemlebot.repository.csproj", "{A411FBB2-2E48-4D1D-8B21-7A7778D3CE9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zsemlebot.hota", "zsemlebot.hota\zsemlebot.hota.csproj", "{2BF21090-4325-4904-82ED-2EE62906E387}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31C7DEAA-9F9A-454D-A30D-3E9F77E2B915}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE9C02F7-B9FA-4C60-B369-A21563294C1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE9C02F7-B9FA-4C60-B369-A21563294C1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE9C02F7-B9FA-4C60-B369-A21563294C1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE9C02F7-B9FA-4C60-B369-A21563294C1A}.Release|Any CPU.Build.0 = Release|Any CPU
{8CDC89AB-64A6-4E80-90E2-BD89758A73D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CDC89AB-64A6-4E80-90E2-BD89758A73D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CDC89AB-64A6-4E80-90E2-BD89758A73D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CDC89AB-64A6-4E80-90E2-BD89758A73D6}.Release|Any CPU.Build.0 = Release|Any CPU
{BA538406-CF1A-41B1-A773-7D61B9C2A3BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA538406-CF1A-41B1-A773-7D61B9C2A3BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA538406-CF1A-41B1-A773-7D61B9C2A3BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA538406-CF1A-41B1-A773-7D61B9C2A3BC}.Release|Any CPU.Build.0 = Release|Any CPU
{BE2ED100-567A-4476-A33C-B6E3F50A5E16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE2ED100-567A-4476-A33C-B6E3F50A5E16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE2ED100-567A-4476-A33C-B6E3F50A5E16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE2ED100-567A-4476-A33C-B6E3F50A5E16}.Release|Any CPU.Build.0 = Release|Any CPU
{49B55C40-0321-4D4C-8481-E6AF54877AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49B55C40-0321-4D4C-8481-E6AF54877AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49B55C40-0321-4D4C-8481-E6AF54877AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49B55C40-0321-4D4C-8481-E6AF54877AAD}.Release|Any CPU.Build.0 = Release|Any CPU
{A411FBB2-2E48-4D1D-8B21-7A7778D3CE9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A411FBB2-2E48-4D1D-8B21-7A7778D3CE9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A411FBB2-2E48-4D1D-8B21-7A7778D3CE9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A411FBB2-2E48-4D1D-8B21-7A7778D3CE9A}.Release|Any CPU.Build.0 = Release|Any CPU
{2BF21090-4325-4904-82ED-2EE62906E387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BF21090-4325-4904-82ED-2EE62906E387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BF21090-4325-4904-82ED-2EE62906E387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF21090-4325-4904-82ED-2EE62906E387}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BFFE8C0-8810-4CFA-9829-61FAC71B7A4D}
EndGlobalSection
EndGlobal