-
Notifications
You must be signed in to change notification settings - Fork 0
/
altkom-abc-csharp-adv.sln
72 lines (72 loc) · 4.69 KB
/
altkom-abc-csharp-adv.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtensionMethods", "ExtensionMethods\ExtensionMethods.csproj", "{4E74548C-1C67-4CC7-8467-F0DDA2BC6C61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CollectionTests", "CollectionTests\CollectionTests.csproj", "{F1667A86-EE29-4700-9D87-4C436D16660E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Delegates", "Delegates\Delegates.csproj", "{56830E1B-D35C-4572-AFDA-1E597FA41A5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ParallerProgramming", "ParallerProgramming", "{4F292567-A6C6-4E0B-A0F8-92E0BD1C3530}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfClient", "WpfClient\WpfClient.csproj", "{B2244873-6371-460D-9B6C-37E131CB070C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reflections", "Reflections\Reflections.csproj", "{0B602D23-627C-4400-B2B4-667141B1A930}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{1044523B-FB5F-4532-8208-40E784F2C296}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrpcService", "GrpcService\GrpcService.csproj", "{929C3207-BF07-40A9-94E1-B79BDD9001C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcClient", "GrpcClient\GrpcClient.csproj", "{B9ECEA4B-DABC-4A03-B679-5E5F3B5195C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E74548C-1C67-4CC7-8467-F0DDA2BC6C61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E74548C-1C67-4CC7-8467-F0DDA2BC6C61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E74548C-1C67-4CC7-8467-F0DDA2BC6C61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E74548C-1C67-4CC7-8467-F0DDA2BC6C61}.Release|Any CPU.Build.0 = Release|Any CPU
{F1667A86-EE29-4700-9D87-4C436D16660E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1667A86-EE29-4700-9D87-4C436D16660E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1667A86-EE29-4700-9D87-4C436D16660E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1667A86-EE29-4700-9D87-4C436D16660E}.Release|Any CPU.Build.0 = Release|Any CPU
{56830E1B-D35C-4572-AFDA-1E597FA41A5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56830E1B-D35C-4572-AFDA-1E597FA41A5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56830E1B-D35C-4572-AFDA-1E597FA41A5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56830E1B-D35C-4572-AFDA-1E597FA41A5B}.Release|Any CPU.Build.0 = Release|Any CPU
{B2244873-6371-460D-9B6C-37E131CB070C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2244873-6371-460D-9B6C-37E131CB070C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2244873-6371-460D-9B6C-37E131CB070C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2244873-6371-460D-9B6C-37E131CB070C}.Release|Any CPU.Build.0 = Release|Any CPU
{0B602D23-627C-4400-B2B4-667141B1A930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B602D23-627C-4400-B2B4-667141B1A930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B602D23-627C-4400-B2B4-667141B1A930}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B602D23-627C-4400-B2B4-667141B1A930}.Release|Any CPU.Build.0 = Release|Any CPU
{1044523B-FB5F-4532-8208-40E784F2C296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1044523B-FB5F-4532-8208-40E784F2C296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1044523B-FB5F-4532-8208-40E784F2C296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1044523B-FB5F-4532-8208-40E784F2C296}.Release|Any CPU.Build.0 = Release|Any CPU
{929C3207-BF07-40A9-94E1-B79BDD9001C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{929C3207-BF07-40A9-94E1-B79BDD9001C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{929C3207-BF07-40A9-94E1-B79BDD9001C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{929C3207-BF07-40A9-94E1-B79BDD9001C4}.Release|Any CPU.Build.0 = Release|Any CPU
{B9ECEA4B-DABC-4A03-B679-5E5F3B5195C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9ECEA4B-DABC-4A03-B679-5E5F3B5195C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9ECEA4B-DABC-4A03-B679-5E5F3B5195C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9ECEA4B-DABC-4A03-B679-5E5F3B5195C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B2244873-6371-460D-9B6C-37E131CB070C} = {4F292567-A6C6-4E0B-A0F8-92E0BD1C3530}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {600301A7-9E1C-4930-9E14-9A86C62C313A}
EndGlobalSection
EndGlobal