forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Data.DataSetExtensions.sln
More file actions
65 lines (65 loc) · 4.51 KB
/
System.Data.DataSetExtensions.sln
File metadata and controls
65 lines (65 loc) · 4.51 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{09677ECF-3068-472F-B9CF-43E1E4F081D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.DataSetExtensions", "ref\System.Data.DataSetExtensions.csproj", "{8A0AA93A-ED36-4384-827E-F4D6E1E71B24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.DataSetExtensions", "src\System.Data.DataSetExtensions.csproj", "{5817F83A-8819-420F-B056-047D6515A02C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.DataSetExtensions.Tests", "tests\System.Data.DataSetExtensions.Tests.csproj", "{40D58ACE-1A94-4D4F-8829-4ABC8A7B5B0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Runtime.CompilerServices.Unsafe", "..\System.Runtime.CompilerServices.Unsafe\ref\System.Runtime.CompilerServices.Unsafe.csproj", "{657BEF08-3BC4-47E2-A4A3-D59704D9A26B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Runtime.CompilerServices.Unsafe", "..\System.Runtime.CompilerServices.Unsafe\src\System.Runtime.CompilerServices.Unsafe.ilproj", "{9277BDD6-3AD3-4440-A596-8268D040F277}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{97D82FB6-EF60-4A52-9FEA-BDF71B2D91A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CDDA0573-35A0-446E-BBDF-AC852AF03B9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{28909632-749A-4642-BDC0-8E7E03A0F051}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A0AA93A-ED36-4384-827E-F4D6E1E71B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A0AA93A-ED36-4384-827E-F4D6E1E71B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A0AA93A-ED36-4384-827E-F4D6E1E71B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A0AA93A-ED36-4384-827E-F4D6E1E71B24}.Release|Any CPU.Build.0 = Release|Any CPU
{40D58ACE-1A94-4D4F-8829-4ABC8A7B5B0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40D58ACE-1A94-4D4F-8829-4ABC8A7B5B0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40D58ACE-1A94-4D4F-8829-4ABC8A7B5B0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40D58ACE-1A94-4D4F-8829-4ABC8A7B5B0A}.Release|Any CPU.Build.0 = Release|Any CPU
{5817F83A-8819-420F-B056-047D6515A02C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5817F83A-8819-420F-B056-047D6515A02C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5817F83A-8819-420F-B056-047D6515A02C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5817F83A-8819-420F-B056-047D6515A02C}.Release|Any CPU.Build.0 = Release|Any CPU
{09677ECF-3068-472F-B9CF-43E1E4F081D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09677ECF-3068-472F-B9CF-43E1E4F081D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09677ECF-3068-472F-B9CF-43E1E4F081D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09677ECF-3068-472F-B9CF-43E1E4F081D8}.Release|Any CPU.Build.0 = Release|Any CPU
{9277BDD6-3AD3-4440-A596-8268D040F277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9277BDD6-3AD3-4440-A596-8268D040F277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9277BDD6-3AD3-4440-A596-8268D040F277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9277BDD6-3AD3-4440-A596-8268D040F277}.Release|Any CPU.Build.0 = Release|Any CPU
{657BEF08-3BC4-47E2-A4A3-D59704D9A26B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{657BEF08-3BC4-47E2-A4A3-D59704D9A26B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{657BEF08-3BC4-47E2-A4A3-D59704D9A26B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{657BEF08-3BC4-47E2-A4A3-D59704D9A26B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8A0AA93A-ED36-4384-827E-F4D6E1E71B24} = {97D82FB6-EF60-4A52-9FEA-BDF71B2D91A1}
{657BEF08-3BC4-47E2-A4A3-D59704D9A26B} = {97D82FB6-EF60-4A52-9FEA-BDF71B2D91A1}
{40D58ACE-1A94-4D4F-8829-4ABC8A7B5B0A} = {CDDA0573-35A0-446E-BBDF-AC852AF03B9E}
{09677ECF-3068-472F-B9CF-43E1E4F081D8} = {CDDA0573-35A0-446E-BBDF-AC852AF03B9E}
{5817F83A-8819-420F-B056-047D6515A02C} = {28909632-749A-4642-BDC0-8E7E03A0F051}
{9277BDD6-3AD3-4440-A596-8268D040F277} = {28909632-749A-4642-BDC0-8E7E03A0F051}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75CB77F6-4A71-40F5-84E9-44DC5ABC6B4B}
EndGlobalSection
EndGlobal