-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAdvancedCSharp.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
AdvancedCSharp.sln
File metadata and controls
43 lines (43 loc) · 2.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reflection", "Reflection\Reflection.csproj", "{51D5FC5A-D1AE-4012-B981-74B7FE82A327}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Delegates", "Delegates\Delegates.csproj", "{411E3674-B92F-42B7-AE35-6CC98F58DCBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Events", "Events\Events.csproj", "{83E18F3C-977F-49D2-BEA7-E74EAB885CC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Records", "Records\Records.csproj", "{CBD69B6F-1F4D-42E9-ACF8-290E8ADD966F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51D5FC5A-D1AE-4012-B981-74B7FE82A327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51D5FC5A-D1AE-4012-B981-74B7FE82A327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51D5FC5A-D1AE-4012-B981-74B7FE82A327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51D5FC5A-D1AE-4012-B981-74B7FE82A327}.Release|Any CPU.Build.0 = Release|Any CPU
{411E3674-B92F-42B7-AE35-6CC98F58DCBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{411E3674-B92F-42B7-AE35-6CC98F58DCBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{411E3674-B92F-42B7-AE35-6CC98F58DCBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{411E3674-B92F-42B7-AE35-6CC98F58DCBC}.Release|Any CPU.Build.0 = Release|Any CPU
{83E18F3C-977F-49D2-BEA7-E74EAB885CC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83E18F3C-977F-49D2-BEA7-E74EAB885CC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83E18F3C-977F-49D2-BEA7-E74EAB885CC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83E18F3C-977F-49D2-BEA7-E74EAB885CC2}.Release|Any CPU.Build.0 = Release|Any CPU
{CBD69B6F-1F4D-42E9-ACF8-290E8ADD966F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBD69B6F-1F4D-42E9-ACF8-290E8ADD966F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBD69B6F-1F4D-42E9-ACF8-290E8ADD966F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBD69B6F-1F4D-42E9-ACF8-290E8ADD966F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {776BAF05-0238-4F60-A76C-BA6F02529888}
EndGlobalSection
EndGlobal