| 12345678910111213141516171819202122 | 
							- <Project>  
 
-   
 
-   <!-- This props all need to be set in targets as they depend on the values set earlier -->
 
-   <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.0'">
 
-     <DefineConstants>$(DefineConstants);NO_ARRAY_EMPTY;NO_CODE_COVERAGE_ATTRIBUTE;CRIPPLED_REFLECTION</DefineConstants>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
 
-     <DefineConstants>$(DefineConstants);NO_CODE_COVERAGE_ATTRIBUTE;CRIPPLED_REFLECTION</DefineConstants>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition="'$(TargetFramework)' == 'net45'">
 
-     <DefineConstants>$(DefineConstants);NO_ARRAY_EMPTY;NO_TASK_FROMEXCEPTION</DefineConstants>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition="'$(BuildForCSharp8)' == 'true'">
 
-     <DefineConstants>$(DefineConstants);CSHARP8</DefineConstants>
 
-   </PropertyGroup>
 
-   
 
-   <PropertyGroup>
 
-     <Product>$(AssemblyName) ($(TargetFramework))</Product>
 
-   </PropertyGroup>
 
- </Project>
 
 
  |