-
Notifications
You must be signed in to change notification settings - Fork 1
/
King.Mapper.Generator.sln
64 lines (64 loc) · 4.03 KB
/
King.Mapper.Generator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "King.Mapper.Generator", "King.Mapper.Generator\King.Mapper.Generator.csproj", "{1D1DA9ED-7D16-47AE-A718-F989EF97EA47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{BF933523-B789-4573-B378-129B8E3AF699}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "King.Mapper.Generator.Core", "King.Mapper.Generator.Core\King.Mapper.Generator.Core.csproj", "{1AE5BE5C-13AD-4E25-9ACD-0AFC587B6587}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "King.Mapper.Generator.Unit", "King.Mapper.Generator.Unit\King.Mapper.Generator.Unit.csproj", "{DBD15692-DF69-47CC-862C-71571E6F6670}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "King.Mapper.Test.Data", "King.Mapper.Test.Data\King.Mapper.Test.Data.sqlproj", "{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "King.Mapper.Generator.Integration", "King.Mapper.Generator.Integration\King.Mapper.Generator.Integration.csproj", "{2234E374-61FF-4B85-9EE8-C33858D6B351}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D6927E15-8100-447F-A8F0-4A2EA97FBF4C}"
ProjectSection(SolutionItems) = preProject
King.Mapper.Generator.nuspec = King.Mapper.Generator.nuspec
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
{1D1DA9ED-7D16-47AE-A718-F989EF97EA47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1DA9ED-7D16-47AE-A718-F989EF97EA47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1DA9ED-7D16-47AE-A718-F989EF97EA47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1DA9ED-7D16-47AE-A718-F989EF97EA47}.Release|Any CPU.Build.0 = Release|Any CPU
{1AE5BE5C-13AD-4E25-9ACD-0AFC587B6587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AE5BE5C-13AD-4E25-9ACD-0AFC587B6587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AE5BE5C-13AD-4E25-9ACD-0AFC587B6587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AE5BE5C-13AD-4E25-9ACD-0AFC587B6587}.Release|Any CPU.Build.0 = Release|Any CPU
{DBD15692-DF69-47CC-862C-71571E6F6670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBD15692-DF69-47CC-862C-71571E6F6670}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBD15692-DF69-47CC-862C-71571E6F6670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBD15692-DF69-47CC-862C-71571E6F6670}.Release|Any CPU.Build.0 = Release|Any CPU
{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E}.Release|Any CPU.Build.0 = Release|Any CPU
{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2234E374-61FF-4B85-9EE8-C33858D6B351}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2234E374-61FF-4B85-9EE8-C33858D6B351}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2234E374-61FF-4B85-9EE8-C33858D6B351}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2234E374-61FF-4B85-9EE8-C33858D6B351}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DBD15692-DF69-47CC-862C-71571E6F6670} = {BF933523-B789-4573-B378-129B8E3AF699}
{8075CCC9-EF9B-4BC4-ADA6-A3612C91981E} = {BF933523-B789-4573-B378-129B8E3AF699}
{2234E374-61FF-4B85-9EE8-C33858D6B351} = {BF933523-B789-4573-B378-129B8E3AF699}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27CE9763-E246-43D7-88F3-FF57076B6AC0}
EndGlobalSection
EndGlobal