-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEpiEvents.sln
49 lines (49 loc) · 3.08 KB
/
EpiEvents.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.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EpiEvents.Core", "src\EpiEvents.Core\EpiEvents.Core.csproj", "{3A2B2296-2991-411B-8648-1249DC62BE68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EpiEvents.Core.Tests", "src\EpiEvents.Core.Tests\EpiEvents.Core.Tests.csproj", "{64AD2A73-001A-443B-959D-2ADA82B83064}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "EpiEvents.Build", "src\EpiEvents.Build\EpiEvents.Build.fsproj", "{BF7F1A48-4390-476C-93B4-9CBB134DB8AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EpiEvents.Commerce", "src\EpiEvents.Commerce\EpiEvents.Commerce.csproj", "{5FF82759-DEDF-46AC-B975-9F34493E69DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EpiEvents.Commerce.Tests", "src\EpiEvents.Commerce.Tests\EpiEvents.Commerce.Tests.csproj", "{CDA81F99-9CC9-42A2-9066-C17312923C08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A2B2296-2991-411B-8648-1249DC62BE68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A2B2296-2991-411B-8648-1249DC62BE68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A2B2296-2991-411B-8648-1249DC62BE68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A2B2296-2991-411B-8648-1249DC62BE68}.Release|Any CPU.Build.0 = Release|Any CPU
{64AD2A73-001A-443B-959D-2ADA82B83064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64AD2A73-001A-443B-959D-2ADA82B83064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64AD2A73-001A-443B-959D-2ADA82B83064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64AD2A73-001A-443B-959D-2ADA82B83064}.Release|Any CPU.Build.0 = Release|Any CPU
{BF7F1A48-4390-476C-93B4-9CBB134DB8AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF7F1A48-4390-476C-93B4-9CBB134DB8AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF7F1A48-4390-476C-93B4-9CBB134DB8AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7F1A48-4390-476C-93B4-9CBB134DB8AB}.Release|Any CPU.Build.0 = Release|Any CPU
{5FF82759-DEDF-46AC-B975-9F34493E69DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FF82759-DEDF-46AC-B975-9F34493E69DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FF82759-DEDF-46AC-B975-9F34493E69DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FF82759-DEDF-46AC-B975-9F34493E69DD}.Release|Any CPU.Build.0 = Release|Any CPU
{CDA81F99-9CC9-42A2-9066-C17312923C08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDA81F99-9CC9-42A2-9066-C17312923C08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDA81F99-9CC9-42A2-9066-C17312923C08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDA81F99-9CC9-42A2-9066-C17312923C08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C474601-27AD-481A-B918-04AD82FB3BE8}
EndGlobalSection
EndGlobal