discord/Discord.sln
2024-06-09 18:51:48 +12:00

32 lines
1.5 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Discord", "Discord\Discord.csproj", "{E3BD2999-8A0F-493A-964B-52A1D840C18B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{9AB77E67-2EB7-4FB4-BB62-67F5A4FCDB09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3BD2999-8A0F-493A-964B-52A1D840C18B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3BD2999-8A0F-493A-964B-52A1D840C18B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3BD2999-8A0F-493A-964B-52A1D840C18B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3BD2999-8A0F-493A-964B-52A1D840C18B}.Release|Any CPU.Build.0 = Release|Any CPU
{9AB77E67-2EB7-4FB4-BB62-67F5A4FCDB09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AB77E67-2EB7-4FB4-BB62-67F5A4FCDB09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AB77E67-2EB7-4FB4-BB62-67F5A4FCDB09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AB77E67-2EB7-4FB4-BB62-67F5A4FCDB09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CDE1046-1571-4BC5-B362-674B74296AF5}
EndGlobalSection
EndGlobal