-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGu.Orm.sln
52 lines (52 loc) · 2.94 KB
/
Gu.Orm.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
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}") = "Gu.Orm.Npgsql", "Gu.Orm.Npgsql\Gu.Orm.Npgsql.csproj", "{04B7889F-AD6A-4CEC-934D-669BF7EDCD2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Orm.Npgsql.Tests", "Gu.Orm.Npgsql.Tests\Gu.Orm.Npgsql.Tests.csproj", "{9362C78A-AB5A-4157-9F95-9CECC92B5AE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Orm.Npgsql.Analyzers", "Gu.Orm.Npgsql.Analyzers\Gu.Orm.Npgsql.Analyzers.csproj", "{CEA3B796-DA4B-47D0-80FA-24E55A7FA75C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Orm.Npgsql.Analyzers.Tests", "Gu.Orm.Npgsql.Analyzers.Tests\Gu.Orm.Npgsql.Analyzers.Tests.csproj", "{4EA7CD46-2E5E-45EB-834E-677BAFC1FCE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{8E288BAC-4FF2-4ABC-A014-542F760B8143}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Gu.Orm.sln.DotSettings = Gu.Orm.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04B7889F-AD6A-4CEC-934D-669BF7EDCD2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04B7889F-AD6A-4CEC-934D-669BF7EDCD2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04B7889F-AD6A-4CEC-934D-669BF7EDCD2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04B7889F-AD6A-4CEC-934D-669BF7EDCD2F}.Release|Any CPU.Build.0 = Release|Any CPU
{9362C78A-AB5A-4157-9F95-9CECC92B5AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9362C78A-AB5A-4157-9F95-9CECC92B5AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9362C78A-AB5A-4157-9F95-9CECC92B5AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9362C78A-AB5A-4157-9F95-9CECC92B5AE6}.Release|Any CPU.Build.0 = Release|Any CPU
{CEA3B796-DA4B-47D0-80FA-24E55A7FA75C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEA3B796-DA4B-47D0-80FA-24E55A7FA75C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEA3B796-DA4B-47D0-80FA-24E55A7FA75C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEA3B796-DA4B-47D0-80FA-24E55A7FA75C}.Release|Any CPU.Build.0 = Release|Any CPU
{4EA7CD46-2E5E-45EB-834E-677BAFC1FCE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EA7CD46-2E5E-45EB-834E-677BAFC1FCE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EA7CD46-2E5E-45EB-834E-677BAFC1FCE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EA7CD46-2E5E-45EB-834E-677BAFC1FCE7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70ED9D3F-0BE9-4DEE-B424-56021F7D7DA3}
EndGlobalSection
EndGlobal