aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/dotnet/example_lib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dotnet/example_lib/BUILD')
-rw-r--r--examples/dotnet/example_lib/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/dotnet/example_lib/BUILD b/examples/dotnet/example_lib/BUILD
deleted file mode 100644
index ad1b2b1466..0000000000
--- a/examples/dotnet/example_lib/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-load("//tools/build_defs/dotnet:csharp.bzl", "csharp_library")
-
-csharp_library(
- name = "MyClass",
- srcs = [
- "MyClass.cs",
- "Properties/AssemblyInfo.cs",
- ],
- visibility = ["//visibility:public"],
- deps = [
- "//examples/dotnet/example_transitive_lib:TransitiveClass",
- ],
-)