Directory.Build.props 642 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <!-- Legal =================================================================================== -->
  4. <PropertyGroup>
  5. <Authors>Vicente Penades</Authors>
  6. <Copyright>Copyright (c) $([System.DateTime]::Now.ToString(`yyyy`)) Vicente Penades</Copyright>
  7. <Description>SharpGLTF is a C# library for reading and writing glTF2 3D models</Description>
  8. </PropertyGroup>
  9. <!-- Configuration =================================================================================== -->
  10. <PropertyGroup>
  11. <IsPackable>false</IsPackable>
  12. </PropertyGroup>
  13. </Project>