@@ -33,6 +33,20 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternalUsageLibrary", "sam
3333EndProject
3434Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "dotnetCampus.LatestCSharpFeatures.Source" , "src\dotnetCampus.LatestCSharpFeatures.Source\dotnetCampus.LatestCSharpFeatures.Source.csproj" , "{16D75C29-3176-4CFD-A1B5-B5F24876B038}"
3535EndProject
36+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "IsExternalInit" , "IsExternalInit" , "{4E06689B-E73A-4A04-AAA0-7959A6EC06E6}"
37+ EndProject
38+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Nullable" , "Nullable" , "{CCAAE7A8-1879-4F67-98AA-D837C80227A2}"
39+ EndProject
40+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Required" , "Required" , "{F0CBB519-BB38-4104-B840-4076BB206E36}"
41+ EndProject
42+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{CAB44C21-D58C-4732-B9D8-60B1DAE82BEF}"
43+ EndProject
44+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{878C1D77-0A77-44BD-847E-164188B10677}"
45+ EndProject
46+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "dotnetCampus.LatestCSharpFeatures.Tests" , "tests\dotnetCampus.LatestCSharpFeatures.Tests\dotnetCampus.LatestCSharpFeatures.Tests.csproj" , "{D10BF09A-FDF3-43F0-BD54-49A73554CDAB}"
47+ EndProject
48+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "dotnetCampus.LatestCSharpFeatures.Analyzer" , "src\dotnetCampus.LatestCSharpFeatures.Analyzer\dotnetCampus.LatestCSharpFeatures.Analyzer.csproj" , "{642FA0CA-E827-4D96-9358-D596CD87DAF4}"
49+ EndProject
3650Global
3751 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
3852 Debug| Any CPU = Debug| Any CPU
@@ -75,12 +89,30 @@ Global
7589 {16D75C29-3176-4CFD-A1B5-B5F24876B038} .Debug| Any CPU .Build .0 = Debug| Any CPU
7690 {16D75C29-3176-4CFD-A1B5-B5F24876B038} .Release| Any CPU .ActiveCfg = Release| Any CPU
7791 {16D75C29-3176-4CFD-A1B5-B5F24876B038} .Release| Any CPU .Build .0 = Release| Any CPU
92+ {D10BF09A-FDF3-43F0-BD54-49A73554CDAB} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
93+ {D10BF09A-FDF3-43F0-BD54-49A73554CDAB} .Debug| Any CPU .Build .0 = Debug| Any CPU
94+ {D10BF09A-FDF3-43F0-BD54-49A73554CDAB} .Release| Any CPU .ActiveCfg = Release| Any CPU
95+ {D10BF09A-FDF3-43F0-BD54-49A73554CDAB} .Release| Any CPU .Build .0 = Release| Any CPU
96+ {642FA0CA-E827-4D96-9358-D596CD87DAF4} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
97+ {642FA0CA-E827-4D96-9358-D596CD87DAF4} .Debug| Any CPU .Build .0 = Debug| Any CPU
98+ {642FA0CA-E827-4D96-9358-D596CD87DAF4} .Release| Any CPU .ActiveCfg = Release| Any CPU
99+ {642FA0CA-E827-4D96-9358-D596CD87DAF4} .Release| Any CPU .Build .0 = Release| Any CPU
78100 EndGlobalSection
79101 GlobalSection (SolutionProperties ) = preSolution
80102 HideSolutionNode = FALSE
81103 EndGlobalSection
82104 GlobalSection (NestedProjects ) = preSolution
105+ {2ECF1CEB-070E-4933-93C4-F7FD42D8693C} = {CCAAE7A8-1879-4F67-98AA-D837C80227A2}
106+ {0DDC38EF-851E-49E7-B72A-DF46E44E3586} = {4E06689B-E73A-4A04-AAA0-7959A6EC06E6}
107+ {94E8B753-81BF-44DC-A8D6-AC1D1FE54244} = {4E06689B-E73A-4A04-AAA0-7959A6EC06E6}
108+ {6ED76C7A-A16A-45A5-BC1F-91A880839C31} = {F0CBB519-BB38-4104-B840-4076BB206E36}
109+ {4EBF62CB-613E-4496-B890-B1F433ED7581} = {F0CBB519-BB38-4104-B840-4076BB206E36}
110+ {72163C73-CBC5-4CB5-BDDF-769B7AFD6FAB} = {CCAAE7A8-1879-4F67-98AA-D837C80227A2}
83111 {DF937968-A710-4079-86D2-B2483FF3D81F} = {19AD69CA-F593-4789-A51F-9E547033147D}
112+ {4E06689B-E73A-4A04-AAA0-7959A6EC06E6} = {CAB44C21-D58C-4732-B9D8-60B1DAE82BEF}
113+ {CCAAE7A8-1879-4F67-98AA-D837C80227A2} = {CAB44C21-D58C-4732-B9D8-60B1DAE82BEF}
114+ {F0CBB519-BB38-4104-B840-4076BB206E36} = {CAB44C21-D58C-4732-B9D8-60B1DAE82BEF}
115+ {D10BF09A-FDF3-43F0-BD54-49A73554CDAB} = {878C1D77-0A77-44BD-847E-164188B10677}
84116 EndGlobalSection
85117 GlobalSection (ExtensibilityGlobals ) = postSolution
86118 SolutionGuid = {C90536BB-EF2C-4F5A-ABA9-27A8F412D3C3}
0 commit comments