Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/Protos/ProcessProtos.cmd @ 15501

Last change on this file since 15501 was 15501, checked in by jkarder, 6 years ago

#2520: added protobuf version 3.5.0 and changed proto definition

File size: 181 bytes
RevLine 
[13326]1for %%i in ("%ProjectDir%Protos\*.proto") do (
2  echo Processing %%i
[15501]3  protoc-3.5.0 --proto_path="%ProjectDir%\Protos" "%%i" --include_imports --csharp_out="%ProjectDir%Protos"
[13326]4)
Note: See TracBrowser for help on using the repository browser.