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