diff --git a/AI-and-Analytics/Getting-Started-Samples/README.md b/AI-and-Analytics/Getting-Started-Samples/README.md
index 42c9cc2323..778f2fe424 100644
--- a/AI-and-Analytics/Getting-Started-Samples/README.md
+++ b/AI-and-Analytics/Getting-Started-Samples/README.md
@@ -14,19 +14,19 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
# Getting Started Samples
-|AI Tools preset bundle | Compoment | Folder | Description
+|AI Tools preset | Component | Folder | Description
|--------------------------| --------- | ------------------------------------------------ | -
-|Deep Learning| Intel® Neural Compressor | [INC-Sample-for-PyTorch](INC-Quantization-Sample-for-PyTorch) | Performs INT8 quantization on a Hugging Face BERT model.
-|Deep Learning| Intel® Neural Compressor | [INC-Sample-for-Tensorflow](INC-Sample-for-Tensorflow) | Quantizes a FP32 model into INT8 by Intel® Neural Compressor and compares the performance between FP32 and INT8.
-|Deep Learning | oneAPI docker image | [IntelAIKitContainer_GettingStarted](IntelAIKitContainer_GettingStarted) | Configuration script to automatically configure the environment.
-|Data Analytics | Modin | [IntelModin_GettingStarted](IntelModin_GettingStarted) | Run Modin-accelerated Pandas functions and note the performance gain.
-|Data Analytics | Modin |[IntelModin_Vs_Pandas](IntelModin_Vs_Pandas)| Compares the performance of Intel® Distribution of Modin* and the performance of Pandas.
+|Inference Optimization| Intel® Neural Compressor | [INC-Sample-for-PyTorch](INC-Quantization-Sample-for-PyTorch) | Performs INT8 quantization on a Hugging Face BERT model.
+|Inference Optimization| Intel® Neural Compressor | [INC-Sample-for-Tensorflow](INC-Sample-for-Tensorflow) | Quantizes a FP32 model into INT8 by Intel® Neural Compressor and compares the performance between FP32 and INT8.
+|Data Analytics
Classical Machine Learning
Deep Learning
Inference Optimization | oneAPI docker image | [IntelAIKitContainer_GettingStarted](IntelAIKitContainer_GettingStarted) | Configuration script to automatically configure the environment.
+|Data Analytics
Classical Machine Learning | Modin | [IntelModin_GettingStarted](IntelModin_GettingStarted) | Run Modin-accelerated Pandas functions and note the performance gain.
+|Data Analytics
Classical Machine Learning | Modin |[IntelModin_Vs_Pandas](IntelModin_Vs_Pandas)| Compares the performance of Intel® Distribution of Modin* and the performance of Pandas.
|Classical Machine Learning| Intel® Optimization for XGBoost* | [IntelPython_XGBoost_GettingStarted](IntelPython_XGBoost_GettingStarted) | Set up and trains an XGBoost* model on datasets for prediction.
|Classical Machine Learning| daal4py | [IntelPython_daal4py_GettingStarted](IntelPython_daal4py_GettingStarted) | Batch linear regression using the Python API package daal4py from oneAPI Data Analytics Library (oneDAL).
-|Deep Learning| Intel® Optimization for TensorFlow* | [IntelTensorFlow_GettingStarted](IntelTensorFlow_GettingStarted) | A simple training example for TensorFlow.
-|Deep Learning|Intel® Extension of PyTorch | [IntelPyTorch_GettingStarted](Intel_Extension_For_PyTorch_GettingStarted) | A simple training example for Intel® Extension of PyTorch.
+|Deep Learning
Inference Optimization| Intel® Optimization for TensorFlow* | [IntelTensorFlow_GettingStarted](IntelTensorFlow_GettingStarted) | A simple training example for TensorFlow.
+|Deep Learning
Inference Optimization |Intel® Extension of PyTorch | [IntelPyTorch_GettingStarted](Intel_Extension_For_PyTorch_GettingStarted) | A simple training example for Intel® Extension of PyTorch.
|Classical Machine Learning| Scikit-learn (OneDAL) | [Intel_Extension_For_SKLearn_GettingStarted](Intel_Extension_For_SKLearn_GettingStarted) | Speed up a scikit-learn application using Intel oneDAL.
-|Deep Learning|Intel® Extension of TensorFlow | [Intel® Extension For TensorFlow GettingStarted](Intel_Extension_For_TensorFlow_GettingStarted) | Guides users how to run a TensorFlow inference workload on both GPU and CPU.
-|Deep Learning|oneCCL Bindings for PyTorch | [Intel oneCCL Bindings For PyTorch GettingStarted](Intel_oneCCL_Bindings_For_PyTorch_GettingStarted) | Guides users through the process of running a simple PyTorch* distributed workload on both GPU and CPU. |
+|Deep Learning
Inference Optimization |Intel® Extension of TensorFlow | [Intel® Extension For TensorFlow GettingStarted](Intel_Extension_For_TensorFlow_GettingStarted) | Guides users how to run a TensorFlow inference workload on both GPU and CPU.
+|Deep Learning
Inference Optimization |oneCCL Bindings for PyTorch | [Intel oneCCL Bindings For PyTorch GettingStarted](Intel_oneCCL_Bindings_For_PyTorch_GettingStarted) | Guides users through the process of running a simple PyTorch* distributed workload on both GPU and CPU. |
*Other names and brands may be claimed as the property of others. [Trademarks](https://www.intel.com/content/www/us/en/legal/trademarks.html)
diff --git a/DirectProgramming/C++SYCL/CombinationalLogic/mandelbrot/mandelbrot.vcxproj b/DirectProgramming/C++SYCL/CombinationalLogic/mandelbrot/mandelbrot.vcxproj
index 31f9d770df..f0f6b4d94c 100644
--- a/DirectProgramming/C++SYCL/CombinationalLogic/mandelbrot/mandelbrot.vcxproj
+++ b/DirectProgramming/C++SYCL/CombinationalLogic/mandelbrot/mandelbrot.vcxproj
@@ -70,7 +70,7 @@
true
pch.h
Level3
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -88,7 +88,7 @@
true
pch.h
Level3
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/CombinationalLogic/sepia-filter/sepia-filter.vcxproj b/DirectProgramming/C++SYCL/CombinationalLogic/sepia-filter/sepia-filter.vcxproj
index 829af33765..9841cdd4e6 100644
--- a/DirectProgramming/C++SYCL/CombinationalLogic/sepia-filter/sepia-filter.vcxproj
+++ b/DirectProgramming/C++SYCL/CombinationalLogic/sepia-filter/sepia-filter.vcxproj
@@ -58,7 +58,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -77,7 +77,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/DenseLinearAlgebra/complex_mult/complex_mult.vcxproj b/DirectProgramming/C++SYCL/DenseLinearAlgebra/complex_mult/complex_mult.vcxproj
index 159883684d..17f7dcdc3f 100644
--- a/DirectProgramming/C++SYCL/DenseLinearAlgebra/complex_mult/complex_mult.vcxproj
+++ b/DirectProgramming/C++SYCL/DenseLinearAlgebra/complex_mult/complex_mult.vcxproj
@@ -69,7 +69,7 @@
true
true
pch.h
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -87,7 +87,7 @@
true
true
pch.h
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_dpcpp.vcxproj b/DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_sycl.vcxproj
similarity index 96%
rename from DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_dpcpp.vcxproj
rename to DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_sycl.vcxproj
index e189a78c3a..4bec3d84d4 100644
--- a/DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_dpcpp.vcxproj
+++ b/DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_sycl.vcxproj
@@ -107,7 +107,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -144,7 +144,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/GraphAlgorithms/all-pairs-shortest-paths/all-pairs-shortest-paths.vcxproj b/DirectProgramming/C++SYCL/GraphAlgorithms/all-pairs-shortest-paths/all-pairs-shortest-paths.vcxproj
index 3f3f218c8d..48c1926a91 100644
--- a/DirectProgramming/C++SYCL/GraphAlgorithms/all-pairs-shortest-paths/all-pairs-shortest-paths.vcxproj
+++ b/DirectProgramming/C++SYCL/GraphAlgorithms/all-pairs-shortest-paths/all-pairs-shortest-paths.vcxproj
@@ -55,7 +55,7 @@
Level3
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -69,7 +69,7 @@
Level3
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/GraphTraversal/bitonic-sort/bitonic-sort.vcxproj b/DirectProgramming/C++SYCL/GraphTraversal/bitonic-sort/bitonic-sort.vcxproj
index 6c4d66bf50..4a84fb8ae0 100644
--- a/DirectProgramming/C++SYCL/GraphTraversal/bitonic-sort/bitonic-sort.vcxproj
+++ b/DirectProgramming/C++SYCL/GraphTraversal/bitonic-sort/bitonic-sort.vcxproj
@@ -58,7 +58,7 @@
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -71,7 +71,7 @@
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/hidden-markov-models.vcxproj b/DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/hidden-markov-models.vcxproj
index 667d37de70..003947cf49 100644
--- a/DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/hidden-markov-models.vcxproj
+++ b/DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/hidden-markov-models.vcxproj
@@ -96,7 +96,7 @@
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Disabled
Level3
@@ -126,7 +126,7 @@
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Disabled
Level3
diff --git a/DirectProgramming/C++SYCL/Jupyter/oneapi-essentials-training/07_oneDPL_Library/gamma-correction/gamma-correction.vcxproj b/DirectProgramming/C++SYCL/Jupyter/oneapi-essentials-training/07_oneDPL_Library/gamma-correction/gamma-correction.vcxproj
index 65557f1e15..313ec50a12 100644
--- a/DirectProgramming/C++SYCL/Jupyter/oneapi-essentials-training/07_oneDPL_Library/gamma-correction/gamma-correction.vcxproj
+++ b/DirectProgramming/C++SYCL/Jupyter/oneapi-essentials-training/07_oneDPL_Library/gamma-correction/gamma-correction.vcxproj
@@ -45,15 +45,17 @@
Application
true
- Intel(R) oneAPI DPC++ Compiler
+ Intel(R) oneAPI DPC++ Compiler 2024
Unicode
+ true
Application
false
- Intel(R) oneAPI DPC++ Compiler
+ Intel(R) oneAPI DPC++ Compiler 2024
true
Unicode
+ true
@@ -114,19 +116,11 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)\tbb\latest\include;%(AdditionalIncludeDirectories)
Console
true
- /link /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib/intel64/vc14" %(AdditionalOptions)
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\redist\intel64\vc14\tbb.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
-
- copy tbb.dll to binary folder
-
@@ -157,21 +151,13 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)\tbb\latest\include;%(AdditionalIncludeDirectories)
Console
true
true
true
- /link /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib/intel64/vc14" %(AdditionalOptions)
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\redist\intel64\vc14\tbb.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
-
- copy tbb.dll to binary folder
-
diff --git a/DirectProgramming/C++SYCL/MapReduce/MonteCarloPi/MonteCarloPi.vcxproj b/DirectProgramming/C++SYCL/MapReduce/MonteCarloPi/MonteCarloPi.vcxproj
index fbbe50c3ed..6e7df53381 100644
--- a/DirectProgramming/C++SYCL/MapReduce/MonteCarloPi/MonteCarloPi.vcxproj
+++ b/DirectProgramming/C++SYCL/MapReduce/MonteCarloPi/MonteCarloPi.vcxproj
@@ -40,7 +40,7 @@
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Disabled
false
@@ -50,7 +50,7 @@
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
MaxSpeed
false
diff --git a/DirectProgramming/C++SYCL/N-BodyMethods/Nbody/Nbody.vcxproj b/DirectProgramming/C++SYCL/N-BodyMethods/Nbody/Nbody.vcxproj
index bb1478f12f..50f8f9870c 100644
--- a/DirectProgramming/C++SYCL/N-BodyMethods/Nbody/Nbody.vcxproj
+++ b/DirectProgramming/C++SYCL/N-BodyMethods/Nbody/Nbody.vcxproj
@@ -74,7 +74,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -93,7 +93,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/ParallelPatterns/PrefixSum/PrefixSum.vcxproj b/DirectProgramming/C++SYCL/ParallelPatterns/PrefixSum/PrefixSum.vcxproj
index f8197e77cb..06633f79b4 100644
--- a/DirectProgramming/C++SYCL/ParallelPatterns/PrefixSum/PrefixSum.vcxproj
+++ b/DirectProgramming/C++SYCL/ParallelPatterns/PrefixSum/PrefixSum.vcxproj
@@ -51,7 +51,7 @@
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -64,7 +64,7 @@
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/ParallelPatterns/loop-unroll/loop-unroll.vcxproj b/DirectProgramming/C++SYCL/ParallelPatterns/loop-unroll/loop-unroll.vcxproj
index 2ffded98dd..fff2650dad 100644
--- a/DirectProgramming/C++SYCL/ParallelPatterns/loop-unroll/loop-unroll.vcxproj
+++ b/DirectProgramming/C++SYCL/ParallelPatterns/loop-unroll/loop-unroll.vcxproj
@@ -55,7 +55,7 @@
Level3
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -70,7 +70,7 @@
Level3
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/SparseLinearAlgebra/merge-spmv/merge-spmv.vcxproj b/DirectProgramming/C++SYCL/SparseLinearAlgebra/merge-spmv/merge-spmv.vcxproj
index 85a92b2f48..e625d46a12 100644
--- a/DirectProgramming/C++SYCL/SparseLinearAlgebra/merge-spmv/merge-spmv.vcxproj
+++ b/DirectProgramming/C++SYCL/SparseLinearAlgebra/merge-spmv/merge-spmv.vcxproj
@@ -55,7 +55,7 @@
Level3
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -69,7 +69,7 @@
Level3
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/SpectralMethods/DiscreteCosineTransform/msvs/DCT.vcxproj b/DirectProgramming/C++SYCL/SpectralMethods/DiscreteCosineTransform/msvs/DCT.vcxproj
index 82c3193c06..4333bc1b10 100644
--- a/DirectProgramming/C++SYCL/SpectralMethods/DiscreteCosineTransform/msvs/DCT.vcxproj
+++ b/DirectProgramming/C++SYCL/SpectralMethods/DiscreteCosineTransform/msvs/DCT.vcxproj
@@ -75,7 +75,7 @@
true
stdcpp17
true
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -98,7 +98,7 @@
true
stdcpp17
true
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/StructuredGrids/1d_HeatTransfer/1d_HeatTransfer.vcxproj b/DirectProgramming/C++SYCL/StructuredGrids/1d_HeatTransfer/1d_HeatTransfer.vcxproj
index 4c01a69ba9..5b79ee7def 100644
--- a/DirectProgramming/C++SYCL/StructuredGrids/1d_HeatTransfer/1d_HeatTransfer.vcxproj
+++ b/DirectProgramming/C++SYCL/StructuredGrids/1d_HeatTransfer/1d_HeatTransfer.vcxproj
@@ -60,7 +60,7 @@
true
true
pch.h
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -77,7 +77,7 @@
true
true
pch.h
- %ONEAPI_ROOT%\dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/StructuredGrids/iso2dfd_dpcpp/iso2dfd.vcxproj b/DirectProgramming/C++SYCL/StructuredGrids/iso2dfd_dpcpp/iso2dfd.vcxproj
index 7d9232f0db..7e54c7922f 100644
--- a/DirectProgramming/C++SYCL/StructuredGrids/iso2dfd_dpcpp/iso2dfd.vcxproj
+++ b/DirectProgramming/C++SYCL/StructuredGrids/iso2dfd_dpcpp/iso2dfd.vcxproj
@@ -60,7 +60,7 @@
true
true
pch.h
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -77,7 +77,7 @@
true
true
pch.h
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/DirectProgramming/C++SYCL/StructuredGrids/iso3dfd_dpcpp/iso3dfd.vcxproj b/DirectProgramming/C++SYCL/StructuredGrids/iso3dfd_dpcpp/iso3dfd.vcxproj
index efe33c5c14..b3b7bafc79 100755
--- a/DirectProgramming/C++SYCL/StructuredGrids/iso3dfd_dpcpp/iso3dfd.vcxproj
+++ b/DirectProgramming/C++SYCL/StructuredGrids/iso3dfd_dpcpp/iso3dfd.vcxproj
@@ -57,7 +57,7 @@
true
true
pch.h
- include;$(ONEAPI_ROOT)dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -74,7 +74,7 @@
true
true
pch.h
- include;$(ONEAPI_ROOT)dev-utilities\latest\include;%(AdditionalIncludeDirectories)
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-filter.vcxproj b/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-filter.vcxproj
index 0cb50f4078..508c6bb83e 100644
--- a/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-filter.vcxproj
+++ b/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-filter.vcxproj
@@ -62,7 +62,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
_UNICODE;UNICODE;%(PreprocessorDefinitions);WINDOWS
@@ -84,7 +84,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
_UNICODE;UNICODE;%(PreprocessorDefinitions);WINDOWS
diff --git a/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-policies.vcxproj b/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-policies.vcxproj
index 5f41d105e1..079fcd77f4 100644
--- a/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-policies.vcxproj
+++ b/Libraries/oneDPL/dynamic_selection/sepia-filter-ds/sepia-policies.vcxproj
@@ -63,7 +63,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
_UNICODE;UNICODE;%(PreprocessorDefinitions);WINDOWS
@@ -83,7 +83,7 @@
true
pch.h
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
_UNICODE;UNICODE;%(PreprocessorDefinitions);WINDOWS
diff --git a/Libraries/oneDPL/gamma-correction/gamma-correction.vcxproj b/Libraries/oneDPL/gamma-correction/gamma-correction.vcxproj
index 4fa148ec62..8af5cb61e2 100644
--- a/Libraries/oneDPL/gamma-correction/gamma-correction.vcxproj
+++ b/Libraries/oneDPL/gamma-correction/gamma-correction.vcxproj
@@ -34,6 +34,7 @@
true
Intel(R) oneAPI DPC++ Compiler 2024
Unicode
+ true
Application
@@ -41,6 +42,7 @@
Intel(R) oneAPI DPC++ Compiler 2024
true
Unicode
+ true
@@ -80,15 +82,8 @@
Console
true
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
/Od
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
-
- copy tbb12_debug.dll to binary folder
-
@@ -108,14 +103,7 @@
true
true
true
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
-
- copy tbb12.dll to binary folder
-
diff --git a/Libraries/oneTBB/tbb-async-sycl/tbb-async-sycl.vcxproj b/Libraries/oneTBB/tbb-async-sycl/tbb-async-sycl.vcxproj
index 29c514db32..8b0b735955 100755
--- a/Libraries/oneTBB/tbb-async-sycl/tbb-async-sycl.vcxproj
+++ b/Libraries/oneTBB/tbb-async-sycl/tbb-async-sycl.vcxproj
@@ -23,6 +23,7 @@
true
Intel(R) oneAPI DPC++ Compiler 2024
Unicode
+ true
Application
@@ -30,6 +31,7 @@
Intel(R) oneAPI DPC++ Compiler 2024
true
Unicode
+ true
@@ -58,20 +60,15 @@
true
pch.h
false
- /I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
true
false
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
/Od
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
@@ -84,9 +81,8 @@
true
pch.h
false
- /I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -94,11 +90,7 @@
true
true
false
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
diff --git a/Libraries/oneTBB/tbb-resumable-tasks-sycl/tbb-resumable-tasks-sycl.vcxproj b/Libraries/oneTBB/tbb-resumable-tasks-sycl/tbb-resumable-tasks-sycl.vcxproj
index 60d2ada768..d11f5f7b77 100755
--- a/Libraries/oneTBB/tbb-resumable-tasks-sycl/tbb-resumable-tasks-sycl.vcxproj
+++ b/Libraries/oneTBB/tbb-resumable-tasks-sycl/tbb-resumable-tasks-sycl.vcxproj
@@ -23,6 +23,7 @@
true
Intel(R) oneAPI DPC++ Compiler 2024
Unicode
+ true
Application
@@ -30,6 +31,7 @@
Intel(R) oneAPI DPC++ Compiler 2024
true
Unicode
+ true
@@ -58,19 +60,14 @@
true
pch.h
false
- /I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)
DisableAllWarnings
Console
true
false
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
/Od
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
@@ -83,7 +80,6 @@
true
pch.h
false
- /I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)
DisableAllWarnings
@@ -92,11 +88,7 @@
true
true
false
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
@@ -110,4 +102,4 @@
-
+
\ No newline at end of file
diff --git a/Libraries/oneTBB/tbb-task-sycl/tbb-task-sycl.vcxproj b/Libraries/oneTBB/tbb-task-sycl/tbb-task-sycl.vcxproj
index dc6d4781e6..1b4e910b3c 100755
--- a/Libraries/oneTBB/tbb-task-sycl/tbb-task-sycl.vcxproj
+++ b/Libraries/oneTBB/tbb-task-sycl/tbb-task-sycl.vcxproj
@@ -23,6 +23,7 @@
true
Intel(R) oneAPI DPC++ Compiler 2024
Unicode
+ true
Application
@@ -30,6 +31,7 @@
Intel(R) oneAPI DPC++ Compiler 2024
true
Unicode
+ true
@@ -57,21 +59,16 @@
true
true
pch.h
- /I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)
false
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
true
false
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
/Od
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
@@ -83,10 +80,9 @@
true
true
pch.h
- /I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)
false
DisableAllWarnings
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -94,11 +90,7 @@
true
true
false
- /link tbb.lib /libpath:"$(ONEAPI_ROOT)/tbb/latest/lib" %(AdditionalOptions)
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(SolutionDir)$(Platform)\$(Configuration)\"
-
@@ -112,4 +104,4 @@
-
+
\ No newline at end of file
diff --git a/Tools/Advisor/matrix_multiply_advisor/matrix_multiply.vcxproj b/Tools/Advisor/matrix_multiply_advisor/matrix_multiply.vcxproj
index 9a13abd69f..43a2906171 100644
--- a/Tools/Advisor/matrix_multiply_advisor/matrix_multiply.vcxproj
+++ b/Tools/Advisor/matrix_multiply_advisor/matrix_multiply.vcxproj
@@ -61,7 +61,7 @@
WIN32;DPCPP;%(PreprocessorDefinitions)
DisableAllWarnings
/std:c++17 %(AdditionalOptions)
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -85,7 +85,7 @@
DisableAllWarnings
Default
%(AdditionalOptions)
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/Tools/ApplicationDebugger/array-transform/array-transform.vcxproj b/Tools/ApplicationDebugger/array-transform/array-transform.vcxproj
index 5cfb0e6786..95dbe7d54f 100644
--- a/Tools/ApplicationDebugger/array-transform/array-transform.vcxproj
+++ b/Tools/ApplicationDebugger/array-transform/array-transform.vcxproj
@@ -63,7 +63,7 @@
pch.h
stdcpp17
/Od
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -82,7 +82,7 @@
true
pch.h
stdcpp17
- $(ONEAPI_ROOT)dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/Tools/VTuneProfiler/matrix_multiply_vtune/matrix_multiply.vcxproj b/Tools/VTuneProfiler/matrix_multiply_vtune/matrix_multiply.vcxproj
index 9a13abd69f..43a2906171 100644
--- a/Tools/VTuneProfiler/matrix_multiply_vtune/matrix_multiply.vcxproj
+++ b/Tools/VTuneProfiler/matrix_multiply_vtune/matrix_multiply.vcxproj
@@ -61,7 +61,7 @@
WIN32;DPCPP;%(PreprocessorDefinitions)
DisableAllWarnings
/std:c++17 %(AdditionalOptions)
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
@@ -85,7 +85,7 @@
DisableAllWarnings
Default
%(AdditionalOptions)
- $(ONEAPI_ROOT)\dev-utilities\latest\include
+ $(ONEAPI_ROOT)\include\;$(ONEAPI_ROOT)\dev-utilities\latest\include\
Console
diff --git a/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb.vcxproj b/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb.vcxproj
index 86caf79f64..60d8ae5213 100644
--- a/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb.vcxproj
+++ b/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb.vcxproj
@@ -118,9 +118,6 @@
MachineX86
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(OutDir)\"
-
@@ -153,9 +150,6 @@
MachineX64
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(OutDir)\"
-
@@ -189,9 +183,6 @@
MachineX86
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(OutDir)\"
-
@@ -225,9 +216,6 @@
MachineX64
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(OutDir)\"
-
diff --git a/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb_optimized.vcxproj b/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb_optimized.vcxproj
index a7ace57bb4..a12df82733 100644
--- a/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb_optimized.vcxproj
+++ b/Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb_optimized.vcxproj
@@ -119,9 +119,6 @@
MachineX86
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(OutDir)\"
-
@@ -154,9 +151,6 @@
MachineX64
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12_debug.dll" "$(OutDir)\"
-
@@ -190,10 +184,6 @@
MachineX86
-
- Copying DLLs and PDBs
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(OutDir)\"
-
@@ -227,9 +217,6 @@
MachineX64
-
- copy /y "$(ONEAPI_ROOT)\tbb\latest\bin\tbb12.dll" "$(OutDir)\"
-