aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/dotnet/example_transitive_lib/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorGravatar Jeremy Wall <jeremy@marzhillstudios.com>2015-11-09 18:44:26 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-10 10:23:14 +0000
commitd00e3a1ef2c6678ffc24eb9ffbc6561ba85338c4 (patch)
tree65141853f2eaa52cfd5fcde608f89a14548b3428 /examples/dotnet/example_transitive_lib/Properties/AssemblyInfo.cs
parent15099239d94f5fb94504e33f670adf71dacff48a (diff)
Add dotnet csharp support to bazel.
Adds rules for csharp_binary, csharp_library, and csharp_nunit_test. -- Change-Id: I51e448a399c535554353b3f40bf090bb602f647f Reviewed-on: https://bazel-review.googlesource.com/#/c/2270/ MOS_MIGRATED_REVID=107399181
Diffstat (limited to 'examples/dotnet/example_transitive_lib/Properties/AssemblyInfo.cs')
-rw-r--r--examples/dotnet/example_transitive_lib/Properties/AssemblyInfo.cs27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/dotnet/example_transitive_lib/Properties/AssemblyInfo.cs b/examples/dotnet/example_transitive_lib/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..ebc927a51e
--- /dev/null
+++ b/examples/dotnet/example_transitive_lib/Properties/AssemblyInfo.cs
@@ -0,0 +1,27 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following attributes.
+// Change them to the values specific to your project.
+
+[assembly: AssemblyTitle("example_transitive_lib")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
+// The form "{Major}.{Minor}.*" will automatically update the build and revision,
+// and "{Major}.{Minor}.{Build}.*" will update just the revision.
+
+[assembly: AssemblyVersion("1.0.*")]
+
+// The following attributes are used to specify the signing key for the assembly,
+// if desired. See the Mono documentation for more information about signing.
+
+//[assembly: AssemblyDelaySign(false)]
+//[assembly: AssemblyKeyFile("")]
+