-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCsharpProgramming.sln
More file actions
55 lines (55 loc) · 3.43 KB
/
CsharpProgramming.sln
File metadata and controls
55 lines (55 loc) · 3.43 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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "project001", "project001\project001.csproj", "{7923ADBE-B8EC-4376-9672-50E11CE50AB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "project002", "project002\project002.csproj", "{C3D3D266-D1BA-4E0D-B639-27A62705C317}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "project003", "project003\project003.csproj", "{359B1FB3-7935-4C87-875D-5421904A2893}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "project004", "project004\project004.csproj", "{8278593E-3184-4699-8160-B303B0AB022B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "project005", "project005\project005.csproj", "{A1880982-A27F-4AAF-B716-E00E79636F53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "project02062022", "project02062022\project02062022.csproj", "{4C0EDDAD-5DF5-45D6-A29C-F25E570B3280}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7923ADBE-B8EC-4376-9672-50E11CE50AB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7923ADBE-B8EC-4376-9672-50E11CE50AB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7923ADBE-B8EC-4376-9672-50E11CE50AB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7923ADBE-B8EC-4376-9672-50E11CE50AB6}.Release|Any CPU.Build.0 = Release|Any CPU
{C3D3D266-D1BA-4E0D-B639-27A62705C317}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3D3D266-D1BA-4E0D-B639-27A62705C317}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3D3D266-D1BA-4E0D-B639-27A62705C317}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3D3D266-D1BA-4E0D-B639-27A62705C317}.Release|Any CPU.Build.0 = Release|Any CPU
{359B1FB3-7935-4C87-875D-5421904A2893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{359B1FB3-7935-4C87-875D-5421904A2893}.Debug|Any CPU.Build.0 = Debug|Any CPU
{359B1FB3-7935-4C87-875D-5421904A2893}.Release|Any CPU.ActiveCfg = Release|Any CPU
{359B1FB3-7935-4C87-875D-5421904A2893}.Release|Any CPU.Build.0 = Release|Any CPU
{8278593E-3184-4699-8160-B303B0AB022B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8278593E-3184-4699-8160-B303B0AB022B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8278593E-3184-4699-8160-B303B0AB022B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8278593E-3184-4699-8160-B303B0AB022B}.Release|Any CPU.Build.0 = Release|Any CPU
{A1880982-A27F-4AAF-B716-E00E79636F53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1880982-A27F-4AAF-B716-E00E79636F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1880982-A27F-4AAF-B716-E00E79636F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1880982-A27F-4AAF-B716-E00E79636F53}.Release|Any CPU.Build.0 = Release|Any CPU
{4C0EDDAD-5DF5-45D6-A29C-F25E570B3280}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C0EDDAD-5DF5-45D6-A29C-F25E570B3280}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C0EDDAD-5DF5-45D6-A29C-F25E570B3280}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C0EDDAD-5DF5-45D6-A29C-F25E570B3280}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E597F591-6955-4B6B-A632-854986D0332F}
EndGlobalSection
EndGlobal