-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLayeredCraft.DynamoMapper.slnx
More file actions
93 lines (93 loc) · 4.12 KB
/
Copy pathLayeredCraft.DynamoMapper.slnx
File metadata and controls
93 lines (93 loc) · 4.12 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<Solution>
<Folder Name="/docs/">
<File Path="docs\changelog.md" />
<File Path="docs\contributing.md" />
<File Path="docs\index.md" />
<File Path="mkdocs.yml" />
<File Path="requirements.txt" />
</Folder>
<Folder Name="/docs/advanced/">
<File Path="docs\advanced\diagnostics.md" />
<File Path="docs\advanced\performance.md" />
<File Path="docs\advanced\testing.md" />
<File Path="docs\advanced\troubleshooting.md" />
</Folder>
<Folder Name="/docs/api-reference/">
<File Path="docs\api-reference\attributes.md" />
<File Path="docs\api-reference\generated-code.md" />
<File Path="docs\api-reference\runtime-helpers.md" />
</Folder>
<Folder Name="/docs/assets/">
<File Path="docs\assets\icon.png" />
</Folder>
<Folder Name="/docs/assets/css/">
<File Path="docs\assets\css\extra.css" />
</Folder>
<Folder Name="/docs/core-concepts/">
<File Path="docs\core-concepts\how-it-works.md" />
<File Path="docs\core-concepts\naming-conventions.md" />
<File Path="docs\core-concepts\single-table-patterns.md" />
<File Path="docs\core-concepts\source-generators.md" />
</Folder>
<Folder Name="/docs/examples/">
<File Path="docs\examples\custom-converters.md" />
<File Path="docs\examples\inheritance-mapping.md" />
<File Path="docs\examples\index.md" />
<File Path="docs\examples\lambda-functions.md" />
<File Path="docs\examples\nested-mapping.md" />
<File Path="docs\examples\single-table-design.md" />
</Folder>
<Folder Name="/docs/getting-started/">
<File Path="docs\getting-started\installation.md" />
<File Path="docs\getting-started\quick-start.md" />
<File Path="docs\getting-started\requirements.md" />
</Folder>
<Folder Name="/docs/roadmap/">
<File Path="docs\roadmap\phase-1.md" />
<File Path="docs\roadmap\phase-2.md" />
</Folder>
<Folder Name="/docs/usage/">
<File Path="docs\usage\basic-mapping.md" />
<File Path="docs\usage\converters.md" />
<File Path="docs\usage\customization-hooks.md" />
<File Path="docs\usage\dsl-configuration.md" />
<File Path="docs\usage\field-configuration.md" />
<File Path="docs\usage\static-converters.md" />
</Folder>
<Folder Name="/examples/">
<Project Path="examples/DynamoMapper.FieldLevelOverride/DynamoMapper.FieldLevelOverride.csproj" />
<Project Path="examples/DynamoMapper.Inheritance/DynamoMapper.Inheritance.csproj" />
<Project Path="examples/DynamoMapper.MapperConstructor/DynamoMapper.MapperConstructor.csproj" />
<Project Path="examples/DynamoMapper.Nested/DynamoMapper.Nested.csproj" />
<Project Path="examples/DynamoMapper.SimpleExample/DynamoMapper.SimpleExample.csproj" />
</Folder>
<Folder Name="/git/">
<File Path=".github\dependabot.yml" />
<File Path=".github\workflows\docs.yml" />
<File Path=".github\workflows\pr-build.yaml" />
<File Path=".github\workflows\pr-title-check.yaml" />
<File Path=".github\workflows\publish-preview.yaml" />
<File Path=".github\workflows\publish-release.yaml" />
<File Path=".github\workflows\release-drafter.yaml" />
<File Path=".gitignore" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="README.md" />
<File Path="taskfile.yaml" />
</Folder>
<Folder Name="/src/">
<Project Path="src/LayeredCraft.DynamoMapper.Generators/LayeredCraft.DynamoMapper.Generators.csproj" />
<Project Path="src/LayeredCraft.DynamoMapper.Runtime/LayeredCraft.DynamoMapper.Runtime.csproj" />
</Folder>
<Folder Name="/test/">
<File Path="test\Directory.Build.props" />
<Project Path="test/LayeredCraft.DynamoMapper.Generators.Tests/LayeredCraft.DynamoMapper.Generators.Tests.csproj" />
<Project
Path="test/LayeredCraft.DynamoMapper.IntegrationTests/LayeredCraft.DynamoMapper.IntegrationTests.csproj"/>
<Project Path="test/LayeredCraft.DynamoMapper.Runtime.Tests/LayeredCraft.DynamoMapper.Runtime.Tests.csproj" />
<Project Path="test/LayeredCraft.DynamoMapper.TestKit/LayeredCraft.DynamoMapper.TestKit.csproj" />
</Folder>
</Solution>