aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/dotnet/example_binary/BUILD
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-03-23 21:20:22 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-24 10:31:46 +0000
commit96df361ac0fe25d908515234bff944bad3269216 (patch)
treec477e47b57f6d998a1cddc9bc981e2ee1e29e450 /examples/dotnet/example_binary/BUILD
parent1325cc1ba2f5e9318df8d673bab4f440c595cac0 (diff)
Remove deprecated Skylark rules
-- MOS_MIGRATED_REVID=117968196
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",
- ],
-)