diff --git a/utils/pkges/nuget.config b/utils/hct/nuget.config similarity index 100% rename from utils/pkges/nuget.config rename to utils/hct/nuget.config diff --git a/utils/pkges/packages.config b/utils/hct/packages.config similarity index 100% rename from utils/pkges/packages.config rename to utils/hct/packages.config diff --git a/utils/pkges/SignConfig.xml b/utils/pkges/SignConfig.xml deleted file mode 100644 index 17fa225c4..000000000 --- a/utils/pkges/SignConfig.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/utils/pkges/common_setup.cmd b/utils/pkges/common_setup.cmd deleted file mode 100644 index 2d3aab425..000000000 --- a/utils/pkges/common_setup.cmd +++ /dev/null @@ -1,18 +0,0 @@ -echo off - -REM %1 - $(BuildPlatform) -REM %2 - $(Build.SourcesDirectory) -REM %3 - $(Build.BinariesDirectory) - -set BUILD_PLATFORM=%1 -set HLSL_SRC_DIR=%~f2 -set HLSL_BLD_DIR=%~f3 - -rem Add Windows 10 SDK on PATH -set WIN10_SDK_PATH=%HLSL_SRC_DIR%\Packages\MS.Uwp.RS5RLS.Native.10.0.17763.1\l -set WIN10_SDK_VERSION=10.0.17763 -set PATH=%WIN10_SDK_PATH%;%PATH%; - -rem Add Python and VS CMake on PATH -set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\ -set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\; diff --git a/utils/pkges/pre_build_setup.cmd b/utils/pkges/pre_build_setup.cmd deleted file mode 100644 index 557e8352b..000000000 --- a/utils/pkges/pre_build_setup.cmd +++ /dev/null @@ -1,14 +0,0 @@ -echo off - -REM %1 - $(BuildPlatform) -REM %2 - $(Build.SourcesDirectory) -REM %3 - $(Build.BinariesDirectory) - -echo Running pre_build_setup.cmd - -call %~p0\common_setup.cmd %1 %2 %3 - -echo Build platform: %BUILD_PLATFORM% -echo HLSL source directory: %HLSL_SRC_DIR% -echo HLSL build directory: %HLSL_BLD_DIR% -echo SDK path: %WIN10_SDK_PATH% \ No newline at end of file diff --git a/utils/pkges/pre_test_setup.cmd b/utils/pkges/pre_test_setup.cmd deleted file mode 100644 index 00ea351ce..000000000 --- a/utils/pkges/pre_test_setup.cmd +++ /dev/null @@ -1,17 +0,0 @@ -echo off - -REM %1 - $(BuildPlatform) -REM %2 - $(Build.SourcesDirectory) -REM %3 - $(Build.BinariesDirectory) - -echo Running pre_test_setup.cmd - -call %~p0\common_setup.cmd %1 %2 %3 - -echo Build platform: %BUILD_PLATFORM% -echo HLSL build directory: %HLSL_BLD_DIR% - -rem Add TAEF package on PATH -set TAEF_PATH=%HLSL_SRC_DIR%\Packages\Taef.Redist.10.33.181113003-develop\build\Binaries\Release\x64 -set PATH=%PATH%;%TAEF_PATH% -echo TAEF path: %TAEF_PATH% \ No newline at end of file