のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

"[System.IO.Path]::GetDirectoryName("")"を評価できません。パスの形式が無効です。

f:id:none53:20170901093303p:plain

    <PythonDExe Condition="$(PythonDExe) == ''">
$([System.IO.Path]::GetDirectoryName($(PythonExe)))
\python$(PythonDebugSuffix).exe</PythonDExe>