- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ExternalEvaluationMessages.proto
r3881 r9363 67 67 required int32 solutionId = 1; 68 68 required double quality = 2; 69 70 extensions 1000 to max; 69 71 } 70 72 -
branches/OaaS/HeuristicLab.Problems.ExternalEvaluation/3.3/Protos/ProcessProtos.cmd
r3859 r9363 1 cd "%ProjectDir%"Protos 2 3 for %%i in (*.proto) do ( 4 "%SolutionDir%"protoc -otmp %%i 5 "%SolutionDir%"ProtoGen tmp 6 del tmp) 1 for %%i in ("%ProjectDir%Protos\*.proto") do ( 2 echo Processing %%i 3 ProtoGen --proto_path="%ProjectDir%\Protos" "%%i" --include_imports -output_directory="%ProjectDir%Protos" 4 )
Note: See TracChangeset
for help on using the changeset viewer.