-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProblemWithSolutions.sln
More file actions
37 lines (37 loc) · 2.15 KB
/
ProblemWithSolutions.sln
File metadata and controls
37 lines (37 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35431.28
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P_02_Print1_To_N_Series", "P_02_Print1_To_N_Series\P_02_Print1_To_N_Series.csproj", "{8A513932-6D01-4080-A8EA-013337F66AD2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P_01_PerformAddSubMulandDivision", "P_01_PerformAddSubMulandDivision\P_01_PerformAddSubMulandDivision.csproj", "{2C688D75-CFCF-43FC-A7DB-55CB45BC9CC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P_03_Fibonacci_Series", "P_03_Fibonacci_Series\P_03_Fibonacci_Series.csproj", "{19F4122B-9780-4F53-B0D4-1770895DAD9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A513932-6D01-4080-A8EA-013337F66AD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A513932-6D01-4080-A8EA-013337F66AD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A513932-6D01-4080-A8EA-013337F66AD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A513932-6D01-4080-A8EA-013337F66AD2}.Release|Any CPU.Build.0 = Release|Any CPU
{2C688D75-CFCF-43FC-A7DB-55CB45BC9CC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C688D75-CFCF-43FC-A7DB-55CB45BC9CC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C688D75-CFCF-43FC-A7DB-55CB45BC9CC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C688D75-CFCF-43FC-A7DB-55CB45BC9CC0}.Release|Any CPU.Build.0 = Release|Any CPU
{19F4122B-9780-4F53-B0D4-1770895DAD9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F4122B-9780-4F53-B0D4-1770895DAD9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F4122B-9780-4F53-B0D4-1770895DAD9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19F4122B-9780-4F53-B0D4-1770895DAD9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {334AE59E-2C90-48CA-91B5-8550C36DFCFE}
EndGlobalSection
EndGlobal