Sign in
bazel
/
bazel
/
cbbbf2e461396d3817a00c4bd4d26b9b43b68ce3
/
.
/
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"
,
],
)