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
Line 
1for %%i in ("%ProjectDir%Protos\*.proto") do (
2  echo Processing %%i
3  protoc-3.5.0 --proto_path="%ProjectDir%\Protos" "%%i" --include_imports --csharp_out="%ProjectDir%Protos"
4)
Note: See TracBrowser for help on using the repository browser.