Skip to content

Commit 34ec4f5

Browse files
authored
Update the System.ComponentModel.Annotations solution to build in VS (#112313)
1 parent ca9893f commit 34ec4f5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/libraries/System.ComponentModel.Annotations/System.ComponentModel.Annotations.sln

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "tools\ref", "{431EB5
5353
EndProject
5454
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{A7035BA8-B608-4D27-AC36-DD3C774247FB}"
5555
EndProject
56+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Runtime.Serialization.Formatters", "..\System.Runtime.Serialization.Formatters\src\System.Runtime.Serialization.Formatters.csproj", "{BF78CA18-36A2-4B8E-8F93-F6D233EE3F17}"
57+
EndProject
5658
Global
5759
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5860
Debug|Any CPU = Debug|Any CPU
@@ -135,6 +137,10 @@ Global
135137
{DC3C5A99-A276-47C1-B2AB-17EE36410525}.Debug|Any CPU.Build.0 = Debug|Any CPU
136138
{DC3C5A99-A276-47C1-B2AB-17EE36410525}.Release|Any CPU.ActiveCfg = Release|Any CPU
137139
{DC3C5A99-A276-47C1-B2AB-17EE36410525}.Release|Any CPU.Build.0 = Release|Any CPU
140+
{BF78CA18-36A2-4B8E-8F93-F6D233EE3F17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
141+
{BF78CA18-36A2-4B8E-8F93-F6D233EE3F17}.Debug|Any CPU.Build.0 = Debug|Any CPU
142+
{BF78CA18-36A2-4B8E-8F93-F6D233EE3F17}.Release|Any CPU.ActiveCfg = Release|Any CPU
143+
{BF78CA18-36A2-4B8E-8F93-F6D233EE3F17}.Release|Any CPU.Build.0 = Release|Any CPU
138144
EndGlobalSection
139145
GlobalSection(SolutionProperties) = preSolution
140146
HideSolutionNode = FALSE
@@ -162,8 +168,13 @@ Global
162168
{86873B77-50BA-4690-A527-C4562EAE5A1B} = {A7035BA8-B608-4D27-AC36-DD3C774247FB}
163169
{DC3C5A99-A276-47C1-B2AB-17EE36410525} = {431EB5F6-6BF9-4FED-BE3F-239E89431CCA}
164170
{431EB5F6-6BF9-4FED-BE3F-239E89431CCA} = {A7035BA8-B608-4D27-AC36-DD3C774247FB}
171+
{BF78CA18-36A2-4B8E-8F93-F6D233EE3F17} = {A0596070-E285-49A1-A0AA-187B69E55A39}
165172
EndGlobalSection
166173
GlobalSection(ExtensibilityGlobals) = postSolution
167174
SolutionGuid = {4C1CDE35-7742-40EC-A075-B1ABF99F50B5}
168175
EndGlobalSection
176+
GlobalSection(SharedMSBuildProjectFiles) = preSolution
177+
..\..\tools\illink\src\ILLink.Shared\ILLink.Shared.projitems*{8b4d69dd-7ef8-428c-b5f1-4815c6d4f9fc}*SharedItemsImports = 5
178+
..\..\tools\illink\src\ILLink.Shared\ILLink.Shared.projitems*{b3f664a9-6611-4ebd-b30c-6df8dd7a9cf2}*SharedItemsImports = 5
179+
EndGlobalSection
169180
EndGlobal

0 commit comments

Comments
 (0)