|
17 | 17 | <MinMutationScore>85</MinMutationScore> |
18 | 18 | </PropertyGroup> |
19 | 19 |
|
20 | | - <ItemGroup> |
21 | | - <Compile Include="..\Shared\TypeDeclarationSyntaxReceiver.cs" LinkBase="Shared" /> |
22 | | - <Compile Include="..\Shared\GeneratorUtilities.cs" LinkBase="Shared" /> |
| 20 | + <ItemGroup Label="Shared"> |
23 | 21 | <Compile Include="..\Shared\ClassDeclarationSyntaxReceiver.cs" LinkBase="Shared" /> |
| 22 | + <Compile Include="..\Shared\DiagDescriptorsBase.cs" LinkBase="Shared" /> |
24 | 23 | <Compile Include="..\Shared\EmitterBase.cs" LinkBase="Shared" /> |
| 24 | + <Compile Include="..\Shared\GeneratorUtilities.cs" LinkBase="Shared" /> |
25 | 25 | <Compile Include="..\Shared\ParserUtilities.cs" LinkBase="Shared" /> |
26 | | - <Compile Include="..\Shared\DiagDescriptorsBase.cs" LinkBase="Shared" /> |
27 | 26 | <Compile Include="..\Shared\StringBuilderPool.cs" LinkBase="Shared" /> |
| 27 | + <Compile Include="..\Shared\TypeDeclarationSyntaxReceiver.cs" LinkBase="Shared" /> |
| 28 | + </ItemGroup> |
| 29 | + |
| 30 | + <ItemGroup Label="Microsoft.Gen.ComplianceReports"> |
28 | 31 | <Compile Include="..\Microsoft.Gen.ComplianceReports\Model\*.cs" LinkBase="Microsoft.Gen.ComplianceReports" /> |
29 | 32 | <Compile Include="..\Microsoft.Gen.ComplianceReports\*.cs" LinkBase="Microsoft.Gen.ComplianceReports" /> |
30 | | - <Compile Include="..\Microsoft.Gen.Metrics\Exceptions\*.cs" LinkBase="Microsoft.Gen.Metrics" /> |
| 33 | + </ItemGroup> |
| 34 | + |
| 35 | + <ItemGroup Label="Microsoft.Gen.MetricsReports"> |
31 | 36 | <Compile Include="..\Microsoft.Gen.MetricsReports\*.cs" LinkBase="Microsoft.Gen.MetricsReports" /> |
| 37 | + </ItemGroup> |
| 38 | + |
| 39 | + <ItemGroup Label="Microsoft.Gen.Metrics"> |
| 40 | + <Compile Include="..\Microsoft.Gen.Metrics\Exceptions\*.cs" LinkBase="Microsoft.Gen.Metrics" /> |
32 | 41 | <Compile Include="..\Microsoft.Gen.Metrics\Model\*.cs" LinkBase="Microsoft.Gen.Metrics" /> |
33 | | - <Compile Include="..\Microsoft.Gen.Metrics\*.cs" LinkBase="Microsoft.Gen.Metrics" /> |
34 | | - <Compile Include="..\Microsoft.Gen.Shared\*.cs" LinkBase="Microsoft.Gen.Metrics" /> |
35 | | - <Compile Include="..\Microsoft.Gen.Shared\*.cs" LinkBase="Microsoft.Gen.Metrics" /> |
| 42 | + <Compile Include="..\Microsoft.Gen.Metrics\Parser.cs" LinkBase="Microsoft.Gen.Metrics" /> |
| 43 | + <Compile Include="..\Microsoft.Gen.Metrics\StrongTypeAttributeParameters.cs" LinkBase="Microsoft.Gen.Metrics" /> |
| 44 | + <Compile Include="..\Microsoft.Gen.Metrics\SymbolLoader.cs" LinkBase="Microsoft.Gen.Metrics" /> |
| 45 | + <Compile Include="..\Microsoft.Gen.Metrics\SymbolHolder.cs" LinkBase="Microsoft.Gen.Metrics" /> |
| 46 | + <Compile Include="..\Microsoft.Gen.Metrics\DiagDescriptors.cs" LinkBase="Microsoft.Gen.Metrics" /> |
| 47 | + <Compile Include="..\Microsoft.Gen.Metrics\Resources.Designer.cs" LinkBase="Microsoft.Gen.Metrics"/> |
36 | 48 | </ItemGroup> |
37 | 49 |
|
38 | 50 | <ItemGroup> |
|
0 commit comments