Implementation carried over from v1.
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 43s

This commit is contained in:
2025-07-05 05:11:04 +02:00
commit 9766124241
11 changed files with 689 additions and 0 deletions

View File

@ -0,0 +1,49 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
..\Directory.Packages.props = ..\Directory.Packages.props
..\NuGet.config = ..\NuGet.config
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
..\.gitea\workflows\publish-nuget.yml = ..\.gitea\workflows\publish-nuget.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".gitea", ".gitea", "{C3305381-7A52-4E26-9527-1697692DDD5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessengerApi.QueryClient", "MessengerApi.QueryClient\MessengerApi.QueryClient.csproj", "{1E842111-FBF0-7B24-DFBD-E1E5F0C5C1EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessengerApi.QueryClient.Example", "MessengerApi.QueryClient.Example\MessengerApi.QueryClient.Example.csproj", "{649F6676-5735-4E14-B25B-A2E80458C630}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E842111-FBF0-7B24-DFBD-E1E5F0C5C1EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E842111-FBF0-7B24-DFBD-E1E5F0C5C1EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E842111-FBF0-7B24-DFBD-E1E5F0C5C1EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E842111-FBF0-7B24-DFBD-E1E5F0C5C1EC}.Release|Any CPU.Build.0 = Release|Any CPU
{649F6676-5735-4E14-B25B-A2E80458C630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{649F6676-5735-4E14-B25B-A2E80458C630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{649F6676-5735-4E14-B25B-A2E80458C630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{649F6676-5735-4E14-B25B-A2E80458C630}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {C3305381-7A52-4E26-9527-1697692DDD5A}
{C3305381-7A52-4E26-9527-1697692DDD5A} = {8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61948E36-4C2B-4BC9-80B6-9E155CE9F7DE}
EndGlobalSection
EndGlobal