This repository was archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCocaBot.sln
More file actions
60 lines (60 loc) · 3.9 KB
/
CocaBot.sln
File metadata and controls
60 lines (60 loc) · 3.9 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31512.422
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Discord", "Discord\Discord.csproj", "{A0E083CF-1C3D-4F3D-A93B-F2F06898A924}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Valour", "Valour\Valour.csproj", "{387E5204-D790-45F6-8251-CEE2C3C0107B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{FCB2BF2D-640E-4B72-8461-A372FAE233A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Valour.Api", "ValourSharp\Valour\Valour\API\Valour.Api.csproj", "{46D8A1B9-FF0D-467F-99CC-7F386FAB23A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Valour.Shared", "ValourSharp\Valour\Valour\Shared\Valour.Shared.csproj", "{2949B0AB-5889-4B38-9C10-EC69DB09A010}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValourSharp", "ValourSharp\ValourSharp\ValourSharp.csproj", "{3F368F32-E3E3-4F92-BBF4-0E5F3E34A6FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Website", "Website\Website.csproj", "{D2106B56-0C3D-4BC6-ACED-AAD52EA1495C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0E083CF-1C3D-4F3D-A93B-F2F06898A924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0E083CF-1C3D-4F3D-A93B-F2F06898A924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0E083CF-1C3D-4F3D-A93B-F2F06898A924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0E083CF-1C3D-4F3D-A93B-F2F06898A924}.Release|Any CPU.Build.0 = Release|Any CPU
{387E5204-D790-45F6-8251-CEE2C3C0107B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{387E5204-D790-45F6-8251-CEE2C3C0107B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{387E5204-D790-45F6-8251-CEE2C3C0107B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{387E5204-D790-45F6-8251-CEE2C3C0107B}.Release|Any CPU.Build.0 = Release|Any CPU
{FCB2BF2D-640E-4B72-8461-A372FAE233A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCB2BF2D-640E-4B72-8461-A372FAE233A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCB2BF2D-640E-4B72-8461-A372FAE233A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCB2BF2D-640E-4B72-8461-A372FAE233A2}.Release|Any CPU.Build.0 = Release|Any CPU
{46D8A1B9-FF0D-467F-99CC-7F386FAB23A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46D8A1B9-FF0D-467F-99CC-7F386FAB23A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46D8A1B9-FF0D-467F-99CC-7F386FAB23A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46D8A1B9-FF0D-467F-99CC-7F386FAB23A4}.Release|Any CPU.Build.0 = Release|Any CPU
{2949B0AB-5889-4B38-9C10-EC69DB09A010}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2949B0AB-5889-4B38-9C10-EC69DB09A010}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2949B0AB-5889-4B38-9C10-EC69DB09A010}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2949B0AB-5889-4B38-9C10-EC69DB09A010}.Release|Any CPU.Build.0 = Release|Any CPU
{3F368F32-E3E3-4F92-BBF4-0E5F3E34A6FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F368F32-E3E3-4F92-BBF4-0E5F3E34A6FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F368F32-E3E3-4F92-BBF4-0E5F3E34A6FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F368F32-E3E3-4F92-BBF4-0E5F3E34A6FC}.Release|Any CPU.Build.0 = Release|Any CPU
{D2106B56-0C3D-4BC6-ACED-AAD52EA1495C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2106B56-0C3D-4BC6-ACED-AAD52EA1495C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2106B56-0C3D-4BC6-ACED-AAD52EA1495C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2106B56-0C3D-4BC6-ACED-AAD52EA1495C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE5C4425-0A62-434F-A086-06044AE7F2E2}
EndGlobalSection
EndGlobal