Sign in
bazel
/
bazel
/
bc8b5e09ff667c7d0bf7186a7a207629e6d7bad5
/
.
/
examples
/
dotnet
/
example_binary
/
BUILD
blob: 0b9263c5dc07f7ad0832e0055ae9a6fc9d6dfd88 [
file
] [
log
] [
blame
]
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"
,
],
)