-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDnDInitiative.sln
48 lines (48 loc) · 2.86 KB
/
DnDInitiative.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1A22C3E4-5629-429D-BAB8-233E786ADAB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnDInitiative.Core", "src\DnDInitiative.Core\DnDInitiative.Core.csproj", "{64E24857-2B90-442A-B3E5-25E57D0EAFAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnDInitiative.Infrastructure", "src\DnDInitiative.Infrastructure\DnDInitiative.Infrastructure.csproj", "{103B3750-9E67-4FA8-A25E-CEBFB6AFA4A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnDInitiative.Web", "src\DnDInitiative.web\DnDInitiative.Web.csproj", "{B1B233B9-B20F-4EEB-A1DB-F6678E4777E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66EE5C2D-0CD6-43DD-A895-4C32F665A0F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66EE5C2D-0CD6-43DD-A895-4C32F665A0F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66EE5C2D-0CD6-43DD-A895-4C32F665A0F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66EE5C2D-0CD6-43DD-A895-4C32F665A0F1}.Release|Any CPU.Build.0 = Release|Any CPU
{64E24857-2B90-442A-B3E5-25E57D0EAFAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64E24857-2B90-442A-B3E5-25E57D0EAFAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64E24857-2B90-442A-B3E5-25E57D0EAFAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64E24857-2B90-442A-B3E5-25E57D0EAFAC}.Release|Any CPU.Build.0 = Release|Any CPU
{103B3750-9E67-4FA8-A25E-CEBFB6AFA4A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{103B3750-9E67-4FA8-A25E-CEBFB6AFA4A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{103B3750-9E67-4FA8-A25E-CEBFB6AFA4A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{103B3750-9E67-4FA8-A25E-CEBFB6AFA4A0}.Release|Any CPU.Build.0 = Release|Any CPU
{B1B233B9-B20F-4EEB-A1DB-F6678E4777E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1B233B9-B20F-4EEB-A1DB-F6678E4777E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1B233B9-B20F-4EEB-A1DB-F6678E4777E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1B233B9-B20F-4EEB-A1DB-F6678E4777E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1144B15-B664-4219-8568-F1FE563268FA}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64E24857-2B90-442A-B3E5-25E57D0EAFAC} = {1A22C3E4-5629-429D-BAB8-233E786ADAB7}
{103B3750-9E67-4FA8-A25E-CEBFB6AFA4A0} = {1A22C3E4-5629-429D-BAB8-233E786ADAB7}
{B1B233B9-B20F-4EEB-A1DB-F6678E4777E8} = {1A22C3E4-5629-429D-BAB8-233E786ADAB7}
EndGlobalSection
EndGlobal