source:
branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/Protos/ProcessProtos.cmd
@
15689
Last change on this file since 15689 was 15501, checked in by jkarder, 7 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | for %%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.