File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
- <PropertyGroup >
3
+ <PropertyGroup Label = " Build " >
4
4
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
5
5
<ContinuousIntegrationBuild >$(TF_BUILD)</ContinuousIntegrationBuild >
6
6
<SourceLinkEnabled >$(ContinuousIntegrationBuild)</SourceLinkEnabled >
7
7
</PropertyGroup >
8
8
9
- <PropertyGroup >
9
+ <PropertyGroup Label = " Compile " >
10
10
<Nullable >Enable</Nullable >
11
11
<LangVersion >11.0</LangVersion >
12
12
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
21
21
<NoWarn >$(NoWarn);CS8500</NoWarn >
22
22
</PropertyGroup >
23
23
24
- <PropertyGroup >
24
+ <PropertyGroup Label = " Assembly " >
25
25
<SignAssembly >true</SignAssembly >
26
26
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
27
27
<AssemblySignPublicKeyFile >$(MSBuildThisFileDirectory)toolkit.spk</AssemblySignPublicKeyFile >
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\$(MSBuildThisFile)" />
4
4
5
5
<!-- Common properties for all projects under src folder -->
6
- <PropertyGroup >
6
+ <PropertyGroup Label = " Build " >
7
7
<IsPackable >true</IsPackable >
8
8
<IsPublishable >true</IsPublishable >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 7
7
This also includes non-test projects as well. But if it's required then
8
8
override the following properties only within those projects.
9
9
-->
10
- <PropertyGroup >
10
+ <PropertyGroup Label = " Build " >
11
11
<IsPackable >false</IsPackable >
12
12
<IsPublishable >false</IsPublishable >
13
13
<NoWarn >$(NoWarn);CS8002;SA0001</NoWarn >
14
14
</PropertyGroup >
15
15
16
- <PropertyGroup >
16
+ <PropertyGroup Label = " Project " >
17
17
<IsTestProject >true</IsTestProject >
18
18
<!-- The MVVM Toolkit unit tests use `Mvvm.ExternalAssembly` project as a `ProjectReference` for testing -->
19
19
<IsTestProject Condition =" $(MSBuildProjectName.Contains('Mvvm.ExternalAssembly'))" >false</IsTestProject >
You can’t perform that action at this time.
0 commit comments