-
Notifications
You must be signed in to change notification settings - Fork 3
/
Ringleader.sln
43 lines (43 loc) · 2.27 KB
/
Ringleader.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 Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ringleader", "Ringleader\Ringleader.csproj", "{0D211CBF-5A47-4242-84B6-D388632181C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RingleaderTests", "RingleaderTests\RingleaderTests.csproj", "{916FC366-6A55-426B-91FB-1575F03969E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebExample", "WebExample\WebExample.csproj", "{219EDA92-D634-40C0-A71A-7B49275FF086}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{95D2B26C-D658-4663-9121-13604107D090}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D211CBF-5A47-4242-84B6-D388632181C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D211CBF-5A47-4242-84B6-D388632181C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D211CBF-5A47-4242-84B6-D388632181C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D211CBF-5A47-4242-84B6-D388632181C4}.Release|Any CPU.Build.0 = Release|Any CPU
{916FC366-6A55-426B-91FB-1575F03969E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{916FC366-6A55-426B-91FB-1575F03969E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{916FC366-6A55-426B-91FB-1575F03969E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{916FC366-6A55-426B-91FB-1575F03969E9}.Release|Any CPU.Build.0 = Release|Any CPU
{219EDA92-D634-40C0-A71A-7B49275FF086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219EDA92-D634-40C0-A71A-7B49275FF086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219EDA92-D634-40C0-A71A-7B49275FF086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219EDA92-D634-40C0-A71A-7B49275FF086}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {493589F4-57AD-4A4F-AE0F-36C2D50804B1}
EndGlobalSection
EndGlobal