-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlang.slnx
26 lines (26 loc) · 1.17 KB
/
Slang.slnx
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
<Solution>
<Folder Name="/CLI/">
<Project Path="CLI\Slang.CLI\Slang.CLI.csproj" Type="Classic C#" />
<File Path="CLI\README.md" />
</Folder>
<Folder Name="/Examples/">
<Project Path="Examples\Slang.Console\Slang.Console.csproj" Type="Classic C#" />
<Project Path="Examples\Slang.WebApi\Slang.WebApi.csproj" Type="Classic C#" />
<File Path="Examples\README.md" />
</Folder>
<Folder Name="/Gpt/">
<Project Path="Gpt\Slang.Gpt.Tests\Slang.Gpt.Tests.csproj" Type="Classic C#" />
<Project Path="Gpt\Slang.Gpt\Slang.Gpt.csproj" Type="Classic C#" />
<File Path="Gpt\README.md" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="README.md" />
<File Path="Directory.Build.props" />
</Folder>
<Project Path="Slang.Generator.Core\Slang.Generator.Core.csproj" Type="Classic C#" />
<Project Path="Slang.Generator\Slang.Generator.csproj" Type="Classic C#" />
<Project Path="Slang.Runner\Slang.Runner.csproj" Type="Classic C#" />
<Project Path="Slang.Shared\Slang.Shared.csproj" Type="Classic C#" />
<Project Path="Slang.Tests\Slang.Tests.csproj" Type="Classic C#" />
<Project Path="Slang\Slang.csproj" Type="Classic C#" />
</Solution>