Directory.Build.props 278 B

123456789
  1. <Project>
  2. <!-- $(PeachpieVersion) property from the current Peachpie.NET.Sdk -->
  3. <Import Project="Version.props" Sdk="Peachpie.NET.Sdk" Condition=" '$(PeachpieVersion)'=='' " />
  4. <!-- global properties -->
  5. <PropertyGroup>
  6. </PropertyGroup>
  7. </Project>