summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Standard Assets/LitJson/AssemblyInfo.cs.in
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Standard Assets/LitJson/AssemblyInfo.cs.in')
-rw-r--r--WorldlineKeepers/Assets/Standard Assets/LitJson/AssemblyInfo.cs.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Standard Assets/LitJson/AssemblyInfo.cs.in b/WorldlineKeepers/Assets/Standard Assets/LitJson/AssemblyInfo.cs.in
new file mode 100644
index 0000000..2cd1f90
--- /dev/null
+++ b/WorldlineKeepers/Assets/Standard Assets/LitJson/AssemblyInfo.cs.in
@@ -0,0 +1,18 @@
+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@")]