-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFundRaiser.sln
56 lines (56 loc) · 3.5 KB
/
FundRaiser.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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FundRaiser.Team5.Core", "FundRaiser.Team5.Core\FundRaiser.Team5.Core.csproj", "{4AB197F4-6BF6-436D-952E-291EFE59495A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FundRaiser.Team5.Test", "FundRaiser.Team5.Test\FundRaiser.Team5.Test.csproj", "{63D31FAA-DA08-4A81-8851-5351D7300F9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FundRaiser.Team5.Web", "FundRaiser.Team5.Web\FundRaiser.Team5.Web.csproj", "{D391C9EF-90C9-42E4-B424-C344D6FD846E}"
ProjectSection(ProjectDependencies) = postProject
{E3BB6D30-5BAB-4527-B493-3C217F88732C} = {E3BB6D30-5BAB-4527-B493-3C217F88732C}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FundRaiser.Team5.Persistence", "FundRaiser.Team5.Persistence\FundRaiser.Team5.Persistence.csproj", "{056FD527-A6F7-4512-B3F2-02F24C2C786C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FundRaiser.Team5.Api", "FundRaiser.Team5.Api\FundRaiser.Team5.Api.csproj", "{E3BB6D30-5BAB-4527-B493-3C217F88732C}"
ProjectSection(ProjectDependencies) = postProject
{056FD527-A6F7-4512-B3F2-02F24C2C786C} = {056FD527-A6F7-4512-B3F2-02F24C2C786C}
{4AB197F4-6BF6-436D-952E-291EFE59495A} = {4AB197F4-6BF6-436D-952E-291EFE59495A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AB197F4-6BF6-436D-952E-291EFE59495A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AB197F4-6BF6-436D-952E-291EFE59495A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AB197F4-6BF6-436D-952E-291EFE59495A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AB197F4-6BF6-436D-952E-291EFE59495A}.Release|Any CPU.Build.0 = Release|Any CPU
{63D31FAA-DA08-4A81-8851-5351D7300F9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63D31FAA-DA08-4A81-8851-5351D7300F9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63D31FAA-DA08-4A81-8851-5351D7300F9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63D31FAA-DA08-4A81-8851-5351D7300F9E}.Release|Any CPU.Build.0 = Release|Any CPU
{D391C9EF-90C9-42E4-B424-C344D6FD846E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D391C9EF-90C9-42E4-B424-C344D6FD846E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D391C9EF-90C9-42E4-B424-C344D6FD846E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D391C9EF-90C9-42E4-B424-C344D6FD846E}.Release|Any CPU.Build.0 = Release|Any CPU
{056FD527-A6F7-4512-B3F2-02F24C2C786C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{056FD527-A6F7-4512-B3F2-02F24C2C786C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{056FD527-A6F7-4512-B3F2-02F24C2C786C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{056FD527-A6F7-4512-B3F2-02F24C2C786C}.Release|Any CPU.Build.0 = Release|Any CPU
{E3BB6D30-5BAB-4527-B493-3C217F88732C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3BB6D30-5BAB-4527-B493-3C217F88732C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3BB6D30-5BAB-4527-B493-3C217F88732C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3BB6D30-5BAB-4527-B493-3C217F88732C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80B0B9B4-42D6-4520-84C7-F420C736EDE4}
EndGlobalSection
EndGlobal