mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
43 lines
2.1 KiB
Text
43 lines
2.1 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.30225.117
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Common", "Plugin.Common\Plugin.Common.csproj", "{FCFB17CF-BFE4-49AC-AB04-4990CACE6756}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Discord", "Plugin.Discord\Plugin.Discord.csproj", "{ADD31DE3-6EFE-4BAA-932F-66E59F590E02}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{FCFB17CF-BFE4-49AC-AB04-4990CACE6756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{FCFB17CF-BFE4-49AC-AB04-4990CACE6756}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{FCFB17CF-BFE4-49AC-AB04-4990CACE6756}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{FCFB17CF-BFE4-49AC-AB04-4990CACE6756}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{ADD31DE3-6EFE-4BAA-932F-66E59F590E02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{ADD31DE3-6EFE-4BAA-932F-66E59F590E02}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{ADD31DE3-6EFE-4BAA-932F-66E59F590E02}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{ADD31DE3-6EFE-4BAA-932F-66E59F590E02}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {9AB9121A-35E6-486F-9096-E2F08AD9CF18}
|
|
EndGlobalSection
|
|
GlobalSection(TeamFoundationVersionControl) = preSolution
|
|
SccNumberOfProjects = 3
|
|
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
|
SccTeamFoundationServer = https://dev.azure.com/bretthewitson
|
|
SccLocalPath0 = .
|
|
SccProjectUniqueName1 = Plugin.Common\\Plugin.Common.csproj
|
|
SccProjectName1 = Plugin.Common
|
|
SccLocalPath1 = Plugin.Common
|
|
SccProjectUniqueName2 = Plugin.Discord\\Plugin.Discord.csproj
|
|
SccProjectName2 = Plugin.Discord
|
|
SccLocalPath2 = Plugin.Discord
|
|
EndGlobalSection
|
|
EndGlobal
|