-
Notifications
You must be signed in to change notification settings - Fork 16
/
MySQLTuner.sln
42 lines (42 loc) · 2.3 KB
/
MySQLTuner.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySqlTuner", "MySQLTuner\MySqlTuner.csproj", "{35C43F05-DA65-4420-98C2-3A53D29235BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySqlTuner Test Cases", "MySqlTuner Test Cases\MySqlTuner Test Cases.csproj", "{4E0E1065-B769-4177-9BA7-C9E9F232501D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySqlTuner Legacy", "MySQLTuner Legacy\MySqlTuner Legacy.csproj", "{AE15255B-A814-4295-99E2-E8B0C488BA8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{076407B5-F84B-4831-A049-38F20B28F86A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35C43F05-DA65-4420-98C2-3A53D29235BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35C43F05-DA65-4420-98C2-3A53D29235BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35C43F05-DA65-4420-98C2-3A53D29235BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35C43F05-DA65-4420-98C2-3A53D29235BD}.Release|Any CPU.Build.0 = Release|Any CPU
{4E0E1065-B769-4177-9BA7-C9E9F232501D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E0E1065-B769-4177-9BA7-C9E9F232501D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E0E1065-B769-4177-9BA7-C9E9F232501D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E0E1065-B769-4177-9BA7-C9E9F232501D}.Release|Any CPU.Build.0 = Release|Any CPU
{AE15255B-A814-4295-99E2-E8B0C488BA8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE15255B-A814-4295-99E2-E8B0C488BA8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE15255B-A814-4295-99E2-E8B0C488BA8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE15255B-A814-4295-99E2-E8B0C488BA8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {333CC5DD-C6B1-4645-A586-4A028173233D}
EndGlobalSection
EndGlobal