Directory.Build.targets 217 B

123456789
  1. <Project>
  2. <!-- This props all need to be set in targets as they depend on the values set earlier -->
  3. <PropertyGroup>
  4. <Product>$(AssemblyName) ($(TargetFramework))</Product>
  5. </PropertyGroup>
  6. </Project>