-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathThoughtful.sln
37 lines (37 loc) · 2.06 KB
/
Thoughtful.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thoughtful.Domain", "Thoughtful.Domain\Thoughtful.Domain.csproj", "{C7218F36-4B32-4C76-8474-C56D2D263934}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thoughtful.Dal", "Thoughtful.Dal\Thoughtful.Dal.csproj", "{DFF38185-1237-4103-B4A5-2E0DA0BFC325}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thoughtful.Api", "Thoughtful.Api\Thoughtful.Api.csproj", "{EBDA5F0E-7A60-40E1-8C4B-8402B50656E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7218F36-4B32-4C76-8474-C56D2D263934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7218F36-4B32-4C76-8474-C56D2D263934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7218F36-4B32-4C76-8474-C56D2D263934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7218F36-4B32-4C76-8474-C56D2D263934}.Release|Any CPU.Build.0 = Release|Any CPU
{DFF38185-1237-4103-B4A5-2E0DA0BFC325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFF38185-1237-4103-B4A5-2E0DA0BFC325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFF38185-1237-4103-B4A5-2E0DA0BFC325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFF38185-1237-4103-B4A5-2E0DA0BFC325}.Release|Any CPU.Build.0 = Release|Any CPU
{EBDA5F0E-7A60-40E1-8C4B-8402B50656E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBDA5F0E-7A60-40E1-8C4B-8402B50656E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBDA5F0E-7A60-40E1-8C4B-8402B50656E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBDA5F0E-7A60-40E1-8C4B-8402B50656E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C167600-BDB0-43D7-9734-DB5FBF26F3A9}
EndGlobalSection
EndGlobal