summaryrefslogtreecommitdiff
path: root/JuickApi/Properties
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-02-08 16:30:43 +0400
committerGravatar Vitaly Takmazov2013-02-08 16:30:43 +0400
commitf8a31a6f31a1f897a3a3eb5a82b0c9ab13cad55a (patch)
treea6066956a0cb5ab67d7d58ca52f29ec9eaa2178b /JuickApi/Properties
parent3879b6fd52395ba47c070b1085d4212f0d376cb4 (diff)
parent7eb3fc7465c038de80e140f6956999aeb035505a (diff)
Merge branch 'master' of https://bitbucket.org/vitalyster/juick-windowsphone
Diffstat (limited to 'JuickApi/Properties')
-rw-r--r--JuickApi/Properties/AssemblyInfo.cs30
1 files changed, 30 insertions, 0 deletions
diff --git a/JuickApi/Properties/AssemblyInfo.cs b/JuickApi/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..58faa6d
--- /dev/null
+++ b/JuickApi/Properties/AssemblyInfo.cs
@@ -0,0 +1,30 @@
+using System.Resources;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("JuickApi")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("JuickApi")]
+[assembly: AssemblyCopyright("Copyright © 2013")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+[assembly: NeutralResourcesLanguage("en")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]