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