-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShellSyntaxTree.slnx
More file actions
32 lines (32 loc) · 1.08 KB
/
ShellSyntaxTree.slnx
File metadata and controls
32 lines (32 loc) · 1.08 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
<Solution>
<Folder Name="/build/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="NuGet.Config" />
<File Path="README.md" />
<File Path="RELEASE_NOTES.md" />
</Folder>
<Folder Name="/agents/">
<File Path="AGENTS.md" />
<File Path="CLAUDE.md" />
<File Path="PROJECT_CONTEXT.md" />
<File Path="TOOLING.md" />
<File Path="IMPLEMENTATION_PLAN.md" />
<File Path="SPEC.md" />
<File Path="SPEC.POWERSHELL.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/ShellSyntaxTree/ShellSyntaxTree.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ShellSyntaxTree.Tests/ShellSyntaxTree.Tests.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/ShellSyntaxTree.Cli.Sample/ShellSyntaxTree.Cli.Sample.csproj" />
<Project Path="samples/ShellSyntaxTree.Web.Sample/ShellSyntaxTree.Web.Sample.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/PwshCorpusTool/PwshCorpusTool.csproj" />
</Folder>
</Solution>