1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio 15
4
- VisualStudioVersion = 15 .0.27130.2027
3
+ # Visual Studio Version 16
4
+ VisualStudioVersion = 16 .0.29104.9
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BaGet" , "src\BaGet\BaGet.csproj" , "{284366CB-C68F-473E-908A-50A382616AE0}"
7
7
EndProject
@@ -23,7 +23,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaGet.Protocol", "src\BaGet
23
23
EndProject
24
24
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BaGet.Protocol.Tests" , "tests\BaGet.Protocol.Tests\BaGet.Protocol.Tests.csproj" , "{AC764A9A-9EAF-422B-9223-D3290C3CFD79}"
25
25
EndProject
26
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BaGet.AWS " , "src\BaGet.AWS \BaGet.AWS .csproj" , "{D067D82E-D515-44D1-A832-C79F29418DFC}"
26
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BaGet.Aws " , "src\BaGet.Aws \BaGet.Aws .csproj" , "{D067D82E-D515-44D1-A832-C79F29418DFC}"
27
27
EndProject
28
28
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{0B44364D-952B-497A-82E0-C9AAE94E0369}"
29
29
Project Section (SolutionItems ) = preProject
@@ -38,9 +38,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaGet.Database.SqlServer",
38
38
EndProject
39
39
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BaGet.Database.MySql" , "src\BaGet.Database.MySql\BaGet.Database.MySql.csproj" , "{A4375529-E855-4D46-AA4F-B3FE630C3DE1}"
40
40
EndProject
41
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "BaGet.Database.PostgreSql" , "src\BaGet.Database.PostgreSql\BaGet.Database.PostgreSql.csproj" , "{F48F201A-4DEE-4D5B-9C0B-59490FE942FA}"
41
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "BaGet.Database.PostgreSql" , "src\BaGet.Database.PostgreSql\BaGet.Database.PostgreSql.csproj" , "{F48F201A-4DEE-4D5B-9C0B-59490FE942FA}"
42
42
EndProject
43
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BaGet.GCP" , "src\BaGet.GCP\BaGet.GCP.csproj" , "{D7D60BA0-FF7F-4B37-815C-74D487C5176E}"
43
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "BaGet.Gcp" , "src\BaGet.Gcp\BaGet.Gcp.csproj" , "{D7D60BA0-FF7F-4B37-815C-74D487C5176E}"
44
+ EndProject
45
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "samples" , "samples" , "{DDEC0736-8169-4834-815E-B78E7CE612A4}"
46
+ EndProject
47
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "BaGet.Protocol.Samples.Tests" , "samples\BaGet.Protocol.Samples.Tests.csproj" , "{16B0D424-BB2F-4C0C-90B0-4F7955326ADF}"
44
48
EndProject
45
49
Global
46
50
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -108,6 +112,10 @@ Global
108
112
{D7D60BA0-FF7F-4B37-815C-74D487C5176E} .Debug| Any CPU .Build .0 = Debug| Any CPU
109
113
{D7D60BA0-FF7F-4B37-815C-74D487C5176E} .Release| Any CPU .ActiveCfg = Release| Any CPU
110
114
{D7D60BA0-FF7F-4B37-815C-74D487C5176E} .Release| Any CPU .Build .0 = Release| Any CPU
115
+ {16B0D424-BB2F-4C0C-90B0-4F7955326ADF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
116
+ {16B0D424-BB2F-4C0C-90B0-4F7955326ADF} .Debug| Any CPU .Build .0 = Debug| Any CPU
117
+ {16B0D424-BB2F-4C0C-90B0-4F7955326ADF} .Release| Any CPU .ActiveCfg = Release| Any CPU
118
+ {16B0D424-BB2F-4C0C-90B0-4F7955326ADF} .Release| Any CPU .Build .0 = Release| Any CPU
111
119
EndGlobalSection
112
120
GlobalSection (SolutionProperties ) = preSolution
113
121
HideSolutionNode = FALSE
@@ -128,6 +136,7 @@ Global
128
136
{A4375529-E855-4D46-AA4F-B3FE630C3DE1} = {26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}
129
137
{F48F201A-4DEE-4D5B-9C0B-59490FE942FA} = {26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}
130
138
{D7D60BA0-FF7F-4B37-815C-74D487C5176E} = {26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}
139
+ {16B0D424-BB2F-4C0C-90B0-4F7955326ADF} = {DDEC0736-8169-4834-815E-B78E7CE612A4}
131
140
EndGlobalSection
132
141
GlobalSection (ExtensibilityGlobals ) = postSolution
133
142
SolutionGuid = {1423C027-2C90-417F-8629-2A4CF107C055}
0 commit comments