-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetFabric.ForEachEx.sln
42 lines (42 loc) · 2.39 KB
/
NetFabric.ForEachEx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34004.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.ForEachEx", "NetFabric.ForEachEx\NetFabric.ForEachEx.csproj", "{559C41F2-1171-4386-948B-7DD7B974D044}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.ForEachEx.Benchmarks", "NetFabric.ForEachEx.Benchmarks\NetFabric.ForEachEx.Benchmarks.csproj", "{C18A28EE-7FDC-4739-8C20-6B5863E5428B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.ForEachEx.UnitTests", "NetFabric.ForEachEx.UnitTests\NetFabric.ForEachEx.UnitTests.csproj", "{C2C42247-E7B3-4CBF-AE3D-4722812D19C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{525E4E61-66FB-4E29-AD05-7371D8CADE39}"
ProjectSection(SolutionItems) = preProject
BENCHMARKS.md = BENCHMARKS.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{559C41F2-1171-4386-948B-7DD7B974D044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{559C41F2-1171-4386-948B-7DD7B974D044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{559C41F2-1171-4386-948B-7DD7B974D044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{559C41F2-1171-4386-948B-7DD7B974D044}.Release|Any CPU.Build.0 = Release|Any CPU
{C18A28EE-7FDC-4739-8C20-6B5863E5428B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C18A28EE-7FDC-4739-8C20-6B5863E5428B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C18A28EE-7FDC-4739-8C20-6B5863E5428B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C18A28EE-7FDC-4739-8C20-6B5863E5428B}.Release|Any CPU.Build.0 = Release|Any CPU
{C2C42247-E7B3-4CBF-AE3D-4722812D19C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2C42247-E7B3-4CBF-AE3D-4722812D19C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2C42247-E7B3-4CBF-AE3D-4722812D19C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2C42247-E7B3-4CBF-AE3D-4722812D19C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5B56EE1-384B-4495-8EF4-34F54DA590F8}
EndGlobalSection
EndGlobal