-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPoco.Sql.NetCore.sln
43 lines (43 loc) · 2.63 KB
/
Poco.Sql.NetCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Poco.Sql.NetCore.Demo", "Poco.Sql.NetCore.Demo\Poco.Sql.NetCore.Demo.csproj", "{92DE23AA-482E-437E-AB33-0B475321E95F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Poco.Sql.NetCore.Test.Models", "Poco.Sql.NetCore.Test.Models\Poco.Sql.NetCore.Test.Models.csproj", "{8F7297F4-4944-4262-9CDC-5831374172D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Poco.Sql.NetCore", "Poco.Sql.NetCore\Poco.Sql.NetCore.csproj", "{A51E327A-41F0-46A6-8892-AEF5E40ECCD0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Poco.Sql.NetCore.UnitTests", "Poco.Sql.NetCore.UnitTests\Poco.Sql.NetCore.UnitTests.csproj", "{6E86D7F1-4B91-4C4F-A1E9-09E49DF7C477}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92DE23AA-482E-437E-AB33-0B475321E95F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92DE23AA-482E-437E-AB33-0B475321E95F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92DE23AA-482E-437E-AB33-0B475321E95F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92DE23AA-482E-437E-AB33-0B475321E95F}.Release|Any CPU.Build.0 = Release|Any CPU
{8F7297F4-4944-4262-9CDC-5831374172D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F7297F4-4944-4262-9CDC-5831374172D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F7297F4-4944-4262-9CDC-5831374172D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F7297F4-4944-4262-9CDC-5831374172D7}.Release|Any CPU.Build.0 = Release|Any CPU
{A51E327A-41F0-46A6-8892-AEF5E40ECCD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A51E327A-41F0-46A6-8892-AEF5E40ECCD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A51E327A-41F0-46A6-8892-AEF5E40ECCD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A51E327A-41F0-46A6-8892-AEF5E40ECCD0}.Release|Any CPU.Build.0 = Release|Any CPU
{6E86D7F1-4B91-4C4F-A1E9-09E49DF7C477}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E86D7F1-4B91-4C4F-A1E9-09E49DF7C477}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E86D7F1-4B91-4C4F-A1E9-09E49DF7C477}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E86D7F1-4B91-4C4F-A1E9-09E49DF7C477}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF3D776C-A417-4271-9CA0-14BB4D64C598}
EndGlobalSection
EndGlobal