From c53ef7fed1d800830604a2feb3b2e753e82047ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Wed, 2 Jan 2019 17:20:09 +0100 Subject: [PATCH] Update OpenCLNet.dll HintPath - Use $(Configuration) instead of Release in path - Update from net40 to net47 - Fixes: Error CS0246 The type or namespace name 'OpenCLNet' could not be found (are you missing a using directive or an assembly reference?) CUETools.FLACL.cmd cuetools.net\CUETools.FLACCL.cmd\Program.cs 359 N/A --- CUETools.FLACCL.cmd/CUETools.FLACL.cmd.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUETools.FLACCL.cmd/CUETools.FLACL.cmd.csproj b/CUETools.FLACCL.cmd/CUETools.FLACL.cmd.csproj index e6a9dc9..8f870ca 100644 --- a/CUETools.FLACCL.cmd/CUETools.FLACL.cmd.csproj +++ b/CUETools.FLACCL.cmd/CUETools.FLACL.cmd.csproj @@ -56,7 +56,7 @@ False - ..\ThirdParty\openclnet\source\bin\Release\net40\OpenCLNet.dll + ..\ThirdParty\openclnet\source\bin\$(Configuration)\net47\OpenCLNet.dll