Sorgente Release 1 (Codename "Campra")

This commit is contained in:
2025-09-26 08:26:15 +02:00
commit 104714fd85
88 changed files with 1205820 additions and 0 deletions

31
SamaPager.sln Normal file
View File

@@ -0,0 +1,31 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamaPager_Server", "SamaPager_Server\SamaPager_Server.csproj", "{6DBA2B59-938C-49F4-8BC1-9853CA60B365}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamaPager_Client", "SamaPager_Client\SamaPager_Client.csproj", "{081F6484-5D31-49FE-A80B-BB78CE3FBCDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DBA2B59-938C-49F4-8BC1-9853CA60B365}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DBA2B59-938C-49F4-8BC1-9853CA60B365}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DBA2B59-938C-49F4-8BC1-9853CA60B365}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DBA2B59-938C-49F4-8BC1-9853CA60B365}.Release|Any CPU.Build.0 = Release|Any CPU
{081F6484-5D31-49FE-A80B-BB78CE3FBCDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{081F6484-5D31-49FE-A80B-BB78CE3FBCDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{081F6484-5D31-49FE-A80B-BB78CE3FBCDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{081F6484-5D31-49FE-A80B-BB78CE3FBCDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44ABB018-4E7E-4D0A-808F-69A42CA052BF}
EndGlobalSection
EndGlobal