-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGear.sln
82 lines (82 loc) · 5.21 KB
/
Gear.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
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gear.Components", "Gear.Components\Gear.Components.csproj", "{036C79D7-976B-43D7-8D11-F73BED516FAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{B479DA3D-21AF-4E09-92C0-6330EAA9B008}"
ProjectSection(SolutionItems) = preProject
Gear.jpg = Gear.jpg
LICENSE = LICENSE
NuGet.jpg = NuGet.jpg
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gear.ActiveQuery", "Gear.ActiveQuery\Gear.ActiveQuery.csproj", "{FB29A1EF-7348-4139-B4EC-B60BF31DB5FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB0E4A60-B4AD-4340-97BC-145B1DE4BAA8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
CodeCoverage.runsettings = CodeCoverage.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gear.ActiveExpressions", "Gear.ActiveExpressions\Gear.ActiveExpressions.csproj", "{E9FB39B1-E848-4F3F-9BB8-3095F443F8D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gear.Parallel", "Gear.Parallel\Gear.Parallel.csproj", "{527B7245-EDBF-4A84-9509-8585C3FA4AC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gear.Components.Tests", "Gear.Components.Tests\Gear.Components.Tests.csproj", "{32CCF6F0-85A4-4C1D-B3FD-AB1E00072B35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gear.ActiveExpressions.Tests", "Gear.ActiveExpressions.Tests\Gear.ActiveExpressions.Tests.csproj", "{F7C1737C-7F68-4B5D-9603-D6B563C99AD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gear.ActiveQuery.Tests", "Gear.ActiveQuery.Tests\Gear.ActiveQuery.Tests.csproj", "{8141CCF6-4352-42EB-A06D-4A3E92E7659B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gear.NamedPipesSingleInstance", "Gear.NamedPipesSingleInstance\Gear.NamedPipesSingleInstance.csproj", "{56385EBA-1D8D-4AA5-ABC7-0E90010ABBCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{036C79D7-976B-43D7-8D11-F73BED516FAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{036C79D7-976B-43D7-8D11-F73BED516FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{036C79D7-976B-43D7-8D11-F73BED516FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{036C79D7-976B-43D7-8D11-F73BED516FAD}.Release|Any CPU.Build.0 = Release|Any CPU
{FB29A1EF-7348-4139-B4EC-B60BF31DB5FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB29A1EF-7348-4139-B4EC-B60BF31DB5FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB29A1EF-7348-4139-B4EC-B60BF31DB5FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB29A1EF-7348-4139-B4EC-B60BF31DB5FF}.Release|Any CPU.Build.0 = Release|Any CPU
{E9FB39B1-E848-4F3F-9BB8-3095F443F8D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9FB39B1-E848-4F3F-9BB8-3095F443F8D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9FB39B1-E848-4F3F-9BB8-3095F443F8D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9FB39B1-E848-4F3F-9BB8-3095F443F8D4}.Release|Any CPU.Build.0 = Release|Any CPU
{527B7245-EDBF-4A84-9509-8585C3FA4AC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527B7245-EDBF-4A84-9509-8585C3FA4AC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527B7245-EDBF-4A84-9509-8585C3FA4AC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{527B7245-EDBF-4A84-9509-8585C3FA4AC9}.Release|Any CPU.Build.0 = Release|Any CPU
{32CCF6F0-85A4-4C1D-B3FD-AB1E00072B35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32CCF6F0-85A4-4C1D-B3FD-AB1E00072B35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32CCF6F0-85A4-4C1D-B3FD-AB1E00072B35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32CCF6F0-85A4-4C1D-B3FD-AB1E00072B35}.Release|Any CPU.Build.0 = Release|Any CPU
{F7C1737C-7F68-4B5D-9603-D6B563C99AD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7C1737C-7F68-4B5D-9603-D6B563C99AD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7C1737C-7F68-4B5D-9603-D6B563C99AD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7C1737C-7F68-4B5D-9603-D6B563C99AD0}.Release|Any CPU.Build.0 = Release|Any CPU
{8141CCF6-4352-42EB-A06D-4A3E92E7659B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8141CCF6-4352-42EB-A06D-4A3E92E7659B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8141CCF6-4352-42EB-A06D-4A3E92E7659B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8141CCF6-4352-42EB-A06D-4A3E92E7659B}.Release|Any CPU.Build.0 = Release|Any CPU
{56385EBA-1D8D-4AA5-ABC7-0E90010ABBCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56385EBA-1D8D-4AA5-ABC7-0E90010ABBCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56385EBA-1D8D-4AA5-ABC7-0E90010ABBCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56385EBA-1D8D-4AA5-ABC7-0E90010ABBCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {824BCCF1-FA32-49B4-9617-B08F9A4D2C7A}
EndGlobalSection
EndGlobal