-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDotNet.Extensions.sln
More file actions
37 lines (37 loc) · 2.3 KB
/
DotNet.Extensions.sln
File metadata and controls
37 lines (37 loc) · 2.3 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamExtensions", "StreamExtensions\StreamExtensions.csproj", "{63F59AEF-6E58-4C78-A051-A597DEF3D638}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlClientExtensions", "SqlClientExtensions\SqlClientExtensions.csproj", "{4DCA8C11-E43C-48D3-AC1D-D1FB58D19B30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing.System.Data.Fakes", "Testing.System.Data.Fakes\Testing.System.Data.Fakes.csproj", "{50D03B61-4F11-492E-8F60-2E0F811EE264}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing.System.Data.TestBase", "Testing.System.Data.TestBase\Testing.System.Data.TestBase.csproj", "{3BD4DF71-E4D0-4BF5-9382-DA4791120E71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CircularCollections", "CircularCollections\CircularCollections.csproj", "{6D4E0D5A-B134-465B-A0B1-4B96C539433E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63F59AEF-6E58-4C78-A051-A597DEF3D638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63F59AEF-6E58-4C78-A051-A597DEF3D638}.Release|Any CPU.Build.0 = Release|Any CPU
{4DCA8C11-E43C-48D3-AC1D-D1FB58D19B30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DCA8C11-E43C-48D3-AC1D-D1FB58D19B30}.Release|Any CPU.Build.0 = Release|Any CPU
{50D03B61-4F11-492E-8F60-2E0F811EE264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50D03B61-4F11-492E-8F60-2E0F811EE264}.Release|Any CPU.Build.0 = Release|Any CPU
{3BD4DF71-E4D0-4BF5-9382-DA4791120E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BD4DF71-E4D0-4BF5-9382-DA4791120E71}.Release|Any CPU.Build.0 = Release|Any CPU
{6D4E0D5A-B134-465B-A0B1-4B96C539433E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D4E0D5A-B134-465B-A0B1-4B96C539433E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {936BD4F3-AF13-453A-A89B-86637EEB7C31}
EndGlobalSection
EndGlobal