forked from discord-csharp/CSharpRepl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSDiscord.sln
36 lines (36 loc) · 1.82 KB
/
CSDiscord.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{443496A8-A004-4C46-8C8F-66FD55AB6402}"
ProjectSection(SolutionItems) = preProject
.nuget\nuget.config = .nuget\nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSDiscordService", "CSDiscordService\CSDiscordService.csproj", "{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSDiscordService.Tests", "CSDiscordService.Tests\CSDiscordService.Tests.csproj", "{429C6E16-F570-418D-8924-0E4594C37D1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DD73E76-C5B2-4201-B3E3-760EA8C147BF}.Release|Any CPU.Build.0 = Release|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{429C6E16-F570-418D-8924-0E4594C37D1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9247FB2-9FDD-4CB0-A23C-93705D6F2222}
EndGlobalSection
EndGlobal