forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Collections.NonGeneric.sln
More file actions
86 lines (86 loc) · 6.34 KB
/
System.Collections.NonGeneric.sln
File metadata and controls
86 lines (86 loc) · 6.34 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{8844EF4B-CE0F-4E76-B97B-4844B33CB3FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Win32.Registry", "..\Microsoft.Win32.Registry\ref\Microsoft.Win32.Registry.csproj", "{49F24282-7299-41E4-9C9E-481741B2A1B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.NonGeneric", "ref\System.Collections.NonGeneric.csproj", "{D3B134E9-5B26-4455-9F2D-22302BD8E350}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.NonGeneric", "src\System.Collections.NonGeneric.csproj", "{8B963C6C-CF59-433B-B8FB-6C1EB4650DF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.NonGeneric.Tests", "tests\System.Collections.NonGeneric.Tests.csproj", "{AF7C053E-2774-4355-8541-945594C4AF9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Runtime.CompilerServices.Unsafe", "..\System.Runtime.CompilerServices.Unsafe\ref\System.Runtime.CompilerServices.Unsafe.csproj", "{31A285E0-CBFF-46D1-84BC-312ABEB35A4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Runtime.CompilerServices.Unsafe", "..\System.Runtime.CompilerServices.Unsafe\src\System.Runtime.CompilerServices.Unsafe.ilproj", "{C80ABA38-B1E9-4050-8F9B-B04CDC959EFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Security.AccessControl", "..\System.Security.AccessControl\ref\System.Security.AccessControl.csproj", "{6186F0B4-B044-40FD-8397-B47EADA616F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Security.Principal.Windows", "..\System.Security.Principal.Windows\ref\System.Security.Principal.Windows.csproj", "{FD6EBEAC-0D3F-4C20-B547-0B91DCBA5C30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{46A14EE9-6DEA-433B-83E9-6EF79C3EFD71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{4D4E7926-6B35-45A3-9511-2FE054D5A90A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5E598645-46EC-44E2-B49B-DCA3153A0656}"
EndProject
Global
GlobalSection(NestedProjects) = preSolution
{8844EF4B-CE0F-4E76-B97B-4844B33CB3FB} = {46A14EE9-6DEA-433B-83E9-6EF79C3EFD71}
{AF7C053E-2774-4355-8541-945594C4AF9C} = {46A14EE9-6DEA-433B-83E9-6EF79C3EFD71}
{49F24282-7299-41E4-9C9E-481741B2A1B9} = {4D4E7926-6B35-45A3-9511-2FE054D5A90A}
{D3B134E9-5B26-4455-9F2D-22302BD8E350} = {4D4E7926-6B35-45A3-9511-2FE054D5A90A}
{31A285E0-CBFF-46D1-84BC-312ABEB35A4F} = {4D4E7926-6B35-45A3-9511-2FE054D5A90A}
{6186F0B4-B044-40FD-8397-B47EADA616F9} = {4D4E7926-6B35-45A3-9511-2FE054D5A90A}
{FD6EBEAC-0D3F-4C20-B547-0B91DCBA5C30} = {4D4E7926-6B35-45A3-9511-2FE054D5A90A}
{8B963C6C-CF59-433B-B8FB-6C1EB4650DF2} = {5E598645-46EC-44E2-B49B-DCA3153A0656}
{C80ABA38-B1E9-4050-8F9B-B04CDC959EFD} = {5E598645-46EC-44E2-B49B-DCA3153A0656}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8844EF4B-CE0F-4E76-B97B-4844B33CB3FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8844EF4B-CE0F-4E76-B97B-4844B33CB3FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8844EF4B-CE0F-4E76-B97B-4844B33CB3FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8844EF4B-CE0F-4E76-B97B-4844B33CB3FB}.Release|Any CPU.Build.0 = Release|Any CPU
{49F24282-7299-41E4-9C9E-481741B2A1B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49F24282-7299-41E4-9C9E-481741B2A1B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49F24282-7299-41E4-9C9E-481741B2A1B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49F24282-7299-41E4-9C9E-481741B2A1B9}.Release|Any CPU.Build.0 = Release|Any CPU
{D3B134E9-5B26-4455-9F2D-22302BD8E350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3B134E9-5B26-4455-9F2D-22302BD8E350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3B134E9-5B26-4455-9F2D-22302BD8E350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3B134E9-5B26-4455-9F2D-22302BD8E350}.Release|Any CPU.Build.0 = Release|Any CPU
{8B963C6C-CF59-433B-B8FB-6C1EB4650DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B963C6C-CF59-433B-B8FB-6C1EB4650DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B963C6C-CF59-433B-B8FB-6C1EB4650DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B963C6C-CF59-433B-B8FB-6C1EB4650DF2}.Release|Any CPU.Build.0 = Release|Any CPU
{AF7C053E-2774-4355-8541-945594C4AF9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF7C053E-2774-4355-8541-945594C4AF9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF7C053E-2774-4355-8541-945594C4AF9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF7C053E-2774-4355-8541-945594C4AF9C}.Release|Any CPU.Build.0 = Release|Any CPU
{31A285E0-CBFF-46D1-84BC-312ABEB35A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A285E0-CBFF-46D1-84BC-312ABEB35A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A285E0-CBFF-46D1-84BC-312ABEB35A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A285E0-CBFF-46D1-84BC-312ABEB35A4F}.Release|Any CPU.Build.0 = Release|Any CPU
{C80ABA38-B1E9-4050-8F9B-B04CDC959EFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C80ABA38-B1E9-4050-8F9B-B04CDC959EFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C80ABA38-B1E9-4050-8F9B-B04CDC959EFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C80ABA38-B1E9-4050-8F9B-B04CDC959EFD}.Release|Any CPU.Build.0 = Release|Any CPU
{6186F0B4-B044-40FD-8397-B47EADA616F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6186F0B4-B044-40FD-8397-B47EADA616F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6186F0B4-B044-40FD-8397-B47EADA616F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6186F0B4-B044-40FD-8397-B47EADA616F9}.Release|Any CPU.Build.0 = Release|Any CPU
{FD6EBEAC-0D3F-4C20-B547-0B91DCBA5C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD6EBEAC-0D3F-4C20-B547-0B91DCBA5C30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD6EBEAC-0D3F-4C20-B547-0B91DCBA5C30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD6EBEAC-0D3F-4C20-B547-0B91DCBA5C30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42E679A9-01B2-446F-B26E-4CF16464E149}
EndGlobalSection
EndGlobal