Algorithms-DataStructures/Prime Numbers (Efficient)/Prime Numbers (Efficient).sln
2021-11-18 17:40:29 +00:00

26 lines
1.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prime Numbers (Efficient)", "Prime Numbers (Efficient).csproj", "{F438C480-1EEE-4010-A79D-BDFC1712EFBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F438C480-1EEE-4010-A79D-BDFC1712EFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F438C480-1EEE-4010-A79D-BDFC1712EFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F438C480-1EEE-4010-A79D-BDFC1712EFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F438C480-1EEE-4010-A79D-BDFC1712EFBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1884115-1923-4FD2-B60C-9A447809ED52}
EndGlobalSection
EndGlobal