diff --git a/SethDiscordBot.sln b/SethDiscordBot.sln index 278491a..2d6941b 100644 --- a/SethDiscordBot.sln +++ b/SethDiscordBot.sln @@ -7,6 +7,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiscordBot", "DiscordBot\Di EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginManager", "PluginManager\PluginManager.csproj", "{EDD4D9B3-98DD-4367-A09F-D1C5ACB61132}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SethPlugins", "SethPlugins", "{78B6D390-F61A-453F-B38D-E4C054321615}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevelingSystem", "SethPlugins\LevelingSystem\LevelingSystem.csproj", "{4D2648BB-B56E-4BE9-B3D5-4D6FA4A1472C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -21,11 +25,16 @@ Global {EDD4D9B3-98DD-4367-A09F-D1C5ACB61132}.Debug|Any CPU.Build.0 = Debug|Any CPU {EDD4D9B3-98DD-4367-A09F-D1C5ACB61132}.Release|Any CPU.ActiveCfg = Release|Any CPU {EDD4D9B3-98DD-4367-A09F-D1C5ACB61132}.Release|Any CPU.Build.0 = Release|Any CPU + {4D2648BB-B56E-4BE9-B3D5-4D6FA4A1472C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D2648BB-B56E-4BE9-B3D5-4D6FA4A1472C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D2648BB-B56E-4BE9-B3D5-4D6FA4A1472C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D2648BB-B56E-4BE9-B3D5-4D6FA4A1472C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution + {4D2648BB-B56E-4BE9-B3D5-4D6FA4A1472C} = {78B6D390-F61A-453F-B38D-E4C054321615} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {3FB3C5DE-ED21-4D2E-ABDD-3A00EE4A2FFF}