aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/dotnet/example_binary/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dotnet/example_binary/BUILD')
-rw-r--r--examples/dotnet/example_binary/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/dotnet/example_binary/BUILD b/examples/dotnet/example_binary/BUILD
deleted file mode 100644
index 0b9263c5dc..0000000000
--- a/examples/dotnet/example_binary/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-load("//tools/build_defs/dotnet:csharp.bzl", "csharp_binary")
-
-csharp_binary(
- name = "hello",
- srcs = [
- "Program.cs",
- "Properties/AssemblyInfo.cs",
- ],
- deps = [
- "//examples/dotnet/example_lib:MyClass",
- ],
-)