root / Assets / Plugins / LitJson / AssemblyInfo.cs.in @ 11:01dde4258840
History | View | Annotate | Download (525 Bytes)
1 | using System; |
---|---|
2 | using System.Reflection; |
3 | using System.Runtime.CompilerServices; |
4 | |
5 | |
6 | [assembly: CLSCompliant (true)] |
7 | |
8 | [assembly: AssemblyTitle ("LitJson")] |
9 | [assembly: AssemblyDescription ("LitJSON library")] |
10 | [assembly: AssemblyConfiguration ("")] |
11 | [assembly: AssemblyCompany ("")] |
12 | [assembly: AssemblyProduct ("LitJSON")] |
13 | [assembly: AssemblyCopyright ( |
14 | "The authors disclaim copyright to this source code")] |
15 | [assembly: AssemblyTrademark ("")] |
16 | [assembly: AssemblyCulture ("")] |
17 | |
18 | [assembly: AssemblyVersion ("@ASSEMBLY_VERSION@")] |