Files
pgina/Plugins/Core/MySQLAuth/MySQLAuth.sln
David Wolff 1b2ce53d09 Reorganize plugins into core/contrib.
- Separate directories for core/contrib plugins.
  - Installer installs to separate directories within Plugins
  - PluginLoader loads plugins from plugin directory and subdirs.
2012-12-13 23:18:46 -08:00

21 lines
897 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQLAuth", "MySQLAuth\MySQLAuth.csproj", "{A2C02352-4B54-4458-B9EB-151B0CB42191}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2C02352-4B54-4458-B9EB-151B0CB42191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2C02352-4B54-4458-B9EB-151B0CB42191}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2C02352-4B54-4458-B9EB-151B0CB42191}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2C02352-4B54-4458-B9EB-151B0CB42191}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal