Skip to content

Commit

Permalink
Make the PowerShell side mostly work
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 18, 2023
1 parent 8b970f1 commit 3086245
Show file tree
Hide file tree
Showing 18 changed files with 151 additions and 601 deletions.
10 changes: 5 additions & 5 deletions .cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"post_bump_hooks": ["./post-bump.sh"],
"tag_format": "v$version",
"version_files": [
"CMakeLists.txt",
"Doxyfile.in",
"README.md",
"WinPrefs/WinPrefs.psd1",
"package.json"
"CMakeLists.txt",
"Doxyfile.in",
"README.md",
"package.json",
"src/WinPrefs.psd1"
],
"version_provider": "npm",
"version_scheme": "semver"
Expand Down
40 changes: 20 additions & 20 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@
"cmakeCommandArgs": "-DWITH_VLD=ON",
"configurationType": "Debug",
"ctestCommandArgs": "",
"generator": "Ninja",
"generator": "Visual Studio 17 2022 Win64",
"inheritEnvironments": ["msvc_x64_x64"],
"installRoot": "${projectDir}\\out\\install\\${name}",
"name": "x64-Debug"
},
{
"buildCommandArgs": "",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "-DWITH_VLD=OFF",
"configurationType": "Debug",
"ctestCommandArgs": "",
"generator": "Ninja",
"inheritEnvironments": ["msvc_x64_x64"],
"installRoot": "${projectDir}\\out\\install\\${name}",
"name": "x64-DebugNoVLD"
"buildCommandArgs": "",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "-DWITH_VLD=OFF",
"configurationType": "Debug",
"ctestCommandArgs": "",
"generator": "Visual Studio 17 2022 Win64",
"inheritEnvironments": [ "msvc_x64_x64" ],
"installRoot": "${projectDir}\\out\\install\\${name}",
"name": "x64-DebugNoVLD"
},
{
"buildCommandArgs": "",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "",
"configurationType": "RelWithDebInfo",
"ctestCommandArgs": "",
"generator": "Ninja",
"inheritEnvironments": ["msvc_x64_x64"],
"installRoot": "${projectDir}\\out\\install\\${name}",
"name": "x64-Release",
"variables": []
"buildCommandArgs": "",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "",
"configurationType": "RelWithDebInfo",
"ctestCommandArgs": "",
"generator": "Visual Studio 17 2022 Win64",
"inheritEnvironments": [ "msvc_x64_x64" ],
"installRoot": "${projectDir}\\out\\install\\${name}",
"name": "x64-Release",
"variables": []
}
]
}
101 changes: 0 additions & 101 deletions WinPrefs-old/Utils/RegCommand.ps1

This file was deleted.

45 changes: 0 additions & 45 deletions WinPrefs-old/Utils/Registry.ps1

This file was deleted.

20 changes: 0 additions & 20 deletions WinPrefs-old/Utils/Shell.ps1

This file was deleted.

Loading

0 comments on commit 3086245

Please sign in to comment.