-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdvancedWorldCSharp.sln
More file actions
49 lines (49 loc) · 3.14 KB
/
AdvancedWorldCSharp.sln
File metadata and controls
49 lines (49 loc) · 3.14 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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generics - 1", "Generics - 1\Generics - 1.csproj", "{40905B39-48AA-458E-AA2A-06F1CCC3353F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelegatesandEvents - 2", "DelegatesandEvents - 2\DelegatesandEvents - 2.csproj", "{08650396-FD0F-4D32-BE58-E174F7BD931A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LINQandCollections- 3", "LINQandCollections - 3\LINQandCollections- 3.csproj", "{5ABB61DF-FCBF-43B3-A79F-97443212F03B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomImpoStuff (Part 1) - 4", "RandomImpoStuff (Part 1) - 4\RandomImpoStuff (Part 1) - 4.csproj", "{0F3C5E59-1E0F-4E16-B7AE-4DFD7421AF4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Optimization - 5", "Optimization - 5\Optimization - 5.csproj", "{3B4F6E92-1059-43A1-8AC6-AA53448D0079}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40905B39-48AA-458E-AA2A-06F1CCC3353F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40905B39-48AA-458E-AA2A-06F1CCC3353F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40905B39-48AA-458E-AA2A-06F1CCC3353F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40905B39-48AA-458E-AA2A-06F1CCC3353F}.Release|Any CPU.Build.0 = Release|Any CPU
{08650396-FD0F-4D32-BE58-E174F7BD931A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08650396-FD0F-4D32-BE58-E174F7BD931A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08650396-FD0F-4D32-BE58-E174F7BD931A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08650396-FD0F-4D32-BE58-E174F7BD931A}.Release|Any CPU.Build.0 = Release|Any CPU
{5ABB61DF-FCBF-43B3-A79F-97443212F03B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ABB61DF-FCBF-43B3-A79F-97443212F03B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ABB61DF-FCBF-43B3-A79F-97443212F03B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ABB61DF-FCBF-43B3-A79F-97443212F03B}.Release|Any CPU.Build.0 = Release|Any CPU
{0F3C5E59-1E0F-4E16-B7AE-4DFD7421AF4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F3C5E59-1E0F-4E16-B7AE-4DFD7421AF4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F3C5E59-1E0F-4E16-B7AE-4DFD7421AF4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F3C5E59-1E0F-4E16-B7AE-4DFD7421AF4D}.Release|Any CPU.Build.0 = Release|Any CPU
{3B4F6E92-1059-43A1-8AC6-AA53448D0079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B4F6E92-1059-43A1-8AC6-AA53448D0079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B4F6E92-1059-43A1-8AC6-AA53448D0079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B4F6E92-1059-43A1-8AC6-AA53448D0079}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F612A5D-214A-43FD-A0CA-6F471FB5EE2C}
EndGlobalSection
EndGlobal