-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLightweightObjectMapper.sln
74 lines (74 loc) · 4.52 KB
/
LightweightObjectMapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4054D71E-89E1-4A61-86DA-C8FA4106B573}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightweightObjectMapper", "src\LightweightObjectMapper\LightweightObjectMapper.csproj", "{37BBCF71-09A4-4BF5-937B-A3AA16DAF3B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E9EEAD4B-473F-4163-9A5B-B9B90F5336E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapperTestLibrary1", "test\MapperTestLibrary1\MapperTestLibrary1.csproj", "{6F7E2B30-4543-45BD-AE8F-FCCE87675407}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{E95A5998-A01C-4AF1-B897-7B292B6ED634}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FBEDE1F5-76B2-493C-942E-87B589A0B2CC}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightweightObjectMapper.Test", "test\LightweightObjectMapper.Test\LightweightObjectMapper.Test.csproj", "{E98258D3-29A2-413D-AADE-D462E680147D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightweightObjectMapper.Generator.Test", "test\LightweightObjectMapper.Generator.Test\LightweightObjectMapper.Generator.Test.csproj", "{59D39E45-D3BB-4CA4-8588-138321DE958B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MappingProfileProvideLibrary", "test\MappingProfileProvideLibrary\MappingProfileProvideLibrary.csproj", "{E808BBD1-76E2-4D3A-854A-9965B83AC101}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37BBCF71-09A4-4BF5-937B-A3AA16DAF3B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37BBCF71-09A4-4BF5-937B-A3AA16DAF3B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37BBCF71-09A4-4BF5-937B-A3AA16DAF3B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37BBCF71-09A4-4BF5-937B-A3AA16DAF3B6}.Release|Any CPU.Build.0 = Release|Any CPU
{6F7E2B30-4543-45BD-AE8F-FCCE87675407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F7E2B30-4543-45BD-AE8F-FCCE87675407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F7E2B30-4543-45BD-AE8F-FCCE87675407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F7E2B30-4543-45BD-AE8F-FCCE87675407}.Release|Any CPU.Build.0 = Release|Any CPU
{E98258D3-29A2-413D-AADE-D462E680147D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E98258D3-29A2-413D-AADE-D462E680147D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E98258D3-29A2-413D-AADE-D462E680147D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E98258D3-29A2-413D-AADE-D462E680147D}.Release|Any CPU.Build.0 = Release|Any CPU
{59D39E45-D3BB-4CA4-8588-138321DE958B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59D39E45-D3BB-4CA4-8588-138321DE958B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59D39E45-D3BB-4CA4-8588-138321DE958B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59D39E45-D3BB-4CA4-8588-138321DE958B}.Release|Any CPU.Build.0 = Release|Any CPU
{E808BBD1-76E2-4D3A-854A-9965B83AC101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E808BBD1-76E2-4D3A-854A-9965B83AC101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E808BBD1-76E2-4D3A-854A-9965B83AC101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E808BBD1-76E2-4D3A-854A-9965B83AC101}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37BBCF71-09A4-4BF5-937B-A3AA16DAF3B6} = {4054D71E-89E1-4A61-86DA-C8FA4106B573}
{6F7E2B30-4543-45BD-AE8F-FCCE87675407} = {E9EEAD4B-473F-4163-9A5B-B9B90F5336E5}
{FBEDE1F5-76B2-493C-942E-87B589A0B2CC} = {E95A5998-A01C-4AF1-B897-7B292B6ED634}
{E98258D3-29A2-413D-AADE-D462E680147D} = {E9EEAD4B-473F-4163-9A5B-B9B90F5336E5}
{59D39E45-D3BB-4CA4-8588-138321DE958B} = {E9EEAD4B-473F-4163-9A5B-B9B90F5336E5}
{E808BBD1-76E2-4D3A-854A-9965B83AC101} = {E9EEAD4B-473F-4163-9A5B-B9B90F5336E5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1AB54D4-3CE1-4809-9231-9D179EF09B6A}
EndGlobalSection
EndGlobal