-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEntityFrameworkCore.DynamoDb.slnx
More file actions
74 lines (74 loc) · 3.78 KB
/
Copy pathEntityFrameworkCore.DynamoDb.slnx
File metadata and controls
74 lines (74 loc) · 3.78 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
<Solution>
<Configurations>
<BuildType Name="Debug EF10" />
<BuildType Name="Release EF10" />
<BuildType Name="Debug EF11" />
<BuildType Name="Release EF11" />
<Platform Name="Any CPU" />
</Configurations>
<Folder Name="/.github/">
<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" />
</Folder>
<Folder Name="/examples/">
<File Path="examples\Directory.Build.props" />
<Project Path="examples/Example.Simple/Example.Simple.csproj">
<Configurations>
<ProjectConfiguration Solution="Debug EF10|Any CPU" Project="Debug EF10|Any CPU" />
<ProjectConfiguration Solution="Release EF10|Any CPU" Project="Release EF10|Any CPU" />
<ProjectConfiguration Solution="Debug EF11|Any CPU" Project="Debug EF11|Any CPU" />
<ProjectConfiguration Solution="Release EF11|Any CPU" Project="Release EF11|Any CPU" />
</Configurations>
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path="CLAUDE.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="EntityFrameworkCore.DynamoDb.sln.DotSettings" />
<File Path="global.json" />
<File Path="README.md" />
<File Path="Taskfile.yml"/>
</Folder>
<Folder Name="/src/">
<File Path="src\Directory.Build.props" />
<Project Path="src\EntityFrameworkCore.DynamoDb\EntityFrameworkCore.DynamoDb.csproj">
<Configurations>
<ProjectConfiguration Solution="Debug EF10|Any CPU" Project="Debug EF10|Any CPU" />
<ProjectConfiguration Solution="Release EF10|Any CPU" Project="Release EF10|Any CPU" />
<ProjectConfiguration Solution="Debug EF11|Any CPU" Project="Debug EF11|Any CPU" />
<ProjectConfiguration Solution="Release EF11|Any CPU" Project="Release EF11|Any CPU" />
</Configurations>
</Project>
</Folder>
<Folder Name="/tests/">
<File Path="tests\Directory.Build.props" />
<Project Path="tests\EntityFrameworkCore.DynamoDb.IntegrationTests\EntityFrameworkCore.DynamoDb.IntegrationTests.csproj">
<Configurations>
<ProjectConfiguration Solution="Debug EF10|Any CPU" Project="Debug EF10|Any CPU" />
<ProjectConfiguration Solution="Release EF10|Any CPU" Project="Release EF10|Any CPU" />
<ProjectConfiguration Solution="Debug EF11|Any CPU" Project="Debug EF11|Any CPU" />
<ProjectConfiguration Solution="Release EF11|Any CPU" Project="Release EF11|Any CPU" />
</Configurations>
</Project>
<Project Path="tests\EntityFrameworkCore.DynamoDb.SpecificationTests\EntityFrameworkCore.DynamoDb.SpecificationTests.csproj">
<Configurations>
<ProjectConfiguration Solution="Debug EF10|Any CPU" Project="Debug EF10|Any CPU" />
<ProjectConfiguration Solution="Release EF10|Any CPU" Project="Release EF10|Any CPU" />
<ProjectConfiguration Solution="Debug EF11|Any CPU" Project="Debug EF11|Any CPU" />
<ProjectConfiguration Solution="Release EF11|Any CPU" Project="Release EF11|Any CPU" />
</Configurations>
</Project>
<Project Path="tests\EntityFrameworkCore.DynamoDb.Tests\EntityFrameworkCore.DynamoDb.Tests.csproj">
<Configurations>
<ProjectConfiguration Solution="Debug EF10|Any CPU" Project="Debug EF10|Any CPU" />
<ProjectConfiguration Solution="Release EF10|Any CPU" Project="Release EF10|Any CPU" />
<ProjectConfiguration Solution="Debug EF11|Any CPU" Project="Debug EF11|Any CPU" />
<ProjectConfiguration Solution="Release EF11|Any CPU" Project="Release EF11|Any CPU" />
</Configurations>
</Project>
</Folder>
</Solution>