aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/Google.Protobuf.Tools.nuspec
diff options
context:
space:
mode:
authorGravatar Sydney Acksman <ObsidianMinor@users.noreply.github.com>2018-06-21 17:53:31 -0400
committerGravatar Jie Luo <anandolee@gmail.com>2018-06-21 14:53:31 -0700
commit1f77342b789e4343a9ddf17ce10eb52f83441472 (patch)
tree9d080b9013c32f66214aef3ebdaa0fb19118e7bb /csharp/Google.Protobuf.Tools.nuspec
parentbdf0d1d6f8539f6c7312eda57535396516ed7275 (diff)
Add msbuild targets to C# tools for protoc compilers (#4648)
* Added props to C# tools * Add targets file to makefile.am
Diffstat (limited to 'csharp/Google.Protobuf.Tools.nuspec')
-rw-r--r--csharp/Google.Protobuf.Tools.nuspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/Google.Protobuf.Tools.nuspec b/csharp/Google.Protobuf.Tools.nuspec
index 4294949f..e3386047 100644
--- a/csharp/Google.Protobuf.Tools.nuspec
+++ b/csharp/Google.Protobuf.Tools.nuspec
@@ -33,5 +33,7 @@
<file src="..\src\google\protobuf\timestamp.proto" target="tools\google\protobuf" />
<file src="..\src\google\protobuf\type.proto" target="tools\google\protobuf" />
<file src="..\src\google\protobuf\wrappers.proto" target="tools\google\protobuf" />
+ <file src="Google.Protobuf.Tools.targets" target="buildCrossTargeting" />
+ <file src="Google.Protobuf.Tools.targets" target="build" />
</files>
</package>