Skip to content

Commit 0efa05b

Browse files
committed
refactor: Migrates solution to .slnx format
Replaces the traditional .sln file with a .slnx file for improved solution management. Organizes projects into logical folders within the solution, enhancing readability and navigation. Includes a new .DotSettings file for solution-level ReSharper settings.
1 parent a1e8bec commit 0efa05b

3 files changed

Lines changed: 27 additions & 206 deletions

File tree

HagiCode.Libs.sln

Lines changed: 0 additions & 206 deletions
This file was deleted.

HagiCode.Libs.sln.DotSettings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/UserDictionary/Words/=Hagi/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

HagiCode.Libs.slnx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/integrationTests/">
8+
<Project Path="src/HagiCode.Libs.CiSetup.Console/HagiCode.Libs.CiSetup.Console.csproj" />
9+
<Project Path="src/HagiCode.Libs.ClaudeCode.Console/HagiCode.Libs.ClaudeCode.Console.csproj" />
10+
<Project Path="src/HagiCode.Libs.Codebuddy.Console/HagiCode.Libs.Codebuddy.Console.csproj" />
11+
<Project Path="src/HagiCode.Libs.Codex.Console/HagiCode.Libs.Codex.Console.csproj" />
12+
<Project Path="src/HagiCode.Libs.ConsoleTesting/HagiCode.Libs.ConsoleTesting.csproj" />
13+
<Project Path="src/HagiCode.Libs.Hermes.Console/HagiCode.Libs.Hermes.Console.csproj" />
14+
<Project Path="src/HagiCode.Libs.QoderCli.Console/HagiCode.Libs.QoderCli.Console.csproj" />
15+
</Folder>
16+
<Folder Name="/src/">
17+
<Project Path="src/HagiCode.Libs.Core/HagiCode.Libs.Core.csproj" />
18+
<Project Path="src/HagiCode.Libs.Providers/HagiCode.Libs.Providers.csproj" />
19+
</Folder>
20+
<Folder Name="/tests/">
21+
<Project Path="tests/HagiCode.Libs.ConsoleTesting.Tests/HagiCode.Libs.ConsoleTesting.Tests.csproj" />
22+
<Project Path="tests/HagiCode.Libs.Core.Tests/HagiCode.Libs.Core.Tests.csproj" />
23+
<Project Path="tests/HagiCode.Libs.Providers.Tests/HagiCode.Libs.Providers.Tests.csproj" />
24+
</Folder>
25+
</Solution>

0 commit comments

Comments
 (0)