-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtensions.NET.sln
49 lines (49 loc) · 3.02 KB
/
Extensions.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Primitives.Tests", "Primitives.Tests\Primitives.Tests.csproj", "{E8E3F618-5DA6-4226-9F10-188292795D74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Collections.Tests", "Collections.Tests\Collections.Tests.csproj", "{A2F99A2F-F683-417F-9CCC-CA3FF819FCB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Primitives", "Primitives\Primitives.csproj", "{C6813148-B8BF-4F39-ABC9-7AC8E926FC69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Collections", "Collections\Collections.csproj", "{5B448FDA-C1CD-4A8B-B825-040A2FC90B9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ado", "Ado\Ado.csproj", "{33D1926B-D426-4818-809F-B1C22E468C18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8E3F618-5DA6-4226-9F10-188292795D74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8E3F618-5DA6-4226-9F10-188292795D74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8E3F618-5DA6-4226-9F10-188292795D74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8E3F618-5DA6-4226-9F10-188292795D74}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F99A2F-F683-417F-9CCC-CA3FF819FCB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F99A2F-F683-417F-9CCC-CA3FF819FCB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F99A2F-F683-417F-9CCC-CA3FF819FCB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F99A2F-F683-417F-9CCC-CA3FF819FCB4}.Release|Any CPU.Build.0 = Release|Any CPU
{C6813148-B8BF-4F39-ABC9-7AC8E926FC69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6813148-B8BF-4F39-ABC9-7AC8E926FC69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6813148-B8BF-4F39-ABC9-7AC8E926FC69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6813148-B8BF-4F39-ABC9-7AC8E926FC69}.Release|Any CPU.Build.0 = Release|Any CPU
{5B448FDA-C1CD-4A8B-B825-040A2FC90B9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B448FDA-C1CD-4A8B-B825-040A2FC90B9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B448FDA-C1CD-4A8B-B825-040A2FC90B9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B448FDA-C1CD-4A8B-B825-040A2FC90B9B}.Release|Any CPU.Build.0 = Release|Any CPU
{33D1926B-D426-4818-809F-B1C22E468C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33D1926B-D426-4818-809F-B1C22E468C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33D1926B-D426-4818-809F-B1C22E468C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33D1926B-D426-4818-809F-B1C22E468C18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7BA091C-54DF-4C4F-94ED-3CB8BD1E22D5}
EndGlobalSection
EndGlobal