-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStorytiling.sln
37 lines (37 loc) · 2.11 KB
/
Storytiling.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.7.34302.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "storytiling.api", "src\appointment.api\storytiling.api.csproj", "{84A6EF85-FFEE-494F-9BBD-7D651E745F35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "storytiling.core", "src\appointment.core\storytiling.core.csproj", "{EBD29244-00FF-41A2-83F9-DBBACF2DF112}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "storytiling.infrastructure", "src\appointment.infrastructure\storytiling.infrastructure.csproj", "{45B4B6CB-0B56-4DA5-B950-FE7F0FA8C1AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84A6EF85-FFEE-494F-9BBD-7D651E745F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84A6EF85-FFEE-494F-9BBD-7D651E745F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84A6EF85-FFEE-494F-9BBD-7D651E745F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84A6EF85-FFEE-494F-9BBD-7D651E745F35}.Release|Any CPU.Build.0 = Release|Any CPU
{EBD29244-00FF-41A2-83F9-DBBACF2DF112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBD29244-00FF-41A2-83F9-DBBACF2DF112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBD29244-00FF-41A2-83F9-DBBACF2DF112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBD29244-00FF-41A2-83F9-DBBACF2DF112}.Release|Any CPU.Build.0 = Release|Any CPU
{45B4B6CB-0B56-4DA5-B950-FE7F0FA8C1AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45B4B6CB-0B56-4DA5-B950-FE7F0FA8C1AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45B4B6CB-0B56-4DA5-B950-FE7F0FA8C1AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45B4B6CB-0B56-4DA5-B950-FE7F0FA8C1AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2641E047-8A50-4BC2-9C12-7321E122762C}
EndGlobalSection
EndGlobal