-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClaudelk.slnx
More file actions
30 lines (30 loc) · 916 Bytes
/
Claudelk.slnx
File metadata and controls
30 lines (30 loc) · 916 Bytes
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
<Solution>
<Folder Name="/.claude/">
<File Path=".claude/settings.local.json" />
</Folder>
<Folder Name="/.github/">
<File Path=".github/workflows/build.yml" />
</Folder>
<Folder Name="/build/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="nuget.config" />
</Folder>
<Folder Name="/docs/">
<File Path="CLAUDE.md" />
<File Path="LICENSE" />
<File Path="NOTICE.md" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Claudelk.Cli/Claudelk.Cli.csproj" />
<Project Path="src/Claudelk.Core/Claudelk.Core.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Claudelk.Core.Tests/Claudelk.Core.Tests.csproj" />
</Folder>
</Solution>