CutePet/Assets/Scripts/Framework/Json/LitJson/AssemblyInfo.cs.in
2024-10-25 11:10:04 +08:00

19 lines
525 B
C#

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: CLSCompliant (true)]
[assembly: AssemblyTitle ("LitJson")]
[assembly: AssemblyDescription ("LitJSON library")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("")]
[assembly: AssemblyProduct ("LitJSON")]
[assembly: AssemblyCopyright (
"The authors disclaim copyright to this source code")]
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]
[assembly: AssemblyVersion ("@ASSEMBLY_VERSION@")]