-
Notifications
You must be signed in to change notification settings - Fork 0
/
pip-services3-mysql-dotnet.sln
36 lines (36 loc) · 1.77 KB
/
pip-services3-mysql-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "src", "src\src.csproj", "{719F1D9C-CC14-4185-8E7C-1BC19B3B6510}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{842DE1DF-4B19-423C-AA41-24B0E648245C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70EE283B-6839-4C6D-AE61-7DDE9BB9F2DD}"
ProjectSection(SolutionItems) = preProject
component.json = component.json
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{719F1D9C-CC14-4185-8E7C-1BC19B3B6510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{719F1D9C-CC14-4185-8E7C-1BC19B3B6510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{719F1D9C-CC14-4185-8E7C-1BC19B3B6510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{719F1D9C-CC14-4185-8E7C-1BC19B3B6510}.Release|Any CPU.Build.0 = Release|Any CPU
{842DE1DF-4B19-423C-AA41-24B0E648245C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{842DE1DF-4B19-423C-AA41-24B0E648245C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{842DE1DF-4B19-423C-AA41-24B0E648245C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{842DE1DF-4B19-423C-AA41-24B0E648245C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C7CB62B-EA45-4C81-A47D-7E3DE4F161F6}
EndGlobalSection
EndGlobal