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
This commit is contained in:
Wolfgang Stöggl
2019-01-02 17:20:09 +01:00
parent b657f869e0
commit c53ef7fed1

View File

@@ -56,7 +56,7 @@
<ItemGroup>
<Reference Include="OpenCLNet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\ThirdParty\openclnet\source\bin\Release\net40\OpenCLNet.dll</HintPath>
<HintPath>..\ThirdParty\openclnet\source\bin\$(Configuration)\net47\OpenCLNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />