-
Notifications
You must be signed in to change notification settings - Fork 0
/
EtcordSharp.sln
43 lines (43 loc) · 2.58 KB
/
EtcordSharp.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 15
VisualStudioVersion = 15.0.28307.1000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EtcordSharp.Server", "EtcordSharp.Server\EtcordSharp.Server.csproj", "{74444F04-C4F2-4876-BA18-638F41223557}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EtcordSharp.Client", "EtcordSharp.Client\EtcordSharp.Client.csproj", "{83720E78-3FBB-442A-9677-E2E05C48848F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EtcordSharp.Client.Windows", "EtcordSharp.Client.Windows\EtcordSharp.Client.Windows.csproj", "{5657507F-1849-4734-96EA-3488593666AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EtcordSharp", "EtcordSharp\EtcordSharp.csproj", "{291F17B8-7F52-4D7B-932F-F53B98CC596D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74444F04-C4F2-4876-BA18-638F41223557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74444F04-C4F2-4876-BA18-638F41223557}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74444F04-C4F2-4876-BA18-638F41223557}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74444F04-C4F2-4876-BA18-638F41223557}.Release|Any CPU.Build.0 = Release|Any CPU
{83720E78-3FBB-442A-9677-E2E05C48848F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83720E78-3FBB-442A-9677-E2E05C48848F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83720E78-3FBB-442A-9677-E2E05C48848F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83720E78-3FBB-442A-9677-E2E05C48848F}.Release|Any CPU.Build.0 = Release|Any CPU
{5657507F-1849-4734-96EA-3488593666AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5657507F-1849-4734-96EA-3488593666AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5657507F-1849-4734-96EA-3488593666AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5657507F-1849-4734-96EA-3488593666AE}.Release|Any CPU.Build.0 = Release|Any CPU
{291F17B8-7F52-4D7B-932F-F53B98CC596D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{291F17B8-7F52-4D7B-932F-F53B98CC596D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{291F17B8-7F52-4D7B-932F-F53B98CC596D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{291F17B8-7F52-4D7B-932F-F53B98CC596D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69887D08-446A-4F4B-8DB2-975835B83C4C}
EndGlobalSection
EndGlobal