-
Notifications
You must be signed in to change notification settings - Fork 10
/
Caching-MySQL.sln
54 lines (54 loc) · 3.12 KB
/
Caching-MySQL.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
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B79568AA-DBEA-4F82-96B9-725E5C31F6A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{159A2490-0C37-4F6D-B58F-05898633AEEA}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pomelo.Extensions.Caching.MySql", "src\Pomelo.Extensions.Caching.MySql\Pomelo.Extensions.Caching.MySql.csproj", "{CDEA696F-DEB6-4A0F-A53B-131C1ED39B4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pomelo.Extensions.Caching.MySqlConfig.Tools", "src\Pomelo.Extensions.Caching.MySqlConfig.Tools\Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj", "{B6A1F39B-D171-451A-A648-95D818315A85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E2AF8BA6-D1B2-4005-9994-922227DBD1D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pomelo.Extensions.Caching.MySql.Tests", "test\Pomelo.Extensions.Caching.MySql.Tests\Pomelo.Extensions.Caching.MySql.Tests.csproj", "{63195A6B-B047-42A9-B7F5-B9751F327863}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDEA696F-DEB6-4A0F-A53B-131C1ED39B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDEA696F-DEB6-4A0F-A53B-131C1ED39B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDEA696F-DEB6-4A0F-A53B-131C1ED39B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDEA696F-DEB6-4A0F-A53B-131C1ED39B4F}.Release|Any CPU.Build.0 = Release|Any CPU
{B6A1F39B-D171-451A-A648-95D818315A85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6A1F39B-D171-451A-A648-95D818315A85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6A1F39B-D171-451A-A648-95D818315A85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6A1F39B-D171-451A-A648-95D818315A85}.Release|Any CPU.Build.0 = Release|Any CPU
{63195A6B-B047-42A9-B7F5-B9751F327863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63195A6B-B047-42A9-B7F5-B9751F327863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63195A6B-B047-42A9-B7F5-B9751F327863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63195A6B-B047-42A9-B7F5-B9751F327863}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CDEA696F-DEB6-4A0F-A53B-131C1ED39B4F} = {B79568AA-DBEA-4F82-96B9-725E5C31F6A1}
{B6A1F39B-D171-451A-A648-95D818315A85} = {B79568AA-DBEA-4F82-96B9-725E5C31F6A1}
{63195A6B-B047-42A9-B7F5-B9751F327863} = {E2AF8BA6-D1B2-4005-9994-922227DBD1D3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D671E12-ED90-497C-BE8C-46E660294B3F}
EndGlobalSection
EndGlobal