Migrate sln to slnx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-03 15:00:47 +02:00
parent 2fa7bf130d
commit f8c43b6ba0
2 changed files with 20 additions and 57 deletions

20
PkmnLib.NET.slnx Normal file
View File

@@ -0,0 +1,20 @@
<Solution>
<Configurations>
<BuildType Name="Debug"/>
<BuildType Name="Release"/>
<Platform Name="Any CPU"/>
<Platform Name="x64"/>
<Platform Name="x86"/>
</Configurations>
<Folder Name="/Plugins/">
<Project Path="Plugins\PkmnLib.Plugin.Gen7.Tests\PkmnLib.Plugin.Gen7.Tests.csproj" Type="Classic C#"/>
<Project Path="Plugins\PkmnLib.Plugin.Gen7\PkmnLib.Plugin.Gen7.csproj" Type="Classic C#"/>
</Folder>
<Folder Name="/SolutionFiles/">
<File Path=".editorconfig"/>
</Folder>
<Project Path="PkmnLib.Dataloader\PkmnLib.Dataloader.csproj" Type="Classic C#"/>
<Project Path="PkmnLib.Dynamic\PkmnLib.Dynamic.csproj" Type="Classic C#"/>
<Project Path="PkmnLib.Static\PkmnLib.Static.csproj" Type="Classic C#"/>
<Project Path="PkmnLib.Tests\PkmnLib.Tests.csproj" Type="Classic C#"/>
</Solution>