Skip to content

Commit 7249ec4

Browse files
layomiaViktorHofer
andauthored
Re-add S.T.J.SourceGeneration.UnitTests to STJ sln (#57080)
* Re-add S.T.J.SourceGeneration.UnitTests to STJ sln * Update slngen.template.proj Co-authored-by: Viktor Hofer <[email protected]>
1 parent e6e7ef9 commit 7249ec4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

eng/slngen.template.proj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<ItemGroup>
77
<ProjectReference Include="$(MSBuildThisFileDirectory)ref\*.*proj" />
88
<ProjectReference Include="$(MSBuildThisFileDirectory)src\*.*proj" />
9+
<!-- Keep in sync with https://github.com/dotnet/runtime/blob/4d82932722b56924598708f991961a75e5a90b36/src/libraries/Directory.Build.props#L31. -->
910
<ProjectReference Include="$(MSBuildThisFileDirectory)tests\**\*.Tests.*proj" />
11+
<ProjectReference Include="$(MSBuildThisFileDirectory)tests\**\*.UnitTests.*proj" />
1012
</ItemGroup>
11-
</Project>
13+
</Project>

src/libraries/System.Text.Json/System.Text.Json.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Text.Encodings.Web",
4343
EndProject
4444
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Collections.Immutable", "..\System.Collections.Immutable\ref\System.Collections.Immutable.csproj", "{BE27618A-2916-4269-9AD5-6BC5EDC32B30}"
4545
EndProject
46+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.Json.SourceGeneration.UnitTests", "tests\System.Text.Json.SourceGeneration.UnitTests\System.Text.Json.SourceGeneration.UnitTests.csproj", "{F6A18EB5-A8CC-4A39-9E85-5FA226019C3D}"
47+
EndProject
4648
Global
4749
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4850
Debug|Any CPU = Debug|Any CPU
@@ -117,6 +119,10 @@ Global
117119
{BE27618A-2916-4269-9AD5-6BC5EDC32B30}.Debug|Any CPU.Build.0 = Debug|Any CPU
118120
{BE27618A-2916-4269-9AD5-6BC5EDC32B30}.Release|Any CPU.ActiveCfg = Release|Any CPU
119121
{BE27618A-2916-4269-9AD5-6BC5EDC32B30}.Release|Any CPU.Build.0 = Release|Any CPU
122+
{F6A18EB5-A8CC-4A39-9E85-5FA226019C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
123+
{F6A18EB5-A8CC-4A39-9E85-5FA226019C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
124+
{F6A18EB5-A8CC-4A39-9E85-5FA226019C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
125+
{F6A18EB5-A8CC-4A39-9E85-5FA226019C3D}.Release|Any CPU.Build.0 = Release|Any CPU
120126
EndGlobalSection
121127
GlobalSection(SolutionProperties) = preSolution
122128
HideSolutionNode = FALSE
@@ -139,6 +145,7 @@ Global
139145
{A0178BAA-A1AF-4C69-8E4A-A700A2723DDC} = {E07C6980-EB71-4D19-A80A-7BEB80B635B1}
140146
{C56337BB-8CBC-4EE5-AB4D-8BB0A922813E} = {0371C5D8-D5F5-4747-9810-D91D71D8C0E4}
141147
{BE27618A-2916-4269-9AD5-6BC5EDC32B30} = {0371C5D8-D5F5-4747-9810-D91D71D8C0E4}
148+
{F6A18EB5-A8CC-4A39-9E85-5FA226019C3D} = {E07C6980-EB71-4D19-A80A-7BEB80B635B1}
142149
EndGlobalSection
143150
GlobalSection(ExtensibilityGlobals) = postSolution
144151
SolutionGuid = {5868B757-D821-41FC-952E-2113A0519506}

0 commit comments

Comments
 (0)