-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTMenos3.Courses.NetCore.DistributedCache.sln
More file actions
40 lines (40 loc) · 2.23 KB
/
Copy pathTMenos3.Courses.NetCore.DistributedCache.sln
File metadata and controls
40 lines (40 loc) · 2.23 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{697DC25C-C2E8-4C82-80E7-65FF52054AF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TMenos3.Courses.NetCore.DistributedCache.API", "src\TMenos3.Courses.NetCore.DistributedCache.API\TMenos3.Courses.NetCore.DistributedCache.API.csproj", "{0FCA8BAE-2F8C-4BAA-AB58-7F228B8991F6}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{A7F77D1B-EAF1-4246-9358-01E168C7C382}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FCA8BAE-2F8C-4BAA-AB58-7F228B8991F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FCA8BAE-2F8C-4BAA-AB58-7F228B8991F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FCA8BAE-2F8C-4BAA-AB58-7F228B8991F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FCA8BAE-2F8C-4BAA-AB58-7F228B8991F6}.Release|Any CPU.Build.0 = Release|Any CPU
{C90BF81E-399C-411F-BF1A-C700416A195F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C90BF81E-399C-411F-BF1A-C700416A195F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C90BF81E-399C-411F-BF1A-C700416A195F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C90BF81E-399C-411F-BF1A-C700416A195F}.Release|Any CPU.Build.0 = Release|Any CPU
{A7F77D1B-EAF1-4246-9358-01E168C7C382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7F77D1B-EAF1-4246-9358-01E168C7C382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7F77D1B-EAF1-4246-9358-01E168C7C382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7F77D1B-EAF1-4246-9358-01E168C7C382}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0FCA8BAE-2F8C-4BAA-AB58-7F228B8991F6} = {697DC25C-C2E8-4C82-80E7-65FF52054AF7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92FD8707-96A3-4D07-A1D2-508F56711C9B}
EndGlobalSection
EndGlobal