-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathConcurrentProgramming.sln
More file actions
75 lines (75 loc) · 4.96 KB
/
Copy pathConcurrentProgramming.sln
File metadata and controls
75 lines (75 loc) · 4.96 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithThreads", "PlayingWithThreads\PlayingWithThreads.csproj", "{5A5DB948-2D3F-4990-A8E9-9A9272688263}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithLocks", "PlayingWithLocks\PlayingWithLocks.csproj", "{E4E29AD4-6A18-4A57-9A70-04A50E79C67A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithAsyncAwaitTasks", "PlayingWithAsyncAwaitTasks\PlayingWithAsyncAwaitTasks.csproj", "{EF3CD3DA-D92B-4D92-A595-17213F8F0066}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithStructures", "PlayingWithStructures\PlayingWithStructures.csproj", "{C240018B-E1B4-494C-9253-0D255D24E134}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithActors.Contracts", "PlayingWithActors.Contracts\PlayingWithActors.Contracts.csproj", "{2CAA8BD0-971B-4911-97B1-5821613971D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithActors.Grains", "PlayingWithActors.Grains\PlayingWithActors.Grains.csproj", "{C5717AED-1FE2-4EBA-B9A7-810D54FAE0B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithActors.Host", "PlayingWithActors.Host\PlayingWithActors.Host.csproj", "{F54FE953-549D-41D2-B47C-0FD0A9D3771E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingWithActors.Client", "PlayingWithActors.Client\PlayingWithActors.Client.csproj", "{FC10B1E3-4201-4B09-8FB0-B1CE484B34B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{92E7E57D-330F-4D85-AC91-C36D29DA9692}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A5DB948-2D3F-4990-A8E9-9A9272688263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A5DB948-2D3F-4990-A8E9-9A9272688263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A5DB948-2D3F-4990-A8E9-9A9272688263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5DB948-2D3F-4990-A8E9-9A9272688263}.Release|Any CPU.Build.0 = Release|Any CPU
{E4E29AD4-6A18-4A57-9A70-04A50E79C67A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4E29AD4-6A18-4A57-9A70-04A50E79C67A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4E29AD4-6A18-4A57-9A70-04A50E79C67A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4E29AD4-6A18-4A57-9A70-04A50E79C67A}.Release|Any CPU.Build.0 = Release|Any CPU
{EF3CD3DA-D92B-4D92-A595-17213F8F0066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF3CD3DA-D92B-4D92-A595-17213F8F0066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF3CD3DA-D92B-4D92-A595-17213F8F0066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF3CD3DA-D92B-4D92-A595-17213F8F0066}.Release|Any CPU.Build.0 = Release|Any CPU
{C240018B-E1B4-494C-9253-0D255D24E134}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C240018B-E1B4-494C-9253-0D255D24E134}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C240018B-E1B4-494C-9253-0D255D24E134}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C240018B-E1B4-494C-9253-0D255D24E134}.Release|Any CPU.Build.0 = Release|Any CPU
{2CAA8BD0-971B-4911-97B1-5821613971D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CAA8BD0-971B-4911-97B1-5821613971D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CAA8BD0-971B-4911-97B1-5821613971D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CAA8BD0-971B-4911-97B1-5821613971D6}.Release|Any CPU.Build.0 = Release|Any CPU
{C5717AED-1FE2-4EBA-B9A7-810D54FAE0B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5717AED-1FE2-4EBA-B9A7-810D54FAE0B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5717AED-1FE2-4EBA-B9A7-810D54FAE0B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5717AED-1FE2-4EBA-B9A7-810D54FAE0B1}.Release|Any CPU.Build.0 = Release|Any CPU
{F54FE953-549D-41D2-B47C-0FD0A9D3771E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F54FE953-549D-41D2-B47C-0FD0A9D3771E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F54FE953-549D-41D2-B47C-0FD0A9D3771E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F54FE953-549D-41D2-B47C-0FD0A9D3771E}.Release|Any CPU.Build.0 = Release|Any CPU
{FC10B1E3-4201-4B09-8FB0-B1CE484B34B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC10B1E3-4201-4B09-8FB0-B1CE484B34B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC10B1E3-4201-4B09-8FB0-B1CE484B34B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC10B1E3-4201-4B09-8FB0-B1CE484B34B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFDBD0EA-6B5E-4642-A4F2-716BD47716CB}
EndGlobalSection
EndGlobal