File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project >
22
3-   <PropertyGroup >
3+   <PropertyGroup   Label = " Build " 
44    <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
55    <ContinuousIntegrationBuild >$(TF_BUILD)</ContinuousIntegrationBuild >
66    <SourceLinkEnabled >$(ContinuousIntegrationBuild)</SourceLinkEnabled >
77  </PropertyGroup >
88
9-   <PropertyGroup >
9+   <PropertyGroup   Label = " Compile " 
1010    <Nullable >Enable</Nullable >
1111    <LangVersion >11.0</LangVersion >
1212    <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2121    <NoWarn >$(NoWarn);CS8500</NoWarn >
2222  </PropertyGroup >
2323
24-   <PropertyGroup >
24+   <PropertyGroup   Label = " Assembly " 
2525    <SignAssembly >true</SignAssembly >
2626    <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
2727    <AssemblySignPublicKeyFile >$(MSBuildThisFileDirectory)toolkit.spk</AssemblySignPublicKeyFile >
Original file line number Diff line number Diff line change 33  <Import  Project =" ..\$(MSBuildThisFile)" 
44
55  <!--  Common properties for all projects under src folder --> 
6-   <PropertyGroup >
6+   <PropertyGroup   Label = " Build " 
77    <IsPackable >true</IsPackable >
88    <IsPublishable >true</IsPublishable >
99    <GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 77      This also includes non-test projects as well. But if it's required then 
88      override the following properties only within those projects. 
99  -->  
10-   <PropertyGroup >
10+   <PropertyGroup   Label = " Build " 
1111    <IsPackable >false</IsPackable >
1212    <IsPublishable >false</IsPublishable >
1313    <NoWarn >$(NoWarn);CS8002;SA0001</NoWarn >
1414  </PropertyGroup >
1515
16-   <PropertyGroup >
16+   <PropertyGroup   Label = " Project " 
1717    <IsTestProject >true</IsTestProject >
1818    <!--  The MVVM Toolkit unit tests use `Mvvm.ExternalAssembly` project as a `ProjectReference` for testing --> 
1919    <IsTestProject  Condition =" $(MSBuildProjectName.Contains('Mvvm.ExternalAssembly'))" IsTestProject >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments