Base commit

This commit is contained in:
Samuele Lorefice
2024-12-24 23:08:08 +01:00
commit 0ba298b955
13 changed files with 201 additions and 0 deletions

21
NemesisAI.sln Normal file
View File

@@ -0,0 +1,21 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramBot", "TelegramBot\TelegramBot.csproj", "{CE233EFF-F841-40E5-94AB-0ADBE918E0BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C9A5F05-7CED-450F-9757-C641D75F8787}"
ProjectSection(SolutionItems) = preProject
compose.yaml = compose.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE233EFF-F841-40E5-94AB-0ADBE918E0BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE233EFF-F841-40E5-94AB-0ADBE918E0BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE233EFF-F841-40E5-94AB-0ADBE918E0BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE233EFF-F841-40E5-94AB-0ADBE918E0BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal