-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathSqlLocalDb.slnx
More file actions
52 lines (52 loc) · 1.98 KB
/
SqlLocalDb.slnx
File metadata and controls
52 lines (52 loc) · 1.98 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
<Solution>
<Folder Name="/samples/">
<File Path="samples/README.md" />
<Project Path="samples/TodoApp.Tests/TodoApp.Tests.csproj" />
<Project Path="samples/TodoApp/TodoApp.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path=".vsconfig" />
<File Path="build.ps1" />
<File Path="CHANGELOG.md" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="readme.md" />
<File Path="SqlLocalDb.ruleset" />
<File Path="stylecop.json" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/CONTRIBUTING.md" />
<File Path=".github/ISSUE_TEMPLATE.md" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
<File Path=".github/stale.yml" />
</Folder>
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/bump-version.yml" />
<File Path=".github/workflows/codeql.yml" />
<File Path=".github/workflows/dependency-review.yml" />
<File Path=".github/workflows/lint.yml" />
<File Path=".github/workflows/ossf-scorecard.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/Solution Items/.vscode/">
<File Path=".vscode/extensions.json" />
<File Path=".vscode/launch.json" />
<File Path=".vscode/tasks.json" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SqlLocalDb/MartinCostello.SqlLocalDb.csproj" />
<Project Path="src/TestApp/MartinCostello.SqlLocalDb.TestApp.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SqlLocalDb.FuzzTests/MartinCostello.SqlLocalDb.FuzzTests.csproj" />
<Project Path="tests/SqlLocalDb.Tests/MartinCostello.SqlLocalDb.Tests.csproj" />
</Folder>
</Solution>