This commit is contained in:
Evan Husted 2025-01-07 20:57:35 -06:00
parent 0a3add7c4c
commit 03586719a2
2 changed files with 14 additions and 41 deletions

View file

@ -1,41 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28721.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RyuBot", "src\Bot\RyuBot.csproj", "{5D4A85B0-1326-4CA2-A26C-D646D9579342}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RyuBot.UI", "src\UI\RyuBot.UI.csproj", "{BCD42127-89FE-44F3-AD2F-D224ED94B03A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Debug|x64.ActiveCfg = Debug|x64
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Debug|x64.Build.0 = Debug|x64
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Release|Any CPU.Build.0 = Release|Any CPU
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Release|x64.ActiveCfg = Release|x64
{5D4A85B0-1326-4CA2-A26C-D646D9579342}.Release|x64.Build.0 = Release|x64
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Debug|x64.ActiveCfg = Debug|Any CPU
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Debug|x64.Build.0 = Debug|Any CPU
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Release|Any CPU.Build.0 = Release|Any CPU
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Release|x64.ActiveCfg = Release|Any CPU
{BCD42127-89FE-44F3-AD2F-D224ED94B03A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE547B9B-1D74-45D3-954D-048E7CE0B9D4}
EndGlobalSection
EndGlobal

14
RyuBot.slnx Normal file
View file

@ -0,0 +1,14 @@
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
</Configurations>
<Project Path="src\Bot\RyuBot.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
</Project>
<Project Path="src\UI\RyuBot.UI.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
</Project>
</Solution>