-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudyProject.sln
More file actions
43 lines (43 loc) · 2.44 KB
/
StudyProject.sln
File metadata and controls
43 lines (43 loc) · 2.44 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 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lesson2", "lesson2\lesson2.csproj", "{7F0355FB-81D1-460D-8BD7-539CEC4FD27F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lesson3", "lesson3\lesson3.csproj", "{DAE70549-9D78-48E1-B045-B1B8C7CFF0D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "less4", "less4\less4.csproj", "{B7533FAD-3288-40AD-A2AD-BBD5922921F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "less5", "less5\less5.csproj", "{B371D792-7468-4117-BC92-9F82C4262A17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F0355FB-81D1-460D-8BD7-539CEC4FD27F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F0355FB-81D1-460D-8BD7-539CEC4FD27F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F0355FB-81D1-460D-8BD7-539CEC4FD27F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F0355FB-81D1-460D-8BD7-539CEC4FD27F}.Release|Any CPU.Build.0 = Release|Any CPU
{DAE70549-9D78-48E1-B045-B1B8C7CFF0D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAE70549-9D78-48E1-B045-B1B8C7CFF0D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAE70549-9D78-48E1-B045-B1B8C7CFF0D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAE70549-9D78-48E1-B045-B1B8C7CFF0D1}.Release|Any CPU.Build.0 = Release|Any CPU
{B7533FAD-3288-40AD-A2AD-BBD5922921F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7533FAD-3288-40AD-A2AD-BBD5922921F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7533FAD-3288-40AD-A2AD-BBD5922921F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7533FAD-3288-40AD-A2AD-BBD5922921F7}.Release|Any CPU.Build.0 = Release|Any CPU
{B371D792-7468-4117-BC92-9F82C4262A17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B371D792-7468-4117-BC92-9F82C4262A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B371D792-7468-4117-BC92-9F82C4262A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B371D792-7468-4117-BC92-9F82C4262A17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C28990E-41A0-474B-AD7B-6824CEF5DE98}
EndGlobalSection
EndGlobal