-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLeetCode.sln
More file actions
54 lines (54 loc) · 3.44 KB
/
LeetCode.sln
File metadata and controls
54 lines (54 loc) · 3.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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeetCode.net5", "LeetCode\LeetCode.net5.csproj", "{47D90D84-E126-43A8-9FA5-5DEB5D067A9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeetCode.net5.Test", "LeecCode.Test\LeetCode.net5.Test.csproj", "{BF8BF26A-F4B6-412E-8F93-E6B1F9553034}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Concurrency", "Concurrency\Concurrency.csproj", "{7A3ECA20-9053-4C28-91D6-B0BD30036513}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{045AECAB-710F-43E9-8BDD-EAD0ED133939}"
ProjectSection(SolutionItems) = preProject
Docs\Lock-free структуры данных. Основы откуда пошли быть барьеры памяти.htm = Docs\Lock-free структуры данных. Основы откуда пошли быть барьеры памяти.htm
Docs\TAP.docx = Docs\TAP.docx
Docs\Потоки на C#. Часть 1.html = Docs\Потоки на C#. Часть 1.html
Docs\Потоки на C#. Часть 2.html = Docs\Потоки на C#. Часть 2.html
Docs\Потоки на C#. Часть 3.html = Docs\Потоки на C#. Часть 3.html
Docs\Потоки на C#. Часть 4.html = Docs\Потоки на C#. Часть 4.html
Docs\Потоки на C#. Часть 5.html = Docs\Потоки на C#. Часть 5.html
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Concurency.Test", "Concurency.Test\Concurency.Test.csproj", "{D1A30A18-28BE-466C-8BF0-EF282CC3A216}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47D90D84-E126-43A8-9FA5-5DEB5D067A9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47D90D84-E126-43A8-9FA5-5DEB5D067A9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47D90D84-E126-43A8-9FA5-5DEB5D067A9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D90D84-E126-43A8-9FA5-5DEB5D067A9C}.Release|Any CPU.Build.0 = Release|Any CPU
{BF8BF26A-F4B6-412E-8F93-E6B1F9553034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF8BF26A-F4B6-412E-8F93-E6B1F9553034}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF8BF26A-F4B6-412E-8F93-E6B1F9553034}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF8BF26A-F4B6-412E-8F93-E6B1F9553034}.Release|Any CPU.Build.0 = Release|Any CPU
{7A3ECA20-9053-4C28-91D6-B0BD30036513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A3ECA20-9053-4C28-91D6-B0BD30036513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A3ECA20-9053-4C28-91D6-B0BD30036513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A3ECA20-9053-4C28-91D6-B0BD30036513}.Release|Any CPU.Build.0 = Release|Any CPU
{D1A30A18-28BE-466C-8BF0-EF282CC3A216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1A30A18-28BE-466C-8BF0-EF282CC3A216}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1A30A18-28BE-466C-8BF0-EF282CC3A216}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1A30A18-28BE-466C-8BF0-EF282CC3A216}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6977A80C-26F2-4E6C-81A9-0D835493DDA4}
EndGlobalSection
EndGlobal