File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ echo.
220
220
echo ###############^ |^ | Build Inference Engine samples using MS Visual Studio (MSBuild.exe) ^ |^ |###############
221
221
echo .
222
222
timeout 3
223
- echo " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:benchmark_app /clp:ErrorsOnly /m
224
- " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:benchmark_app /clp:ErrorsOnly /m
223
+ echo " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:cpp_samples\ benchmark_app /clp:ErrorsOnly /m
224
+ " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:cpp_samples\ benchmark_app /clp:ErrorsOnly /m
225
225
226
226
if ERRORLEVEL 1 GOTO errorHandling
227
227
Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ echo.
215
215
echo ###############^ |^ | Build Inference Engine samples using MS Visual Studio (MSBuild.exe) ^ |^ |###############
216
216
echo .
217
217
timeout 3
218
- echo " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:classification_sample_async /clp:ErrorsOnly /m
219
- " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:classification_sample_async /clp:ErrorsOnly /m
218
+ echo " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:cpp_samples\ classification_sample_async /clp:ErrorsOnly /m
219
+ " !MSBUILD_BIN! " Samples.sln /p:Configuration=Release /t:cpp_samples\ classification_sample_async /clp:ErrorsOnly /m
220
220
221
221
if ERRORLEVEL 1 GOTO errorHandling
222
222
You can’t perform that action at this time.
0 commit comments