summaryrefslogtreecommitdiff
path: root/sources/AssemblyInfo.cs.in
diff options
context:
space:
mode:
Diffstat (limited to 'sources/AssemblyInfo.cs.in')
-rw-r--r--sources/AssemblyInfo.cs.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/AssemblyInfo.cs.in b/sources/AssemblyInfo.cs.in
new file mode 100644
index 0000000..49f7662
--- /dev/null
+++ b/sources/AssemblyInfo.cs.in
@@ -0,0 +1,11 @@
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly: AssemblyTitle("@ASSEMBLY_TITLE@")]
+[assembly: AssemblyDescription("@ASSEMBLY_DESCRIPTION@")]
+[assembly: AssemblyCompany("@ASSEMBLY_COMPANY@")]
+[assembly: AssemblyCopyright("@ASSEMBLY_COPYRIGHT@")]
+[assembly: AssemblyVersion("@ASSEMBLY_VERSION@")]
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("@ASSEMBLY_NAME@.snk")]