mirror of
https://github.com/claunia/cuetools.net.git
synced 2026-09-25 08:14:38 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user