-
Notifications
You must be signed in to change notification settings - Fork 2
/
Dapper.Json.sln
79 lines (79 loc) · 5.21 KB
/
Dapper.Json.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Json", "src\Dapper.Json\Dapper.Json.csproj", "{D2E12DE0-466F-4977-BDBB-A9CE37E46C62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Json.SourceGenerator", "src\Dapper.Json.SourceGenerator\Dapper.Json.SourceGenerator.csproj", "{61CFDBB6-7783-4554-8A5D-65E986F76A30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Json.Core", "src\Dapper.Json.Core\Dapper.Json.Core.csproj", "{889E1F16-E68D-4B13-B0C1-60620B271D0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Json.Tests", "src\Dapper.Json.Tests\Dapper.Json.Tests.csproj", "{59FA66E6-CBA7-4D0F-A3F7-0119B9008F4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{6BBB0AD6-0576-4250-8142-3661D4E9E5B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9E63BCB3-AB50-4096-9CD2-11B8D4C9CC12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Json.TestProject", "src\Dapper.Json.TestProject\Dapper.Json.TestProject.csproj", "{3ABD4F95-EFBF-4B84-A7E9-AD02048C943D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Json.System", "src\Dapper.Json.System\Dapper.Json.System.csproj", "{EFC55F61-E2FE-459B-9B5C-2FF8EB0405B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Json.Newtonsoft", "src\Dapper.Json.Newtonsoft\Dapper.Json.Newtonsoft.csproj", "{7900DDE8-8A09-481D-BAB8-B86B54BCCF74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{27B1E9A7-CF09-4159-9AEB-4C0F3DF2FCA2}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2E12DE0-466F-4977-BDBB-A9CE37E46C62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2E12DE0-466F-4977-BDBB-A9CE37E46C62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2E12DE0-466F-4977-BDBB-A9CE37E46C62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2E12DE0-466F-4977-BDBB-A9CE37E46C62}.Release|Any CPU.Build.0 = Release|Any CPU
{61CFDBB6-7783-4554-8A5D-65E986F76A30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61CFDBB6-7783-4554-8A5D-65E986F76A30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61CFDBB6-7783-4554-8A5D-65E986F76A30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61CFDBB6-7783-4554-8A5D-65E986F76A30}.Release|Any CPU.Build.0 = Release|Any CPU
{889E1F16-E68D-4B13-B0C1-60620B271D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{889E1F16-E68D-4B13-B0C1-60620B271D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{889E1F16-E68D-4B13-B0C1-60620B271D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{889E1F16-E68D-4B13-B0C1-60620B271D0D}.Release|Any CPU.Build.0 = Release|Any CPU
{59FA66E6-CBA7-4D0F-A3F7-0119B9008F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59FA66E6-CBA7-4D0F-A3F7-0119B9008F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59FA66E6-CBA7-4D0F-A3F7-0119B9008F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59FA66E6-CBA7-4D0F-A3F7-0119B9008F4A}.Release|Any CPU.Build.0 = Release|Any CPU
{3ABD4F95-EFBF-4B84-A7E9-AD02048C943D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ABD4F95-EFBF-4B84-A7E9-AD02048C943D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ABD4F95-EFBF-4B84-A7E9-AD02048C943D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ABD4F95-EFBF-4B84-A7E9-AD02048C943D}.Release|Any CPU.Build.0 = Release|Any CPU
{EFC55F61-E2FE-459B-9B5C-2FF8EB0405B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFC55F61-E2FE-459B-9B5C-2FF8EB0405B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFC55F61-E2FE-459B-9B5C-2FF8EB0405B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFC55F61-E2FE-459B-9B5C-2FF8EB0405B6}.Release|Any CPU.Build.0 = Release|Any CPU
{7900DDE8-8A09-481D-BAB8-B86B54BCCF74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7900DDE8-8A09-481D-BAB8-B86B54BCCF74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7900DDE8-8A09-481D-BAB8-B86B54BCCF74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7900DDE8-8A09-481D-BAB8-B86B54BCCF74}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2E12DE0-466F-4977-BDBB-A9CE37E46C62} = {6BBB0AD6-0576-4250-8142-3661D4E9E5B0}
{61CFDBB6-7783-4554-8A5D-65E986F76A30} = {6BBB0AD6-0576-4250-8142-3661D4E9E5B0}
{889E1F16-E68D-4B13-B0C1-60620B271D0D} = {6BBB0AD6-0576-4250-8142-3661D4E9E5B0}
{59FA66E6-CBA7-4D0F-A3F7-0119B9008F4A} = {9E63BCB3-AB50-4096-9CD2-11B8D4C9CC12}
{3ABD4F95-EFBF-4B84-A7E9-AD02048C943D} = {9E63BCB3-AB50-4096-9CD2-11B8D4C9CC12}
{EFC55F61-E2FE-459B-9B5C-2FF8EB0405B6} = {6BBB0AD6-0576-4250-8142-3661D4E9E5B0}
{7900DDE8-8A09-481D-BAB8-B86B54BCCF74} = {6BBB0AD6-0576-4250-8142-3661D4E9E5B0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {072AFDB1-F14C-4CD0-8F5B-3A11A7334496}
EndGlobalSection
EndGlobal