forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.ComponentModel.sln
More file actions
74 lines (74 loc) · 5.15 KB
/
System.ComponentModel.sln
File metadata and controls
74 lines (74 loc) · 5.15 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{BB836E1E-706E-495A-85EA-0CDD9FEBF101}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.ComponentModel", "ref\System.ComponentModel.csproj", "{E954E33E-6349-4FA2-AF54-A3BCFE430879}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.ComponentModel", "src\System.ComponentModel.csproj", "{EFFECBCD-A544-4649-AF79-3C2A7EEB4C6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.ComponentModel.Tests", "tests\System.ComponentModel.Tests.csproj", "{4E375A78-D856-4C1E-B7CB-A4026C9FD8E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryImportGenerator", "..\System.Runtime.InteropServices\gen\LibraryImportGenerator\LibraryImportGenerator.csproj", "{AD87AB87-946C-4297-8ACB-C8FB1B604DE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Interop.SourceGeneration", "..\System.Runtime.InteropServices\gen\Microsoft.Interop.SourceGeneration\Microsoft.Interop.SourceGeneration.csproj", "{22E91D96-49E2-4691-B4E5-4C22938C2F2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Runtime", "..\System.Runtime\ref\System.Runtime.csproj", "{5113780E-0A6C-42A2-94E0-A019815E051C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{70E2F273-4083-402A-8AC4-4DB08A09813B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{C6EF640A-0AED-46F1-97D6-3206BD0186F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{797FC0E7-1785-46B3-B280-2992A716A4ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gen", "gen", "{C3164BD9-1105-4795-B05D-3F2583479C41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB836E1E-706E-495A-85EA-0CDD9FEBF101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB836E1E-706E-495A-85EA-0CDD9FEBF101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB836E1E-706E-495A-85EA-0CDD9FEBF101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB836E1E-706E-495A-85EA-0CDD9FEBF101}.Release|Any CPU.Build.0 = Release|Any CPU
{E954E33E-6349-4FA2-AF54-A3BCFE430879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E954E33E-6349-4FA2-AF54-A3BCFE430879}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E954E33E-6349-4FA2-AF54-A3BCFE430879}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E954E33E-6349-4FA2-AF54-A3BCFE430879}.Release|Any CPU.Build.0 = Release|Any CPU
{EFFECBCD-A544-4649-AF79-3C2A7EEB4C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFFECBCD-A544-4649-AF79-3C2A7EEB4C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFFECBCD-A544-4649-AF79-3C2A7EEB4C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFFECBCD-A544-4649-AF79-3C2A7EEB4C6F}.Release|Any CPU.Build.0 = Release|Any CPU
{4E375A78-D856-4C1E-B7CB-A4026C9FD8E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E375A78-D856-4C1E-B7CB-A4026C9FD8E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E375A78-D856-4C1E-B7CB-A4026C9FD8E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E375A78-D856-4C1E-B7CB-A4026C9FD8E7}.Release|Any CPU.Build.0 = Release|Any CPU
{AD87AB87-946C-4297-8ACB-C8FB1B604DE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD87AB87-946C-4297-8ACB-C8FB1B604DE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD87AB87-946C-4297-8ACB-C8FB1B604DE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD87AB87-946C-4297-8ACB-C8FB1B604DE7}.Release|Any CPU.Build.0 = Release|Any CPU
{22E91D96-49E2-4691-B4E5-4C22938C2F2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22E91D96-49E2-4691-B4E5-4C22938C2F2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22E91D96-49E2-4691-B4E5-4C22938C2F2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22E91D96-49E2-4691-B4E5-4C22938C2F2A}.Release|Any CPU.Build.0 = Release|Any CPU
{5113780E-0A6C-42A2-94E0-A019815E051C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5113780E-0A6C-42A2-94E0-A019815E051C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5113780E-0A6C-42A2-94E0-A019815E051C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5113780E-0A6C-42A2-94E0-A019815E051C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BB836E1E-706E-495A-85EA-0CDD9FEBF101} = {70E2F273-4083-402A-8AC4-4DB08A09813B}
{4E375A78-D856-4C1E-B7CB-A4026C9FD8E7} = {70E2F273-4083-402A-8AC4-4DB08A09813B}
{E954E33E-6349-4FA2-AF54-A3BCFE430879} = {C6EF640A-0AED-46F1-97D6-3206BD0186F0}
{5113780E-0A6C-42A2-94E0-A019815E051C} = {C6EF640A-0AED-46F1-97D6-3206BD0186F0}
{EFFECBCD-A544-4649-AF79-3C2A7EEB4C6F} = {797FC0E7-1785-46B3-B280-2992A716A4ED}
{AD87AB87-946C-4297-8ACB-C8FB1B604DE7} = {C3164BD9-1105-4795-B05D-3F2583479C41}
{22E91D96-49E2-4691-B4E5-4C22938C2F2A} = {C3164BD9-1105-4795-B05D-3F2583479C41}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6E6B62A-C9F6-4CF9-BFC4-F169919B707A}
EndGlobalSection
EndGlobal