Add .gitignore and solution files
Set up .NET solution structure with Luna.sln and Luna.slnx defining all project references and build configurations for the multi-project Luna AI assistant architecture.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<Solution>
|
||||
<Folder Name="/Clients/">
|
||||
<Project Path="Luna.Clients.Cli\Luna.Clients.Cli.csproj" />
|
||||
</Folder>
|
||||
<Project Path="Luna.Agents.Abstractions/Luna.Agents.Abstractions.csproj" />
|
||||
<Project Path="Luna.Agents/Luna.Agents.csproj" />
|
||||
<Project Path="Luna.Channels.Abstractions/Luna.Channels.Abstractions.csproj" />
|
||||
<Project Path="Luna.Channels.Tests/Luna.Channels.Tests.csproj" />
|
||||
<Project Path="Luna.Channels/Luna.Channels.csproj" />
|
||||
<Project Path="Luna.Configuration/Luna.Configuration.csproj" />
|
||||
<Project Path="Luna.Core.Abstractions/Luna.Core.Abstractions.csproj" />
|
||||
<Project Path="Luna.Core/Luna.Core.csproj" />
|
||||
<Project Path="Luna.Memory/Luna.Memory.csproj" />
|
||||
<Project Path="Luna.Providers.Abstractions/Luna.Providers.Abstractions.csproj" />
|
||||
<Project Path="Luna.Providers/Luna.Providers.csproj" />
|
||||
<Project Path="Luna.Shared/Luna.Shared.csproj" />
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user