Add source code

This commit is contained in:
2025-03-12 10:37:54 -04:00
parent 30accae5e0
commit 52c458836d
11 changed files with 372 additions and 0 deletions

25
ServiceBus98.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35825.156 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBus98", "ServiceBus98\ServiceBus98.csproj", "{70EC8B33-8F08-4B6D-B386-2C2747AF61F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70EC8B33-8F08-4B6D-B386-2C2747AF61F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70EC8B33-8F08-4B6D-B386-2C2747AF61F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70EC8B33-8F08-4B6D-B386-2C2747AF61F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70EC8B33-8F08-4B6D-B386-2C2747AF61F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D27DA3B-F216-4E9A-AD54-A25935289BA6}
EndGlobalSection
EndGlobal