This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtraLifeStreamLabels.sln
49 lines (49 loc) · 2.99 KB
/
ExtraLifeStreamLabels.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtraLifeStreamLabels", "ExtraLifeStreamLabels.csproj", "{DF6C6C1E-1DE6-40B7-8D20-0FDAE1A8CE70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ParticipantDataModel", "ParticipantData\ParticipantDataModel.csproj", "{37523725-593D-48DC-8406-280916AE2AB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DonorData", "DonorsData\DonorData.csproj", "{862B482F-E590-4E46-B441-2292AC75B5F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamData", "TeamData\TeamData.csproj", "{7095C693-B963-4197-93A0-88F11B81CBB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFramework", "ServiceFramework\ServiceFramework.csproj", "{D8784F36-F44B-46F5-BC42-F7EA3AD93547}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF6C6C1E-1DE6-40B7-8D20-0FDAE1A8CE70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF6C6C1E-1DE6-40B7-8D20-0FDAE1A8CE70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF6C6C1E-1DE6-40B7-8D20-0FDAE1A8CE70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF6C6C1E-1DE6-40B7-8D20-0FDAE1A8CE70}.Release|Any CPU.Build.0 = Release|Any CPU
{37523725-593D-48DC-8406-280916AE2AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37523725-593D-48DC-8406-280916AE2AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37523725-593D-48DC-8406-280916AE2AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37523725-593D-48DC-8406-280916AE2AB0}.Release|Any CPU.Build.0 = Release|Any CPU
{862B482F-E590-4E46-B441-2292AC75B5F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{862B482F-E590-4E46-B441-2292AC75B5F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{862B482F-E590-4E46-B441-2292AC75B5F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{862B482F-E590-4E46-B441-2292AC75B5F7}.Release|Any CPU.Build.0 = Release|Any CPU
{7095C693-B963-4197-93A0-88F11B81CBB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7095C693-B963-4197-93A0-88F11B81CBB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7095C693-B963-4197-93A0-88F11B81CBB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7095C693-B963-4197-93A0-88F11B81CBB4}.Release|Any CPU.Build.0 = Release|Any CPU
{D8784F36-F44B-46F5-BC42-F7EA3AD93547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8784F36-F44B-46F5-BC42-F7EA3AD93547}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8784F36-F44B-46F5-BC42-F7EA3AD93547}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8784F36-F44B-46F5-BC42-F7EA3AD93547}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE7AB719-DDD6-4070-9372-26BC6E730E0B}
EndGlobalSection
EndGlobal