-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathEasyCachingHybridDemo.sln
More file actions
42 lines (42 loc) · 2.47 KB
/
EasyCachingHybridDemo.sln
File metadata and controls
42 lines (42 loc) · 2.47 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
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App1", "src\App1\App1.csproj", "{9029E48D-BE18-45A1-8E88-10DCC93AB811}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App2", "src\App2\App2.csproj", "{758A3919-1B7C-4F52-BC7E-8906D74431E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "src\Client\Client.csproj", "{CDF72069-44BC-4D10-AA2C-7580E34674E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App3", "src\App3\App3.csproj", "{414937FD-1C20-4CDF-B000-866A7FBB9A31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9029E48D-BE18-45A1-8E88-10DCC93AB811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9029E48D-BE18-45A1-8E88-10DCC93AB811}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9029E48D-BE18-45A1-8E88-10DCC93AB811}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9029E48D-BE18-45A1-8E88-10DCC93AB811}.Release|Any CPU.Build.0 = Release|Any CPU
{758A3919-1B7C-4F52-BC7E-8906D74431E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{758A3919-1B7C-4F52-BC7E-8906D74431E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{758A3919-1B7C-4F52-BC7E-8906D74431E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{758A3919-1B7C-4F52-BC7E-8906D74431E2}.Release|Any CPU.Build.0 = Release|Any CPU
{CDF72069-44BC-4D10-AA2C-7580E34674E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDF72069-44BC-4D10-AA2C-7580E34674E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDF72069-44BC-4D10-AA2C-7580E34674E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDF72069-44BC-4D10-AA2C-7580E34674E5}.Release|Any CPU.Build.0 = Release|Any CPU
{414937FD-1C20-4CDF-B000-866A7FBB9A31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{414937FD-1C20-4CDF-B000-866A7FBB9A31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{414937FD-1C20-4CDF-B000-866A7FBB9A31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{414937FD-1C20-4CDF-B000-866A7FBB9A31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {646D33BD-318D-4BB4-8350-9E2E7F5F818D}
EndGlobalSection
EndGlobal