Skip to content

Commit d91f622

Browse files
committed
Add some Labels to some property groups
Some property groups have conditions that also self-explain their purpose. So, Add labels to bare property groups only to differentiate among themselves. Then, when contributors add any additional properties, they'll know where to put them.
1 parent 9768e93 commit d91f622

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/Community.Toolkit.Common.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<Project>
22

3-
<PropertyGroup>
3+
<PropertyGroup Label="Compile">
44
<Nullable>Enable</Nullable>
55
<LangVersion>10.0</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
</PropertyGroup>
88

9-
<PropertyGroup>
9+
<PropertyGroup Label="Assembly">
1010
<SignAssembly>true</SignAssembly>
1111
<AssemblyOriginatorKeyFile>$(RepositoryDirectory)toolkit.snk</AssemblyOriginatorKeyFile>
1212
</PropertyGroup>
1313

14-
<PropertyGroup>
14+
<PropertyGroup Label="Project">
1515
<IsTestProject>$(MSBuildProjectName.EndsWith('Tests'))</IsTestProject>
1616
<IsCoreProject Condition="$(IsTestProject)">False</IsCoreProject>
1717
<IsCoreProject Condition="'$(IsCoreProject)' == ''">True</IsCoreProject>
1818
</PropertyGroup>
1919

20-
<PropertyGroup>
20+
<PropertyGroup Label="Build">
2121
<IsPackable>true</IsPackable>
2222
<IsPublishable>true</IsPublishable>
2323
<ContinuousIntegrationBuild>$(TF_BUILD)</ContinuousIntegrationBuild>

0 commit comments

Comments
 (0)