Files
Sybil/Sybil.sln
T
2022-03-21 11:15:08 +01:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sybil", "Sybil\Sybil.csproj", "{5B024A18-C109-4CED-8952-B1793EC634CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sybil.UnitTests", "Sybil.UnitTests\Sybil.UnitTests.csproj", "{458625E9-7427-47C6-BEE9-6269BDA00282}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B024A18-C109-4CED-8952-B1793EC634CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B024A18-C109-4CED-8952-B1793EC634CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B024A18-C109-4CED-8952-B1793EC634CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B024A18-C109-4CED-8952-B1793EC634CD}.Release|Any CPU.Build.0 = Release|Any CPU
{458625E9-7427-47C6-BEE9-6269BDA00282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{458625E9-7427-47C6-BEE9-6269BDA00282}.Debug|Any CPU.Build.0 = Debug|Any CPU
{458625E9-7427-47C6-BEE9-6269BDA00282}.Release|Any CPU.ActiveCfg = Release|Any CPU
{458625E9-7427-47C6-BEE9-6269BDA00282}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B97F59F1-BA0C-403C-9797-9BF8E107AEE7}
EndGlobalSection
EndGlobal