libragephoto: move to 0.7.0 version and other changes

- src/dotnet: move targets file to net47 only
- src/dotnet: rename Syping.RagePhoto.Core to RagePhoto.Core
- GitHub Actions: add Linux .NET build
This commit is contained in:
Syping 2025-10-23 01:16:47 +02:00
parent cd5a160d70
commit 3a1d1e59b5
11 changed files with 142 additions and 360 deletions

View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RagePhoto.Core", "RagePhoto.Core.csproj", "{00E62D4F-74D6-4167-ABB1-852FFEB65C84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00E62D4F-74D6-4167-ABB1-852FFEB65C84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E62D4F-74D6-4167-ABB1-852FFEB65C84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E62D4F-74D6-4167-ABB1-852FFEB65C84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E62D4F-74D6-4167-ABB1-852FFEB65C84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E9528D0F-BA8C-4ED2-853E-60E3D6D373E1}
EndGlobalSection
EndGlobal