This repository has been archived by the owner on Nov 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDiscordDice.sln
37 lines (37 loc) · 2.06 KB
/
DiscordDice.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscordDice", "DiscordDice\DiscordDice.csproj", "{27DDB37E-8A47-4B5C-A229-44909ED7AF58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscordDice.Core.Tests", "DiscordDice.Tests\DiscordDice.Core.Tests.csproj", "{2B322585-87B5-4DC4-9FA3-7A8ECF6BBD14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscordDice.Core", "DiscordDice.Core\DiscordDice.Core.csproj", "{3A750246-E2B7-43A4-A33D-2A498810BCB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27DDB37E-8A47-4B5C-A229-44909ED7AF58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27DDB37E-8A47-4B5C-A229-44909ED7AF58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27DDB37E-8A47-4B5C-A229-44909ED7AF58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27DDB37E-8A47-4B5C-A229-44909ED7AF58}.Release|Any CPU.Build.0 = Release|Any CPU
{2B322585-87B5-4DC4-9FA3-7A8ECF6BBD14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B322585-87B5-4DC4-9FA3-7A8ECF6BBD14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B322585-87B5-4DC4-9FA3-7A8ECF6BBD14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B322585-87B5-4DC4-9FA3-7A8ECF6BBD14}.Release|Any CPU.Build.0 = Release|Any CPU
{3A750246-E2B7-43A4-A33D-2A498810BCB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A750246-E2B7-43A4-A33D-2A498810BCB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A750246-E2B7-43A4-A33D-2A498810BCB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A750246-E2B7-43A4-A33D-2A498810BCB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E3DC97A-6763-48C0-81F8-80E735FE93A4}
EndGlobalSection
EndGlobal