Skip to content

Commit 9740d07

Browse files
committed
add test lib
1 parent aaa1000 commit 9740d07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/SourceGeneration.Reflection.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGeneration.Reflection
1313
EndProject
1414
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGeneration.Reflection.SystemTextJson", "SourceGeneration.Reflection.SystemTextJson\SourceGeneration.Reflection.SystemTextJson.csproj", "{277B21CC-A62C-4B74-A9B5-C763E2697395}"
1515
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceGeneration.Reflection.SourceGenerator.TestLib", "SourceGeneration.Reflection.SourceGenerator.TestLib\SourceGeneration.Reflection.SourceGenerator.TestLib.csproj", "{98BB1809-05B8-408F-84E3-D86B602F6801}"
17+
EndProject
1618
Global
1719
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1820
Debug|Any CPU = Debug|Any CPU
@@ -39,6 +41,10 @@ Global
3941
{277B21CC-A62C-4B74-A9B5-C763E2697395}.Debug|Any CPU.Build.0 = Debug|Any CPU
4042
{277B21CC-A62C-4B74-A9B5-C763E2697395}.Release|Any CPU.ActiveCfg = Release|Any CPU
4143
{277B21CC-A62C-4B74-A9B5-C763E2697395}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{98BB1809-05B8-408F-84E3-D86B602F6801}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{98BB1809-05B8-408F-84E3-D86B602F6801}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{98BB1809-05B8-408F-84E3-D86B602F6801}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{98BB1809-05B8-408F-84E3-D86B602F6801}.Release|Any CPU.Build.0 = Release|Any CPU
4248
EndGlobalSection
4349
GlobalSection(SolutionProperties) = preSolution
4450
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)